Arduino Data Logging System with GPS, Temperature Sensors, and a MicroSD Card

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 15

  • @ChristopherLum
    @ChristopherLum  2 роки тому +1

    In case it is helpful, here are all my Arduino videos in a single playlist ua-cam.com/play/PLxdnSsBqCrrHpOFzLCJ-69FjB3YuKpyrK.html. Please let me know what you think in the comments. You can support this channel via Patreon at www.patreon.com/christopherwlum or by clicking the 'Thanks' button underneath the video. Thanks for watching!

  • @helms6561
    @helms6561 2 роки тому

    YES! That is what I am talking about! Nice work!

    • @ChristopherLum
      @ChristopherLum  2 роки тому

      Hey Dylan, great to hear from you again! How are things going, are you also messing with Arduinos? I hope to hear from you again on UA-cam or Patreon, thanks for watching!

  • @cmdrcorvuscoraxnevermore3354
    @cmdrcorvuscoraxnevermore3354 2 роки тому

    Hi Christopher, thank you for the very informative video. I'm starting a build similar to the "Survival Pi" designs seen on YT. One of my design criteria is to use an Arduino to capture temp, humidity, and pressure then send the data to the Raspberry Pi. The GPS / Arduino combination got me thinking about how to send the GPS data from the Arduino to the Pi so it can be displayed on the 10" touch screen in the build. That will free up a USB on the Pi. Fun times ahead.
    Thanks again and be well. Oh, and I also subscribed 👍

  • @ncmach1
    @ncmach1 2 роки тому

    Would it be possible to add a accelerometer or gyroscope to record pitch and roll? I am trying to come up with a way to record this data while riding in my UTV on the trails and then use Dashware for video overlays. Gopro don't have the temp, pitch and roll. Thanks

  • @MOVBIOS
    @MOVBIOS Рік тому

    Cristopher, what function does the LumTinyGPSPlus library have in the code?

  • @TheDogeagle
    @TheDogeagle Рік тому

    Are you able to add a UV light sensor to this design? What kind of battery pack are you using for this? I do like that you have a temp sensor for external and internal.

  • @leopoldkot
    @leopoldkot 2 роки тому

    Hi Christopher, could you please share (maybe in your next videos) whether you have to retrieve the styrofoam box when it lands and how do you plan the entire mission. Thanks!

    • @ChristopherLum
      @ChristopherLum  2 роки тому

      I'm actually working on that video right now. If you're subscribed you should hopefully be notified when it goes up.

  • @AndreaAvatar
    @AndreaAvatar Рік тому

    Hi Christopher, very nice project, I'm trying to replicate it, but unfortunately I can't find the LumTinyGPSPlus library, could you help me?

    • @ChristopherLum
      @ChristopherLum  Рік тому

      Thanks for pointing that out, I forgot to include the link. I've updated the description of the video with a link to the files. Let me know if this doesn't work or if you find anything else missing. I'd love to hear if you get this replicated and how it performs. Thanks for watching!

    • @AndreaAvatar
      @AndreaAvatar Рік тому

      ⁠@@ChristopherLumHi, thanks a lot for your support, the only issue that I'm continuing to have is about " DelayAndEncodeGPSViaSoftwareSerial(delayDeltaT_ms,&gps,&ss);" this command give me an error like this /private/var/folders/4z/rhr40b5n47l6yk8qy4q4rxkw0000gn/T/.arduinoIDE-unsaved202367-788-z7hna9.aa9sg/sketch_jul7c/sketch_jul7c.ino: In function 'void loop()':
      /private/var/folders/4z/rhr40b5n47l6yk8qy4q4rxkw0000gn/T/.arduinoIDE-unsaved202367-788-z7hna9.aa9sg/sketch_jul7c/sketch_jul7c.ino:103:38: error: 'delayDeltaT_ms' was not declared in this scope
      DelayAndEncodeGPSViaSoftwareSerial(delayDeltaT_ms,&gps,&ss);
      ^~~~~~~~~~~~~~
      /private/var/folders/4z/rhr40b5n47l6yk8qy4q4rxkw0000gn/T/.arduinoIDE-unsaved202367-788-z7hna9.aa9sg/sketch_jul7c/sketch_jul7c.ino:103:38: note: suggested alternative: '_delay_ms'
      DelayAndEncodeGPSViaSoftwareSerial(delayDeltaT_ms,&gps,&ss);
      ^~~~~~~~~~~~~~
      _delay_ms
      exit status 1
      Compilation error: 'delayDeltaT_ms' was not declared in this scope
      I also tried to comment the command but the GPS doesn’t work, all data are 0

  • @iamkian
    @iamkian 2 роки тому

    Hi Chris.
    I have everything setup, and would love to try it.
    Now I can try to retype all your shown code in the video, however it would be so much easer if I could download it.
    You mention in your video that you will leave a link for the code, however I can not find it.
    Do you mind sharing it again?
    Thank you ~Kian

    • @ChristopherLum
      @ChristopherLum  2 роки тому +1

      Hi Kian, thanks for catching that oversight. I've updated the description of the video with a link to the code. I hope that helps!

    • @iamkian
      @iamkian 2 роки тому

      @@ChristopherLum Thank you for the update. I does for sure help.