Re: [beagleboard] Re: eQEP on 4.4.19-ti-r41

2017-02-25 Thread Drew Fustini
Thanks for following up. I've been using the tieqep module to read absolute position count of a rotary encoder knob. I'm curious what other use cases people have for eQEP? The reason I ask is I think a new driver needs to be written and it would be good to know which features of the eQEP periphe

[beagleboard] How to connect WD Element 1 TB HDD to beaglebone black

2017-02-25 Thread nitish jha
Hello All I am trying to connect my 1 TB hard disk to my beagle bone black board. I have powered board by 5v power adapter and when I check df -h my 1TB hard disk does not show up Even I cant see small led in y hard disk glowing. Can somebody help to solve my Issue. Thanks and Regards Niti

Re: [beagleboard] How to connect WD Element 1 TB HDD to beaglebone black

2017-02-25 Thread evilwulfie
how much current does the drive take ? On 2/25/2017 12:38 PM, nitish jha wrote: > Hello All > > I am trying to connect my 1 TB hard disk to my beagle bone black board. > > I have powered board by 5v power adapter > > and when I check df -h my 1TB hard disk does not show up > > Even I cant see sm

Re: [beagleboard] How to connect WD Element 1 TB HDD to beaglebone black

2017-02-25 Thread nitish jha
It should take somewhere between 100 to 500mA On Feb 25, 2017 8:53 PM, "evilwulfie" wrote: > how much current does the drive take ? > > On 2/25/2017 12:38 PM, nitish jha wrote: > > Hello All > > I am trying to connect my 1 TB hard disk to my beagle bone black board. > > I have powered board by 5

[beagleboard] Cannot connect to the internet using beaglebone black?

2017-02-25 Thread helpmebear65
So I am trying to connect to the internet with my beaglebone black and having trouble. I am using this video as a guide : https://www.youtube.com/watch?v=fzRVVtGNfj8&t=352s When I try to ping 192.168.7.2 It does work But however when I try to ping 192.168.7.1 packets are getting transmitted bu

[beagleboard] can't connect to the internet beaglebone black

2017-02-25 Thread helpmebear65
I am following this tutorial to set up the internet. https://www.youtube.com/watch?v=fzRVVtGNfj8&feature=youtu.be&t=336 I was able to get the ping 8.8.8.8 to work but later it didn't work when i tried to ping www.google.com. It just stalls . Using windows 10. Can someone help me out, thanks.

Re: [beagleboard] can't connect to the internet beaglebone black

2017-02-25 Thread Jason Kridner
> On Feb 25, 2017, at 3:40 PM, helpmebea...@gmail.com wrote: > > I am following this tutorial to set up the internet. > > https://www.youtube.com/watch?v=fzRVVtGNfj8&feature=youtu.be&t=336 > > I was able to get the ping 8.8.8.8 to work but later it didn't work when i > tried to ping www.googl

Re: [beagleboard] Re: eQEP on 4.4.19-ti-r41

2017-02-25 Thread William Hermans
On Sat, Feb 25, 2017 at 11:23 AM, Drew Fustini wrote: > Thanks for following up. > > I've been using the tieqep module to read absolute position count of a > rotary encoder knob. I'm curious what other use cases people have for eQEP? > I'm not sure I would have an out of the ordinary use for eq

Re: [beagleboard] How to connect WD Element 1 TB HDD to beaglebone black

2017-02-25 Thread William Hermans
You can not power a hard drive directly from, the beaglebone. Period. Full sized 3.5" drives can peak to 2-3A draw when first spinning up. For a 2.5" "laptop" type drive. It would not be unheard of for the drive to need 1-2A at spin up. So, you need a different enclosure for a hard drive, that po

Re: [beagleboard] can't connect to the internet beaglebone black

2017-02-25 Thread William Hermans
So first off, stop posting multiple posts on the same topic Quickest way for someone like me to permanently ignore all future posts from you. Secondly, why don't you contact the author from that video and ask him for help ? Seems like it's one of D.R. Molloy's videos. On Sat, Feb 25, 2017 at 4:22

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
OK, here is the graphics support used in the simulator. Something called graph.c, you might have heard about it that it only has one function: writebmp. Non-real time graphics support (can be viewed in browser). https://www.raspberrypi.org/forums/viewtopic.php?f=67&t=175498 On Monday, January 3

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
OK, how do you code a process so it runs in the background. Highly recommended reading on service/daemons. Distilled specifically for all of you. No BS, no fluff, filler or additives: https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=175567 Oh YOU will likey. Oh yes...oh yes. ^ ^ On Mond

Re: [beagleboard] Issue with WiFi USB adapter on BBB

2017-02-25 Thread AG M
Thanks Robert. This works. However, I moved my project from BBB to BBBGW. Can I follow the same steps for BBGW? On Mon, Nov 28, 2016 at 3:22 PM, Robert Nelson wrote: > On Mon, Nov 28, 2016 at 2:42 PM, Robert Nelson > wrote: >> On Mon, Nov 28, 2016 at 12:09 PM, Robert Nelson >> wrote: >>> On

[beagleboard] Re: Ubuntu Precise 12.04 LTS + LXDE Desktop + Wifi Dongle UWN100

2017-02-25 Thread mail
Great project and lots of interesting things with this BBB. I'm having a similar issue as what was posted in this thread. I'm attempting to get the UWN100 functional with BBB. So far no luck. It appears my problem is getting the driver to install. I'm looking to use this with MachineKit and a

Re: [beagleboard] Issue with WiFi USB adapter on BBB

2017-02-25 Thread robertsmaria934 via BeagleBoard
On Sun, 2/26/17, AG M wrote: Subject: Re: [beagleboard] Issue with WiFi USB adapter on BBB To: "Robert Nelson" Cc: "Beagle Board" Date: Sunday, February 26, 2017, 2:57 AM Thanks Robert. This works. However, I moved my project from BBB to

[beagleboard] How to Formally Invoke a "Background Process" in C on a BBW

2017-02-25 Thread 'woody stanford' via BeagleBoard
Here is how you do the background process thing on a Beagle, even stock. https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=175567 A claim. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard