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

Identify USB device and discover its name and port

Posted by - October 17, 2015

Download latest PyUSB from : http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-2/pyusb-1.0.0b2.tar.gz/download Place file “pyusb-1.0.0b2.tar.gz” on your desktop gunzip <pyusb-1.0.0b2.tar.gz |tar xvfp...
Read More

Keep Reading : Serial Commands used by our Satellite transciever. GPS RESPONSE CODE ORDER Turn string into array with split Remote ssh connect from iPad P.C. and laptop using dynamic ip address
Read More

LED Blinking

Posted by - August 15, 2015

You will need the following things: Raspberry pi configured (see previos lessons) 5 Volt LED bulb(s) 2 jumper wires m/f 1 wire cutter with wire striper. (often found on long pliers)   First you will need to  open terminal.What you need to type...
Read More

Keep Reading : Wire camera to pi Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Remote ssh connect from iPad P.C. and laptop using dynamic ip address
Read More

Hello World

Posted by - August 15, 2015

We use python to write all of our scripts. On our raspberry pi every python script starts with a shebang line : “#!/usr/bin/python”. The shebang line tells raspberry pi the app that it needs to run the program. This means that we are...
Read More

Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Remote ssh connect from iPad P.C. and laptop using dynamic ip address while loop
Read More

Raspi-config

Posted by - August 15, 2015

First you will need to open terminal. Terminal is located at the top of your raspberry pi screen. Terminal is used for running commands such as opening programs, editing  files, and you can also install applications and libraries as well as update...
Read More

Keep Reading : Serial Commands used by our Satellite transciever. GPS RESPONSE CODE ORDER Chain connect pressure/temperature module i2c on clock module Remote ssh connect from iPad P.C. and laptop using dynamic ip address
Read More