Remote ssh connect from iPad P.C. and laptop using dynamic ip address
...
Read More
...
Read More
Turned pressure and temperature into variables
Print all variables on photo
Change font and location of variable
...
Read More
Prepare i2c
added real time clock driver to raspian
Add time variable to picture display
Solder pins to clock module
...
Read More
Install camera software & configure pi
One picture program
One picture per blink cycle
Print proto time on picture
...
Read More
...
Read More
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
textWithCommas = “bee,apple,pear,dog,carrot,robot”
wordList = textWithCommas.split(“,”)
print “the second item is : ” + textWithCommas
...
Read More
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
...
Read More
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