Arduino GPS tracker, SIM808 version

Поделиться
HTML-код
  • Опубликовано: 6 янв 2018
  • Previous video: • Arduino GPS tracker
    More previous video: • Arduino + GSM (HTTP GE...
    SIM808 dev board (Banggood): goo.gl/fQHbxw
    GPS antenna (Banggood): goo.gl/8dXD2P
    Arduino sketch: www.iforce2d.net/sketches/sim8...
    GNSS AT commands doc download: files.banggood.com/2016/06/SKU...
  • РазвлеченияРазвлечения

Комментарии • 187

  • @123AMEEN
    @123AMEEN 6 лет назад +1

    What a brilliant explaination. Way to go!

  • @ochoa0042
    @ochoa0042 6 лет назад +1

    Awesome. I have an additional application that I would like for the Arduino to do, but this whole set-up is one step closer for me to create a motorcycle alarm.

    • @idkidk1952
      @idkidk1952 2 года назад

      great project idea ima have to as well

  • @markgreco1962
    @markgreco1962 6 лет назад

    very nice Chris. Great follow up. BTW I built a cnc machine out of wood but followed your vids. Works Great

    • @iforce2d
      @iforce2d  6 лет назад

      cool, what size? Is it working out ok?

  • @Zeromus10
    @Zeromus10 6 лет назад

    SUPERB!!! :D Very nice! I am really interested in doing this!

  • @inyangBuilds
    @inyangBuilds 5 лет назад

    reeeeeally great and helpful video, cheers

  • @simonpullen5413
    @simonpullen5413 3 года назад

    Excellent video

  • @juv4116
    @juv4116 5 лет назад

    Do you have a video where you a sending a message in the while loop() using sim808?
    Thanks

  • @theserialkiller4460
    @theserialkiller4460 5 лет назад +1

    Seeing this for school project....

  • @manusholm3536
    @manusholm3536 5 лет назад

    i have a very similar module from adafruit , A7 module with 32u4 micro controller built in.
    thy call it 32u4+A7 .
    do you think there will be huge difference in the code?

  • @DavidBarkes
    @DavidBarkes 6 лет назад

    For anyone in British Columbia, Canada and has a FIDO sim card the APN is: "Fido-core-appl1.apn" If you have a Rogers Sim card Rogers APN is "rogers-core-appl1.apn".

  • @tjm669
    @tjm669 5 лет назад

    Banggood don't seem to have any gsm antennas available, can anyone suggest a source for a suitable gsm antenna.
    thanks

  • @muzadzigamanya9223
    @muzadzigamanya9223 6 лет назад

    Can you send pictures to a website using the SIM 808? (arduino+arducam+SIM 808)

  • @VilizarSvetozarov
    @VilizarSvetozarov 6 лет назад

    Hello, i have problem with sim868. All AT commands for gps/gnns give me a ERROR. BT also don`t working.Should i upgrade firmware , or i`m hit defective unit and is it serial problem with these chips ?

  • @alejandraolmosvelazquez9592
    @alejandraolmosvelazquez9592 2 года назад

    Nice video!! I Have a question, I Have a lipo baterry, with the regulator to send 5v to sim808 and 3A but the leds of sim808 turn on two or three seconds, then turn off and then don't turn on again. I don't know what May be the problem
    I am talking about the leds net, sta and pps

  • @ivancorrea5110
    @ivancorrea5110 6 лет назад

    Hey man, what a great job with this module, in fact I just got one of this 2 days ago and I was thinking to parse the data using the tinyGPS library cause I didn't knew that this module gives you the parsed data so I'm going to take a look to the SIM808 AT commands, and I wanted to ask you, did you use Google maps inside your page? Cause I want to do something like that in my page, maybe build a GPS tracker and show the info in real time over a map in my own domain, thanks!

  • @lrecon8464
    @lrecon8464 3 года назад

    Looking for this almost exactly, could you help me fit it into my dog collar?

  • @blannkin32
    @blannkin32 5 лет назад

    sendGSM("AT+SAPBR=3,1,\"APN\",\"internet.itelcel.com\"") is this okay when changing my APN configuration? or should I just put the name?

  • @ajitzagade7286
    @ajitzagade7286 5 лет назад

    Sir I want misscall through relay on/off code using arduino and SIM 900a plzz

  • @pegasusgaming786
    @pegasusgaming786 6 лет назад

    I did everything as showing in video but only getting ??????? Little help here.

  • @teslaar-ge3110
    @teslaar-ge3110 3 года назад

    THANK YOU

  • @mdasifiqbal8912
    @mdasifiqbal8912 5 лет назад

    How can make it real time with firebase or other server?

  • @OmarAhmed-sr2bt
    @OmarAhmed-sr2bt 6 лет назад

    does it also work with a simduino?

  • @torikulislammaruf4841
    @torikulislammaruf4841 5 лет назад

    Great project ...But mine didnt work...i am getting only ???? this..i did exactly described in the video..if you can help me to solve this please reply me..thanks in advance

  • @Zeromus10
    @Zeromus10 5 лет назад +1

    Hi, iforce2d :) I would like and appreciate your help. I'm building a GPS tracker, similar to the one you built some months ago. I have successfully managed to get all the GPS info, coordinates, time, etc. The impasse I'm having is with the connection to the Internet so that I can see the trip in Google Earth or Maps. I've seen quite a few of your videos but cannot manage to get the connection rolling. So, few questions: What app/program did you use to see the trip? How do you establish such connection? How do you upload your coordinates/page info to the app? Hope you can help me. Thank you!

    • @iforce2d
      @iforce2d  5 лет назад

      I'm using HTTP connections via a cellphone module, see the "previous video" links in the description. I don't know what you mean by "app", the display is done in a web page, you can see how the Javascript does it by looking at the webpage source. If you mean how did I put the values into a database, that is extremely boring so I will not be covering it, but it is about the most basic possible PHP you can do, pretty much just these should explain it:
      www.w3schools.com/php/php_mysql_insert.asp
      www.w3schools.com/php/php_mysql_select.asp
      If you are asking how to set up web hosting, or configure a webserver, and a database, or about PHP coding, that is even more boring and I will not be covering that either, but there are thousands of pages on the web where you can learn about it.

    • @muhammadrehan2907
      @muhammadrehan2907 5 лет назад

      I have seen many of your videos and have the same question. I think Zeromus J couldn't explain what the question is. Actually I'm wondering that how you send data to your hosting or webserver. I mean getting coordinates is okay, but how to send these coordinates to the server? By GSM or GPRS? Sim using two types of data, credit GSM and data internet (GPRS or 3G,4G).. Is it send data in form of messages or using data internet? I'm wonder I deliver what I want to ask or not , thanks :)

  • @umersaddique8472
    @umersaddique8472 5 лет назад

    i am working in my fyp project its working but one problem aries in my project . Actually Project have two feature first scan the rfid card and send to web server for identification ,second get gps coordinate continuous for real time tracking of his vehicle and send lat lng to same web server.
    Driver can scan his card any time while vehicle running or stop thats mean I want rfid scanner active all time and once the card scanned that detail send to web server database through http connection but problem occurs of gps scanner because its continuously running and data sending to http web server mode Now when driver scan his card it will not scanned till gps and gprs complete his loop once they complete the card get scanned its very long process to hold the card at reader.
    What I want, RFID scanning and gps location sender functions run in parallel way as rfid reader alway active even gps sending data in background mode live service. I have two priority for this project sending gps coordinate continuously as well as scan rfid any moment that card is placed.
    all problem occur due to http connection once gps is in the function of http it take time and not scan RFID.
    Can I run both rfid scan and gps acquisition process simultaneously rather http connection work in background

  • @saulito85
    @saulito85 6 лет назад

    do you know what could be the problem? on my serial montor it stays on (waiting for sim to start) I know that my sim work just fine, I tested with other codes

    • @iforce2d
      @iforce2d  6 лет назад

      Do everything manually first like I showed in the video, then you will be able to debug it yourself

  • @dark-flame-master
    @dark-flame-master 6 лет назад

    Hi iforce2D. First of all, thank a lot for you video it helped a lot. I was able to send gps position to my webserver but when I go in my car, when I go through a tunnel I lose the GPS signal and then it costs a lot to get back the signal. Maybe after some kilometers or when I slowdown a lot. Do you have the same problem with SIM 808 module?

    • @iforce2d
      @iforce2d  6 лет назад +1

      Probably yes, as with any GPS. That's just how GPS works. I have not tried any tunnels though.

  • @venkatkarthik2727
    @venkatkarthik2727 5 лет назад

    Hello, I am trying to use GPS and GPRS simultaneously on this module is it possible? I am trying a TCP connection with the server but not able to establish.

    • @iforce2d
      @iforce2d  5 лет назад

      Yes, that's exactly what I did in this video. Start with the previous videos instead of trying to do this one first with no previous experience.

  • @M.4y
    @M.4y 5 лет назад

    Please give website source code. How can I do it with Owntracks

  • @giovcarrillo4222
    @giovcarrillo4222 2 года назад

    Nice video! Is it possible to send and plot the data directly to QGIS web?

  • @blannkin32
    @blannkin32 5 лет назад

    I have an issue with the GPS AT comands, they all return Error, Just the GPS cant even attach the gps with AT+CGPSPWR
    You now what could it be?

    • @jonathanfriesen1720
      @jonathanfriesen1720 4 года назад

      it sounds like you have not connected both ground on the sim 808, thats important

  • @DavidBarkes
    @DavidBarkes 6 лет назад

    WOOOT!!!! WOOOT!!!! Thank you so much. I finally got my SIM808 EVB-3.2 working and useful!!! I would humbly ask if you would be so kind as to instruct me on how to add ALTITUDE. (Perhaps for balloon flight?). That being said I am not certain if Altitude is one of the comma separated values that is available or even if it can be parsed.

    • @iforce2d
      @iforce2d  6 лет назад +1

      Isn't that 'MSL altitude' value what you want? I changed the server code so that if you add a 'msl' parameter to the submitted URL that value will be inserted into the hAcc value.

    • @DavidBarkes
      @DavidBarkes 6 лет назад

      "add a 'msl' parameter to the submitted URL"... sorry for being so dense but I am uncertain as to where or how to "add a MSL parameter". As in.. the format of doing so? That being said I am most appreciative of you responding to my request. Now if I could just figure it out... DOH! Congrats BTW on cracking the logic of the onboard controller on the wheelchair rover. I was one of the guys that posted in video 1 to "get a Sabretooth". That is what I am running, but kudos to you in hacking the proprietary protocol. Well done.

    • @iforce2d
      @iforce2d  6 лет назад +1

      The MSL value is an integer, look at how other integers are handled, eg. you can copy the same method as for 'fixStatus'. Specifically, in sim808.h you need to add a new variable and assign the parsed value to it, and in sim808GPSTracker.ino you need to add it to the parameters passed to the server. Basically, just search both files for 'fixStatus' and copy whatever is done for the fix status value.

  • @amalraj_offl
    @amalraj_offl 6 лет назад

    Worked perfectly bro...thank you very much.....also can you make a video to send the gps to thingspeak server??

    • @saulito85
      @saulito85 6 лет назад

      How did you make work? I’’m trying to make mine to work but. I don’t see anything in the web, all I see is a 0

    • @satyajeetsinhdodiya3650
      @satyajeetsinhdodiya3650 5 лет назад

      @@saulito85 YES I AM FACING SAME PROBLEM

  • @MihaHorvat
    @MihaHorvat 5 лет назад +1

    Great product! I am building data logger which will communicate with remote servers. Battery is my main problem. What are specs of this battery used in your project? mAh, voltage, current ... ? What is power supply for your GPS module? I saw a lot of people having problems with correct power supply for GSM/GPS modules. Thanks in advance!

  • @sugalswami8132
    @sugalswami8132 6 лет назад +1

    What is the power supply used in this circuit

    • @iforce2d
      @iforce2d  6 лет назад

      This one: goo.gl/vSQBxM

  • @LondonMus
    @LondonMus 5 лет назад

    Dear iForce2D, thank you for the great upload. I wanted to ask if I could pay you to write me up a code?
    I need the sim808 to send me a text message containing coordinates of a position when a current sensor has been triggered past a certain threshold. So I will need a current sensor module and the sim808.
    Let me know if this is possible.
    Many thanks

  • @JanisBebritis
    @JanisBebritis 6 лет назад

    Small tip - if you have stability issues or something, you might want to add a 1000mF capacitor on power pins for the GPRS module. I thought mine is defective until i did just that. Tbh, i was using one of those diy kits that cost ~$3.

  • @user-ov7zg6ob5k
    @user-ov7zg6ob5k Год назад

    which controler are used

  • @darksaber7131
    @darksaber7131 6 лет назад

    Sir, I have a question.
    Right now I'm doing my final year project using mobile apps and this Arduino GPS tracker staff.
    So the problem here, I stuck how to connecting to my mobile apps and this Arduino GPS tracker staff.
    From your experience, do you know what is the method that I can use?

    • @iforce2d
      @iforce2d  6 лет назад

      'mobile app' you mean like android or iOS? I have no idea.

    • @darksaber7131
      @darksaber7131 6 лет назад

      Yes, sir. It's android.
      Okay then, thank you for your time.
      By the way, it's a good tutorial from you sir.

  • @sugat1466
    @sugat1466 6 лет назад

    Hi mate, Thank you for the videos. Just wanna ask from you. How do you handle signal lost when mobile network is not available during the part of the trip? Is the SIM808 can recover itself when the mobile network is available? Or i cannot track my device anymore using SMS. Cheers.

    • @iforce2d
      @iforce2d  6 лет назад

      From where I live the mobile network is lost regularly as I drive into town, and it recovers ok.

    • @iforce2d
      @iforce2d  6 лет назад

      ruclips.net/video/Lphe8Vih5VY/видео.htmlm43s

  • @NamQuanTran
    @NamQuanTran 6 лет назад

    On the demo part in google map, I see there are orange arrows to show the direction of your device. How can you do that ? Can you explain me ?. As right now, I also made a device to track my car, but in my map, it just show only the car's position and I'm in an obstacle of finding a way to show the car's direction like yours too. So, Im very happy if you can show me how to do that. (I also used Sim808, arduino, google map API like you).

    • @NamQuanTran
      @NamQuanTran 6 лет назад

      I know in GPS data, there is a field called Course over ground. I dont know what it can do with the direction @@

    • @iforce2d
      @iforce2d  6 лет назад

      You can draw any kind of shape with a polyline:
      developers.google.com/maps/documentation/javascript/examples/polyline-simple
      The GPS data has a 'heading' value which is the direction of movement.

    • @NamQuanTran
      @NamQuanTran 6 лет назад

      wow, I dont know GPS data has something called heading value. So if i used sim808 and use CGNSINF command, what field in the return tell about that heading value ?

  • @email2beta
    @email2beta 3 года назад

    did not explain the php file??

  • @amalraj_offl
    @amalraj_offl 6 лет назад

    what library should I use?? @iforce2d

    • @iforce2d
      @iforce2d  6 лет назад

      Watch all the previous videos....

  • @popplestones886
    @popplestones886 4 года назад +1

    Someone needs to make a board with the sim808, an atmega328p and a relay (for immobilisation), then you can make find my car app with remote imobilization

  • @syp7780
    @syp7780 3 года назад +1

    Hello I really want to see your codes but your link that is on your description is not working.. Is there other way I could get your sketch codes??? I really appreciate if I could...

    • @syp7780
      @syp7780 3 года назад

      Please let me know THANKS!!!

    • @iforce2d
      @iforce2d  3 года назад +1

      Copy and paste this into your browser address bar
      Don't click the link here on RUclips
      www.iforce2d.net/sketches

    • @syp7780
      @syp7780 3 года назад

      @@iforce2d I got your files!!! I really appreciate! Thanks! lol

  • @SanatanihinduHinduRashtra
    @SanatanihinduHinduRashtra 6 лет назад

    Which the arduino board you are using is it nano......???

  • @theUsesOFnot
    @theUsesOFnot 4 года назад

    Does the SIM808 work on 3G network? In Australia our 2G was shutdown years ago.

    • @iforce2d
      @iforce2d  4 года назад

      hmm.... I seem to recall, it does not. I actually had to get a second SIM card for Vodafone, which will maintain 2g until 2025 here.

    • @theUsesOFnot
      @theUsesOFnot 4 года назад

      @@iforce2d can you recommend a GPS GSM board that I could use for 3G?

    • @iforce2d
      @iforce2d  4 года назад

      @@theUsesOFnot sorry, don't know of any other than these 2G ones I've tried.

  • @amalraj_offl
    @amalraj_offl 6 лет назад

    I am getting first two lines properly at the serial monitor but then these symbols " ??????? " get repeatedly produced as output!! Can you help me on that and also can you provide me a link to the sim808_test program which you used in to test this module because I couldnt find it anywhere

    • @iforce2d
      @iforce2d  6 лет назад

      Please watch all the videos from the beginning. You should not be asking such basic questions on this video, it is a very complex project. The link to the arduino sketch is given in the description.

    • @amalraj_offl
      @amalraj_offl 6 лет назад

      Waiting for sim startup and then it shows??? In serial monitor.....is my baud rate an issue?? Bro i watched all your videos yesterday but still not getting any idea...pls help me on this

    • @amalraj_offl
      @amalraj_offl 6 лет назад

      iforce2d shall i send u a pic of the output?

    • @iforce2d
      @iforce2d  6 лет назад +1

      Have you ever played "spot the difference"? Do everything EXACTLY as I did in my videos and find the first point that you get a different result.

    • @amalraj_offl
      @amalraj_offl 6 лет назад

      iforce2d ook brooo il do and come backk

  • @giovanicarrillo6120
    @giovanicarrillo6120 2 года назад

    Hello nice video! What do I need to change if I want to use an arduino uno?

    • @iforce2d
      @iforce2d  2 года назад

      The uno and pro-mini use the same microcontroller. You'll need to change the board setting in the arduino IDE, otherwise all should be the same.

  • @ramanande5207
    @ramanande5207 6 лет назад

    what capacity of battery you have used in the project

    • @iforce2d
      @iforce2d  6 лет назад

      This is a very low power thing, the capacity of this battery could run it for many days so not really relevant. But since you asked it was a 800mAh 3S lipo. But again, not relevant.

    • @ramanande5207
      @ramanande5207 6 лет назад

      what are the best battery for long life used for above project

  • @stevefoss5486
    @stevefoss5486 6 лет назад

    The link for the arduino sketch doesn't work.

    • @iforce2d
      @iforce2d  6 лет назад

      Oops, thanks for reminding me - try again.

  • @saktipadhy7491
    @saktipadhy7491 5 лет назад

    Hi, I did everything as you said. I also did it manually on Serial Monitor. I am able to get successful result on Serial Monitor. When I'm uploading the code. My code is getting stuck at Waiting for SIM startup.... Any Suggestions????? Thank You.

    • @iforce2d
      @iforce2d  5 лет назад

      What other print statements in the code are you expecting to see?

    • @iforce2d
      @iforce2d  5 лет назад

      Standard approach when you are wondering what your program is doing, is to add logging.

    • @saktipadhy7491
      @saktipadhy7491 5 лет назад

      @@iforce2d Thank you so much for your reply. I'm expecting Parameters, that we are writing to Serial monitor through code such as "CGSINF result for is" etc.

  • @sklepa
    @sklepa 6 лет назад

    Hey Chris, can You tell something more how to implement google maps api to show those positions that were read, and show it in the browser ? Maybe even little example code? ;)
    Greetings from Poland!

    • @sklepa
      @sklepa 6 лет назад

      whooops, i think that request might be too ahead. Gotta catch up with previous videos ;)

    • @iforce2d
      @iforce2d  6 лет назад +1

      tons of examples here: developers.google.com/maps/documentation/javascript/

  • @amalraj_offl
    @amalraj_offl 6 лет назад

    Bro i got a doubt, what is the specification of your battery ?

    • @iforce2d
      @iforce2d  6 лет назад

      I'm using a 3S lipo battery here, but that's not really important. The important thing is you need to provide a 2A capable power supply at 5V.

    • @amalraj_offl
      @amalraj_offl 6 лет назад

      iforce2d ok bro and another doubt....will the battery get damaged while stepping down the voltage? Since im stepping down a 12v 5a bike battery down to 9v 2.3a will it have any effect on the battery??

  • @Mysterious_Couple_Vlogs
    @Mysterious_Couple_Vlogs 5 лет назад

    when i opened the website it says 0
    help me

    • @iforce2d
      @iforce2d  5 лет назад

      watch all the previous videos, all is explained

  • @waelhassan1911
    @waelhassan1911 6 лет назад

    Thank you for sharing such video , How to make the SIM808 to send GPS info to my Cell phone ????,instead of HTTP request ,I believe its more practical , do you recommend any reference ??? Thanks again

  • @muzmmilpathan7781
    @muzmmilpathan7781 6 лет назад

    sir i set the journy code =arttracker and uplode the programe ,and at serial port i get lat long etc and httpaction=0 /output is ok
    i try to see output at webside but there is nothing .
    i see the journy code here www.iforce2d.net/gt/checkJourney.php?jn=arttracker
    it is ok
    than i go on www.iforce2d.net/gt/index.php?jn=arttracker&tz=13&os=10<=50
    but there is nothing what should i do sir

    • @iforce2d
      @iforce2d  6 лет назад +1

      Let me guess, you just copy+paste my code and expect it to work, without doing everything manually, step by step in the arduino serial monitor first to check if it works. Are you in New Zealand? Are you using a Vodafone SIM card? No, I don't think so.... but if you copied my code you will be trying to use New Zealand Vodafone access point code, which will never work. I don't know how many times I have said this now, but you need to watch all the previous videos so that you can do a basic HTTP request. You have to learn to walk before you can run.
      Here is the first video of my series where I explained the beginning steps of using HTTP, you need to watch this and do EVERY STEP just like I did (except use the access point code for your country and network of course). ruclips.net/video/9UEcT5GxdBk/видео.htmlm1s
      Let me say again... do every step. EVERY STEP.... get it? You can't just skip to the end and paste in some code and expect it to work. If you did every step to begin with you would probably never need to ask me any questions here....

  • @mantasjasas9251
    @mantasjasas9251 6 лет назад

    @iforce2d how can i contact you?? I want to make a project like this, and i have some questions, thanks!

    • @iforce2d
      @iforce2d  6 лет назад

      You just contacted me :) Discuss it here so that others will benefit from our discussion in the future, is the reply you would get anyway.

    • @mantasjasas9251
      @mantasjasas9251 6 лет назад

      Can i make everything the same like you did, without that battery ? Only using USB cable from computer to my arduino? I have Arduino UNO so im thinking about making project on arduino that i have. I haven't checked your all videos yet, but i gonna do it soon. Yesterday i ordered, SIM808, antenna, and thinking what else do i need. Because ill get all the stuff at the mid of May, and my project presentation will be one week later, so i want to get all the stuff together at the same date and try to make project like this. Thanks, im thinking of more questions while you answering me :D

    • @iforce2d
      @iforce2d  6 лет назад

      I think if you watch all the previous videos first, you wouldn't have these questions :) Yes, the UNO can handle providing enough power.

    • @mantasjasas9251
      @mantasjasas9251 6 лет назад

      Oh thanks, ill check your videos today i think. What about wiring Arduino UNO, with other components of this project? Can i find it somewhere , or is it possible to see in the code and connect all wires like there?

    • @iforce2d
      @iforce2d  6 лет назад

      I'm not sure what the question is... if you're asking whether you will need wires to connect things, of course you will :) If you're asking which wires connect to where on the modules, I repeat again, if you watch all the previous videos first, you wouldn't have these questions.

  • @DhammaChakkhu921
    @DhammaChakkhu921 6 лет назад

    Hi Chris, Do you know the difference between SIM808 and SIM868 module. thanks

    • @iforce2d
      @iforce2d  6 лет назад

      No, sorry

    • @DhammaChakkhu921
      @DhammaChakkhu921 6 лет назад

      No worries. I am in the process of designing a tracker using SIM808 but I can see SIM868 is cheaper than SIM808 hence my question.

  • @rashidhussain2815
    @rashidhussain2815 6 лет назад

    does not send data to server even i change the apn.

    • @iforce2d
      @iforce2d  6 лет назад

      As I have said in the video and a dozen times in the comments, start with the previous videos and do this step by step - don't expect to just copy and paste some code without putting in some effort to understand it.

  • @gatisozols
    @gatisozols 6 лет назад

    Cool, so it's not a typo in ebay it really has GPS!
    Offtopic: have you ever considered using stm32 "blue pill" instead of Arduino? I know it is 3.3v, but performance-wise it beats the living c... out of Arduino.

    • @gatisozols
      @gatisozols 6 лет назад

      Sorry found the answer myself in Your videos :) ruclips.net/video/xsYIh1sunso/видео.html

    • @iforce2d
      @iforce2d  6 лет назад +1

      Since making that video I have also used mbed online compiler a little, which is much easier to get things done with. I managed to get it working with a few other STM32 dev boards I have, by selecting a similar board to one of the defaults already available in mbed. I almost made a video about it all, but I have not actually used it for any specific project and I also got a bit lazy.

    • @gatisozols
      @gatisozols 6 лет назад

      I have read about that mbed online compiler. Personally I use Eclipse with STM32 plugin and CubeMX official ST configuration tool which generates Eclipse projects. It is a bit cumbersome, but I really like the debugging feature. Huge downside is availability of libraries in such configuration, but it is not that hard to port libraries from Arduino.

  • @tuanhungnguyen2962
    @tuanhungnguyen2962 6 лет назад

    I tried to create a new JOURNEY on your server, but it did not work. Can you help me? Thank!

    • @iforce2d
      @iforce2d  6 лет назад

      Can you define "did not work" any better? That phrase gives almost nothing to act on.

    • @iforce2d
      @iforce2d  6 лет назад

      In the server log I can see recent requests from Vietnam with URLs like this:
      "GET /gt/gt2.php? HTTP/1.1"
      "GET /gt/gt2.php?&jn=h97p9AT+HTTPACTION=0 HTTP/1.1"
      "GET /gt/gt2.php?&jn=h97p9AT+HTTPACTION HTTP/1.1"
      "GET /gt/gt2.php?&jn=h97p9AT HTTP/1.1"
      "GET /gt/gt2.php? HTTP/1.1"
      "GET /gt/gt2.php? HTTP/1.1"
      These do not look like my code has been used, did you change anything?
      The URL should be something like this:
      /gt/gt2.php?&jn=op7qwe86md&tm=20180214092327&fx=1<=17.424515&ln=78.379030&sv=9&ha=0.9&gs=0.48&hd=31.93

    • @tuanhungnguyen2962
      @tuanhungnguyen2962 6 лет назад

      Can I get your email? I can show you some pictures. Sorry my english is not good

    • @iforce2d
      @iforce2d  6 лет назад

      If we talk here it helps more people in future, not only you. I think I pointed out the problem in my last post - and I also asked a question.

    • @tuanhungnguyen2962
      @tuanhungnguyen2962 6 лет назад

      I followed your instructions and only changed "JOURNEY"
      //#define JOURNEY "vr978rye7R"
      #define JOURNEY "h97p96th97"
      and still keep the URL:
      GSM_PORT.print("AT+HTTPPARA=\"URL\",\"www.iforce2d.net/gt/gt2.php?");

  • @saulito85
    @saulito85 6 лет назад

    Are you in the usa? What kind of sim card are you using?

    • @iforce2d
      @iforce2d  6 лет назад

      No, New Zealand. I don't know much about sim cards, it's just the one they gave me at the shop :)

    • @saulito85
      @saulito85 6 лет назад

      oh ok, I was having trouble with network connection with my gsm sim808, but I got it work know. I was using a wrong sim card.. I was using an 4G LTE sim card, and you know sim808 module works only with 2G network

    • @saulito85
      @saulito85 6 лет назад

      I'm trying to make this project but I'm getting an error: sim808_setup was no declared in this scope.. I looking for the library but can't find no where

    • @iforce2d
      @iforce2d  6 лет назад

      ??? the file sim808.h is in my download zip, linked to in the description....
      There is no include for anywhere in my code, maybe you changed that? It should be:
      #include "sim808.h"
      (not with angle brackets, because that has a different meaning!)

    • @saulito85
      @saulito85 6 лет назад

      :) I was looking the wrong code lol sorry. thank you for your help

  • @Matejic85
    @Matejic85 5 лет назад

    Happy New Year bro. I want to ask you can u fix the link for Arduino sketch, because the link dont work. Thanks in advance

    • @iforce2d
      @iforce2d  5 лет назад

      My entire server is down right now because my hosting company fucked something up really bad a few days ago, they still haven't managed to fix it. I'll let you know when it's up again.

    • @Matejic85
      @Matejic85 5 лет назад

      @@iforce2d Ok, bro. If u want you can link some dropbox because i will want to try with sim868. Thanks in advance

    • @iforce2d
      @iforce2d  5 лет назад

      Site is up again now.

    • @Matejic85
      @Matejic85 4 года назад

      ​Hi, bro I have problem.
      Starting...
      Waiting for SIM startup...AT+CGNSPWR=1
      Ignoring echo: AT+CGNSPWR=1
      OK
      AT+SAPBR=3,1,"APN","gprswap"
      Ignoring echo: gprswap"
      ERROR
      AT+SAPBR=1,1
      Ignoring echo: AT+SAPBR=1,1
      ERROR
      AT+HTTPINIT
      Ignoring echo: AT+HTTPINIT
      ERROR
      AT+HTTPPARA="CID",1
      Ignoring echo:
      ERROR
      AT+CGNSPWR=1
      Ignoring echo: AT+CGNSPWR=1
      OK
      AT+CGNSINF
      Ignoring echo: AT+CGNSINF
      +CGNSINF:Checking message type: +CGNSINF:
      Received CGNSINF
      1,CGNSINF result for is 7 is 1,
      1,CGNSINF result for is 8 is 1,
      20191014223055.000,CGNSINF result for is 9 is 20191014223055.000,
      43.981878,CGNSINF result for is 10 is 43.001878,
      21.249951,CGNSINF result for is 11 is 21.009951,
      128.632,CGNSINF result for is 12 is 128.632,
      0.00,CGNSINF result for is 13 is 0.00,
      300.9,CGNSINF result for is 14 is 300.9,
      2,CGNSINF result for is 15 is 2,
      ,CGNSINF result for is 16 is ,
      1.1,CGNSINF result for is 17 is 1.1,
      1.4,CGNSINF result for is 18 is 1.4,
      0.9,CGNSINF result for is 19 is 0.9,
      ,CGNSINF result for is 20 is ,
      10,CGNSINF result for is 21 is 10,
      8,CGNSINF result for is 22 is 8,
      ,CGNSINF result for is 23 is ,
      ,CGNSINF result for is 24 is ,
      33,CGNSINF result for is 25 is 33,
      ,CGNSINF result for is 26 is ,
      PS_CGNSINF_VPA is
      GPS state: 20191014223055, 1, 8 sats, hdop 1.1, 43.001878, 21.009951, 0.00 km/h, 300.9 degrees
      OK
      For my mobile network I found this parameters.
      Please can u help me?
      phone settings of postpaid:
      APN = gprswap
      Username = mts
      Password = 064
      Homepage: m.mondo.rs
      or postpaid mobile net:
      APN = 3gnet
      Username = mts
      Password = 064

  • @dongnguyen-rg9ns
    @dongnguyen-rg9ns 5 лет назад

    What is the name of this battery?

    • @iforce2d
      @iforce2d  5 лет назад

      That's a lipo battery. But anything that can provide 5V or more and 10W will be ok.

    • @dongnguyen-rg9ns
      @dongnguyen-rg9ns 5 лет назад

      @@iforce2d thank you!

    • @dongnguyen-rg9ns
      @dongnguyen-rg9ns 5 лет назад

      What is the name of this arduino?

    • @dongnguyen-rg9ns
      @dongnguyen-rg9ns 5 лет назад

      I want buy it.
      How much does it cost?

  • @jdquaff4686
    @jdquaff4686 4 года назад

    Hey Iforce2D,
    I’ve checked my journey code, and it shows as available... that is, until I power on my Arduino/SIM808 and get it connected. Then the journey code reads as taken on the server - so far, so good. This means there is communication between my Arduino, the GSM, and the server. However, no data points appear on the map! Any idea the reasoning for this?
    Thanks for the help!

    • @iforce2d
      @iforce2d  4 года назад +1

      Sorry about that, try again now. Somehow a few lines of my PHP had disappeared, absolutely no clue how that happened, since I have not touched or even looked at that code since I uploaded the video, when it was clearly working fine. Thanks for the heads up.

    • @jdquaff4686
      @jdquaff4686 4 года назад

      iforce2d *Crosses fingers*
      *Crosses everything I can*
      *Plugs in arduino*

    • @jdquaff4686
      @jdquaff4686 4 года назад

      iforce2d And look at that, it works! Amazing! Thanks for the help, couldn’t have done it without you and these tutorials!

  • @umersaddique8472
    @umersaddique8472 5 лет назад

    WHERE IS your test.php file

    • @iforce2d
      @iforce2d  5 лет назад

      The directions for using my webserver are in the previous video, link is in the description.

    • @umersaddique8472
      @umersaddique8472 5 лет назад

      sir please send me your email address

  • @peterwoo2489
    @peterwoo2489 6 лет назад +4

    miniturise it and put it into quads !!! :)

    • @peterwoo2489
      @peterwoo2489 6 лет назад +1

      Would it be possible to add a baro sensor to record heights?

    • @iforce2d
      @iforce2d  6 лет назад +2

      WannaDuino if you spam that shit again you get banned.

  • @ricardocallejo7422
    @ricardocallejo7422 5 лет назад

    Your www.iforce2d.net links are broken.

  • @rosswaldoolv
    @rosswaldoolv 6 лет назад

    hello friend, excellent video I just want to know something how you get the user's data and your api page you used to show them? If you can upload the code I would appreciate it and subscribe to your channel.

    • @iforce2d
      @iforce2d  6 лет назад

      User's data.... you mean the user manual? It's linked to from the banggood page: files.banggood.com/2016/06/SKU405361-SIM808.rar
      The code is linked to in the description, take a look.

    • @rosswaldoolv
      @rosswaldoolv 6 лет назад

      I mean how do you acquire the data on your page? with a simple Get? How do you sample the data in the Google API? I want to see the Code of your PHP page

  • @bryanleonel97
    @bryanleonel97 4 года назад

    Spanish😭