Wire camera to pi

Posted by - October 24, 2015

Install camera software & configure pi One picture program One picture per blink cycle Print proto time on picture       ...
Read More

Keep Reading : Pi Camera Resolution Fix LED Blinking Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module
Read More

Updated GPS & Battery commands for Sim808 / FONA Shield. Also works for LoNet Sim808

Posted by - October 23, 2015

Enable Charging Function  It is recommended to execute this process when first time to use the module. In the Serial Monitor columns of following tables, input of AT commands are in back, module returns values are in orange. Serial...
Read More

Keep Reading : Send MMS From Serial Port on Raspberry Pi Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER SMS on PI
Read More

Turn string into array with split

Posted by - October 18, 2015

textWithCommas = “bee,apple,pear,dog,carrot,robot” wordList = textWithCommas.split(“,”) print “the second item is : ” + textWithCommas ...
Read More

Keep Reading : Identify USB device and discover its name and port Serial Commands used by our Satellite transciever. while loop GPS RESPONSE CODE ORDER
Read More

GPS RESPONSE CODE ORDER

Posted by - October 18, 2015

in response to AT+CGPSINF=0 0 longitude 1 latitude 2 altitude 3 UTC Broadcast Time 4 TTFF Time To First Fix 5 num Number of satellites 6 speed Speed Over Ground 8 course Heading Over Ground (degrees of compass where 0 = N) ...
Read More

Keep Reading : Serial Communication with SMS Modem (FONA) GPS AT Commands Serial Commands used by our Satellite transciever. python to send a SMS message
Read More

GPS AT Commands

Posted by - October 18, 2015

AT+CGPSPWR? if off : AT+CGPSPWR=1 Get status : AT+CGPSSTATUS? Get GPS : AT+CGPSINF RESET CODES : What mode ? – AT+CGPSRST? COLD Reset  – AT+CGPSRST=0 WARM Reset – AT+CGPSRST=1 ...
Read More

Keep Reading : GPS RESPONSE CODE ORDER Serial Communication with SMS Modem (FONA) Serial Commands used by our Satellite transciever. google map link
Read More

google map link

Posted by - October 18, 2015

http://www.google.com/maps/place/40.625027,-73.957774/@40.625027,-73.957774,17z Change RED part to current GPS in Python   http://maps.google.com/maps?q=40.37494164,-73.57485968   ...
Read More

Keep Reading : GPS AT Commands GPS RESPONSE CODE ORDER Identify USB device and discover its name and port Turn string into array with split
Read More