Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi tkoWd,
I assume that you would do your own PCB and as for the micro, take your pick.
I use NUC1xx series from Novoton with SIM908.
Cheers.
Hi!
My SIM908 GPS works now. I bought a better antenna for gps and I took a long coax-cable. Now I can program the microcontroller and the GPS works fine outside. I guess the old antenna broke down or something.
Now it works
The microcontroller I use is from Atmel. ATMega644V . For the communication between SIM908 and ATMega644V I prefer UART.
Also I am using a 1100mAh Li-Po battery and it works fine. Now I am programming the sleep mode, so all 15 minutes the module turns on and put the GPS coordinates on a FTP server. Also you can see on an Android App the current location on Google Maps.
The first prototype (self-made board) measures about 5,0 * 6,0 cm.
Hi Serpent,
Can you supply PCB design? Can the battery be larger than 1100 mAh?
Hi!
The design is not finished yet . the board will be design smaller the programm I use is EAGLE from Cadsoft.
Yeah the battery can be larger than 1100 mAh . But dont charge with the sim908! it may break down . The 1100 mAh is just the capacity of the battery . if the capacity is larger the charging process will take more time. Advantage: The battery will supply the whole hardware longer
Sorry I didn't understand the 'it may break down'. Can I use a 4400 mAh battery? or will it not charge?
The internal charging circuit may damage your module. I damaged mine during the charge mode . but of course you can try it , maybe your module will still work
Yeah of course you can use a 4400 mAh battery , but the charging process will take more time . I guess about 3-5 times longer .
I will design an external charging circuit for Li-Po batteries soon
I am also facing with this problem.
This is my command sequence:
send:AT
recv: 6
OK
send:AT+CSQ
recv: 20
+CSQ: 22,0
OK
send:AT+GSV
recv: 65
SIMCOM_Ltd
SIMCOM_SIM908
Revision:1137B03SIM908M64_ST
OK
send:AT+CGPSPWR=1
recv: 6
OK
send:AT+CGPSRST=0
recv: 6
OK
send:AT+CGPSOUT=255
recv: 6
OK
send:AT+CGPSIPR=115200
recv: 6
OK
send:AT+CGPSSTATUS?
recv: 39
+CGPSSTATUS: Location Unknown
OK
send:AT+CGPSINF=32
recv: 67
32,000054.001,V,0.000000,N,0.000000,E,0.00,0.00,10 1010,,E,A
OK
---------------
I received respond form CGPSSTATUS: Location Unknown
And data from CGPSINF seem to be invalid.
Could you help me to solve this.
Maybe I make mistake or forgot some command??
My GPS antenna is placed outside so I dont think the problem come from antenna.
Thank you
Why you think that my problems is in negotiation with SIM908?