[beagleboard] Re: Beaglebone Green - Experience and Notes

2017-10-10 Thread Chris M
To build: ./setup.py build To build and install: ./setup.py install Now it runs... not sure if everything works, but the camera is sending video. > > > > > > > On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: >> >> Some thoughts and finding

[beagleboard] Re: Beaglebone Green - Experience and Notes

2017-01-04 Thread Chris M
me (Chris M change) 7:43 PM (46 minutes ago) Restarting going to use universala for uart, pwm, and gpio (MRAA and ADAFruit_BBIO both work in python) web cam will be using python-v4l2capture > VERSION > # uname -a > Linux beaglebone 4.4.30-ti-r64 #1 SMP Fri Nov 4 21:23:33 UTC 20

[beagleboard] Re: Beaglebone Green - Experience and Notes

2017-01-04 Thread Chris M
make make install pip install v4l2capture On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-12-10 Thread Chris M
n(host='0.0.0.0', debug=True) On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-30 Thread Chris M
> > openvcv video capture is very slow 8 fps > - *0-CV_CAP_PROP_POS_MSEC* Current position of the video file in milliseconds or video capture timestamp. - *1-CV_CAP_PROP_POS_FRAMES* 0-based index of the frame to be decoded/captured next. - *2-CV_CAP_PROP_POS_AVI_RATIO*

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-29 Thread Chris M
brightness (int): min=-64 max=64 step=1 default=0 value=0 contrast (int): min=0 max=64 step=1 default=32 value=32 saturation (int): min=0 max=128 step=1 default=64 value=64 hue (int):

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-27 Thread Chris M
Just had a WTF moment. I was working on a BBG image that was still on an sd card. and it appears as if pwm and uart pins are all properly configured out of the box. This was definately not the case on the flashed version. Still trying to figure out if UART actual is working out of the box, it

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-25 Thread Chris M
y I could do this, is by using this command > echo BB-UART2 > /sys/devices/bone_capemgr.*/slots > > Can someone explain me why ? probally the wrong "uEnv.txt" dmesg | grep console would prove that - show quoted text - On Tuesday, November 15, 2016 at 10:15:15 PM UTC-6, C

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-25 Thread Chris M
ref link https://billwaa.wordpress.com/2014/10/02/beaglebone-black-enable-on-board-serial-uart/ On Thursday, November 24, 2016 at 12:52:04 PM UTC-6, Chris M wrote: > > added thefollowing ot get it to work the second time > > root@beaglebone:/sys/devices/platform/bone_capemgr# e

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-24 Thread Chris M
added thefollowing ot get it to work the second time root@beaglebone:/sys/devices/platform/bone_capemgr# echo BB-UART1 > slots root@beaglebone:/sys/devices/platform/bone_capemgr# echo BB-UART2 > slots root@beaglebone:/sys/devices/platform/bone_capemgr# echo

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-24 Thread Chris M
', image,encodeoptions) #print time.clock()-before return jpeg.tostring() On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.or

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-22 Thread Chris M
10) installing flask/ flaskio, etc. pip install On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received thi

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-22 Thread Chris M
mount them. Field definitions /etc/fstab contains the following fields separated by a space or tab: - ** - defines the storage device (i.e. /dev/sda1). - ** - tells the mount command where it should mount the to. - ** - defines the file

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-22 Thread Chris M
http://www.tecmint.com/useful-basic-commands-of-apt-get-and-apt-cache-for-package-management/ more commds to upgrade your installed software packages -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-22 Thread Chris M
their instructions i kept getting a file too small error when importing cv2 decide try to reinstall debian image and start over. On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For mor

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-22 Thread Chris M
9) things to install and update after image is installed. Mount an external sd card for extra storage. # df -h tells you what is mounted # fdisk -l | grep '^Disk' Disk /dev/mmcblk1: 3.7 GiB, 3909091328 bytes, 7634944 sectors Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 sectors tells

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-15 Thread Chris M
://tinkernow.com/2015/01/beaglebone-black-rs232-uart-setup/ https://raw.githubusercontent.com/SeeedDocument/BeagleBone_Green/master/images/PINMAP_UART.png On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-15 Thread Chris M
. (Ill post them sepaerately) ISSUES LINKSPRITE CAMERA changing the baud rate not very intuitive. soem time the change is persistent othertime not. SOLUTION Always set the baud to default on exit. On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and fi

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-15 Thread Chris M
7)Setting up a link sprite LS-Y201 camera I bought. It took some time to get the UART pins to work on the BBG. ISSUE FOUND: The UART pins are not enabled by default as UART pins. I tried several methods, and ended up following the instructions posted here

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
Period 1 us <https://lh3.googleusercontent.com/-O-UyKVtWV84/WCkTnw92MbI/AAs/NIkoUuVg3Go-VQucevuVT2YVBa092n9fQCLcB/s1600/20161113_191801.jpg> On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beag

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
of clean up pin.enable(False) On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message becau

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
5 On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Goog

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
with mraa1.0. Still all the BBIO python examples are junk. You no longer get a buffer overrun using mraa.write(), but you can still lock up the pwm. End entry 4 On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
, 2016 at 4:09:06 PM UTC-6, Chris M wrote: > > Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" gr

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
at slow speeds there would be numerous missed steps and poor behavior. My oscilloscope showed this to be true at the BBG and not after the DRV8825. SOLUTION: Don't us bonescript. Now the fun begins, next try Python. End Entry 2 On Sunday, November 13, 2016 at 4:09:06 PM UTC-6, Chris M wrote

[beagleboard] Re: Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
ls. SOLUTION: I found that if I connected to the BBGw with my phone and clicked "done" every time the BBGw is turned on or reset, the leds would then go back to their stated mode of operation. and allow the tutorials to work properly. End entry 1. On Sunday, November 13, 2016 at 4:

[beagleboard] Beaglebone Green - Experience and Notes

2016-11-13 Thread Chris M
Some thoughts and findings as I begin to learn the BBG (Beaglebone Green) -- 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

[beagleboard] Notes on using Beaglebone Green from a novice

2016-11-13 Thread Chris M
Hello All, Ive spent a few frustrating days wading through an alien environment which is called the Beaglebone green (BBG for the pros). and the debian / cloud9 ide environment and would like to share some of the things I find as a go along. (Disclaimer I am a mechanical engineer, and barely