9 July 2015
Yesterday we verified the thermistor readings using Professor Griffo's calibrated thermocouple which was certified accurate to within 3/4 of a degree Fahrenheit. All thermistors at both room temperature and submerged within a cup of ice read within the +/- error of the thermocouple verifying that we are reading accurate temperatures with our sensors over a range of environments.
Today we will begin construction of the box, we have a scrap Styrofoam box to experiment with to see what the best (read strongest and lightest for our purposes) way of joining the foam to itself and our components. Then we will construct standoffs for the protoboard as well and attach the beagle via standoffs to the protoboard and secure the whole assembly to the Styrofoam. We will also need to construct a camera mount within the box which we will do with the foam, and find a way to mount the picture onto an arm and secure it to the box.
Go Pro Update:
Installed and tested the goprohero Python module on Peter's computer. Successfully connected to the GoPro, powered it on and started recording. Fo a list of the commands go here to API. Note: the computer needs to be connected to the GoPro wifi inorder for this to work. The next step is to test it with a BeagleBone Black with a wifi adaptor.
In a python script some useful commands:
import goprohero as gp
camera = gp.GoProHero('10.5.5.9', 'password')
camera.command('power', 'on')
camera.command('record','on')
camera.command('record','off')
camera.command('power','sleep')
Also, downloaded a script called 'goproctl' from https://github.com/joshvillbrandt/gopro.
Usage is: python goproctl -h
for list of commands.
Spot Gps Update:
Updated firmware on both Spot GPS with the updater tool. Found instructions here.
Today we will begin construction of the box, we have a scrap Styrofoam box to experiment with to see what the best (read strongest and lightest for our purposes) way of joining the foam to itself and our components. Then we will construct standoffs for the protoboard as well and attach the beagle via standoffs to the protoboard and secure the whole assembly to the Styrofoam. We will also need to construct a camera mount within the box which we will do with the foam, and find a way to mount the picture onto an arm and secure it to the box.
Go Pro Update:
Installed and tested the goprohero Python module on Peter's computer. Successfully connected to the GoPro, powered it on and started recording. Fo a list of the commands go here to API. Note: the computer needs to be connected to the GoPro wifi inorder for this to work. The next step is to test it with a BeagleBone Black with a wifi adaptor.
In a python script some useful commands:
import goprohero as gp
camera = gp.GoProHero('10.5.5.9', 'password')
camera.command('power', 'on')
camera.command('record','on')
camera.command('record','off')
camera.command('power','sleep')
Also, downloaded a script called 'goproctl' from https://github.com/joshvillbrandt/gopro.
Usage is: python goproctl -h
for list of commands.
Spot Gps Update:
Updated firmware on both Spot GPS with the updater tool. Found instructions here.
Comments
Post a Comment