Re: [beagleboard] Re: Octoprint

2016-07-09 Thread WZ9V
Feel free to update the wiki article. I wrote it originally but I switched my OctoPrint server to the RPi eventually because it's more common. I moved my BBB back to more experimentation. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

[beagleboard] Octoprint

2016-07-05 Thread WZ9V
The OctoPrint Wiki has an article on how to use it, the Replicape project using some OctoPrint on a BBB. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group a

Re: [beagleboard] PWM On Beaglebone black with Jessie

2016-03-15 Thread WZ9V
You might want to contact DR Molloy via his website he may have adapted the samples and put them on his site. On Monday, March 14, 2016 at 6:22:49 PM UTC-4, William Hermans wrote: > > If I were you Walter, I'd just learn how to adapt DR Molloy's instructions > to 4.1.x. These newer kernels I've

[beagleboard] Re: BeagleBone Blue

2016-01-11 Thread WZ9V
This would be an awesome base for UAV software. On Sunday, January 10, 2016 at 1:12:23 AM UTC-5, Drew Fustini wrote: > > I was excited to see this new page: > http://beagleboard.org/blue > > BeagleBone Blue is the affordable and complete educational robotics > controller built around the popular

Re: [beagleboard] Can we turn BeagleBone Black to an FM receiver ?

2016-01-07 Thread WZ9V
If you are not stuck on the Black there is a Grove FM device that plugs into a Green. No idea how well it works. http://www.seeedstudio.com/depot/Grove-FM-Receiver-p-1841.html -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed t

[beagleboard] Re: DHT11 sensor with Beaglebone black using python

2015-12-25 Thread WZ9V
He did specifically say Python. Some code or the error would be helpful, you have not given us anything to go on. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from th

[beagleboard] Re: PRU Clocks phase shifting with respect to each other??

2015-12-23 Thread WZ9V
Could you use a second BBB as the capture device instead? That would isolate the PRUs from each other and possibly allow for the HW capture that was mentioned. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Grou

Re: [beagleboard] Troubles loading BB-BONE-REPLICAP

2015-12-14 Thread WZ9V
Have you tried the Kamikaze image that is setup for the Replicape? http://wiki.thing-printer.com/index.php?title=Kamikaze On Monday, December 14, 2015 at 10:49:53 AM UTC-5, RobertCNelson wrote: > On Mon, Dec 14, 2015 at 9:42 AM, hllpc > wrote: > > I placed the .o file renamed as am335-pru1-fw

[beagleboard] Connect Through MiniUSB

2015-12-02 Thread WZ9V
I helped write those instructions. Before you try to get the whole OctoPrint system going I'd get familiar with the plain BeagleBone first. Start with the recommended image from BeagleBoard.org and connect to that and get familiar with it first. Full disclosure, I switched over to a Raspberry

Re: [beagleboard] BeagleBone Green

2015-11-23 Thread WZ9V
I was asking because I don't want to buy a clone that does not give back to the community. The Green is easily available locally where I get my filament for the 3D printer and I prefer the Grove connector support to the HDMI out. -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] BeagleBone Green

2015-11-23 Thread WZ9V
Is the BeagleBone Green an officially supported configuration? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an e

[beagleboard] Re: Poor Java performance on new BBB

2015-10-19 Thread WZ9V
Wish I could help with that but I'm not that good with core Linux stuff. I just noticed that your kernels and java versions with different and in my experience that could explain the performance difference. Maybe someone more experienced could tell you how to backup the eMMC to a SD card. If

[beagleboard] Re: Poor Java performance on new BBB

2015-10-15 Thread WZ9V
Both your kernel and Java versions are different. I would try running the same Kernel and Java version from the fast BBB on the slow BBB (or better yet the exact same OS image). On Thursday, October 15, 2015 at 11:07:50 AM UTC-4, Fohnbit wrote: > > Hello! > > I have two BBB: > BBB 1: > Linux be

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-06-24 Thread WZ9V
The last Jessie I tried (sometime in April I think) I couldn't get GPIO pins to respond with the sample code and went back to Wheezy. Which one would be best to upgrade to at this time? Jessie 6/15 or 6/17 flasher-4GB On Wednesday, June 24, 2015 at 11:56:03 AM UTC-4, RobertCNelson wrote: >

Re: [beagleboard] Driving LEDs

2015-06-15 Thread WZ9V
Thanks Harvey. I had forgotten that CMOS worked different (been if software too long). I used to use all TTL stuff last time I seriously messed with digital interfacing. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] Driving LEDs

2015-06-15 Thread WZ9V
Thanks. Between you and Gerald I think I have it. Don't worry, I'm using a 10K current limiter at 3.3V for now but yes I will start adding a driver transistor. I was just wiring it the way the BoneScript example except that I only 10K resistors handy as opposed to the 470 the tutorial called f

Re: [beagleboard] Load and execute PRU code from bare-metal application

2015-06-15 Thread WZ9V
There are serial hobby servos nowadays. Futaba SBus is one example. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, sen

[beagleboard] Driving LEDs

2015-06-15 Thread WZ9V
Is there a reason a particular reason that the LED examples connect the current limiting resistor to GND and light the LED with a logic high state on the pin? I'm more used to TTL open collector where the current limiter goes on VCC and you drive the pin low. Are the GPIO pins on the BBB able t

[beagleboard] Re: Triying program BeagleBone Black

2015-06-15 Thread WZ9V
Unless you have a specific reason to use a newer one, I would recommend using the stable March Wheezy release. On Monday, June 15, 2015 at 6:37:07 AM UTC-4, santiago alfayate torres wrote: > > Hi, > > I´m trying to program a beaglebone Black using cloud9. > > I boot my beaglebone with > "BBB-