MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • binishmatheww

      I need help in making a GPS module
      Development Boards • • binishmatheww

      3
      1
      Votes
      3
      Posts
      28
      Views

      salmanfaris

      Hi @binishmatheww , Welcome to Makergram.

      I see you want to build a GPS Logger. For that, you can use any basic GPS module available in the market such as NEO-6M GPS Module or any from the list here.

      After that, you need to choose a microcontroller, which can communicate with the GPS module read the GPS and translate the NMEA (data format for GPS packets) to a more usable format (you can do the post-processing in the phone too).

      Then you can send the data to hone via BLE, for this you can use a BLE-supported microcontroller or use a standalone BLE co-processor. My suggestion is to go with esp32 as it has BLE support and other cores can be used for the GPS data acquisition. To do the post-processing and other things you can do with the mobile app.

      You can split the project into different parts.

      GPS Data Acquisition. (You can use Arduino IDE + ESP32/Pico W + GPS module of your choice) GPS data translation (There will be Arduino lib which can make the translation easier) Send Data to the mobile app via BLE (Arduino IDE + ESP32/Pico W + BLE LIB + Mobile application).

      Hope you get an idea, please check and let us know. Happy building.

    • J

      Need Help: Error compiling for board AI Thinker ESP32-CAM.
      ESP32 • • jacob_jipson

      6
      1
      Votes
      6
      Posts
      210
      Views

      salmanfaris

      @jacob_jipson Glad to hear that. 🙌

    • salmanfaris

      Make it Matter! with Nordic Semiconductor: Have an idea for a project? Apply now a chance to receive HW Kit.
      Events & Hackathons • • salmanfaris

      1
      0
      Votes
      1
      Posts
      77
      Views

      No one has replied

    • F

      XIAO ESP32 C3 with Edge impulse
      UAV • • fabme

      4
      0
      Votes
      4
      Posts
      28
      Views

      salmanfaris

      @fabme In this case, you need to upload a code XIAO, To fetch the IMU and print on serial. From there, use Edge Impulse CLI to forward the data from the serial to the Edge Impulse.

    • salmanfaris

      Error "Arena size is too small for all buffers" while inferencing audio project on XIAO ESP32-S3.
      ESP32 • • salmanfaris

      3
      0
      Votes
      3
      Posts
      44
      Views

      salmanfaris

      Thanks for the insights @kowshik1729 .

      When I was checking the edgeImpulse memory profiler, it only mentioned 19.1K RAM and I don't have any additional application running along with the inference program. It looks like something is wrong in the compilation.

      I will try to check the memory status as you mentioned and get back, Thanks

      f3cfbd23-d187-4aba-b67c-9e8c25142c99-image.png

    • salmanfaris

      Experience with SeeedStudio T1000 as tracker and data logger.
      General Discussion • • salmanfaris

      1
      0
      Votes
      1
      Posts
      17
      Views

      No one has replied

    • MakerGram

      MakerChat0x18: Computer Vision: How Machines See?
      MakerChat • • MakerGram

      1
      0
      Votes
      1
      Posts
      27
      Views

      No one has replied

    • F

      Error while uploading the program in to ESP32 -S3 sense
      ESP32 • • Fasna C

      3
      0
      Votes
      3
      Posts
      64
      Views

      F

      @zainmuhammed Thank you.

    • MakerGram

      MakerChat0x17: Mechanical Keyboards - What You Need to Build One & QMK! 🎉
      MakerChat • • MakerGram

      2
      2
      Votes
      2
      Posts
      48
      Views

      glitchyi

      581a50a1-686d-46cb-92ae-a1420ab3c83d-image.png

      Amazing Event ❇ Waiting for the Resources 🙂

    • S

      DTDS-622C MEVB Lora modam programing
      Development Boards • • sarathslab

      6
      0
      Votes
      6
      Posts
      47
      Views

      zainmuhammed

      @sarathslab why your are choosing this perticular LoRa module, can you please elaborate your use case. Personally I don't have experience with this module. When i go through the details of this hardware find like this is a UART device and so you can communicate by using the AT comments. And this will be available on the datasheet I guess. Also if you don't want to use this perticular module I suggest sx1276 or LoRa E5 from Seeedstudio. And by using this you can able to connect with helium network or things network. If you want to know more about this I think Salman can help.