MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • Vishnuraj2003

      Correct SSD for A203 Carrier Board
      UAV • • Vishnuraj2003

      2
      0
      Votes
      2
      Posts
      167
      Views

      salmanfaris

      Hi @Vishnuraj2003, I see you have A203v2 Carrier Board and it will support M.2 Key M disk 2242 as per the product page.

      e7fb9d0d-3d56-449e-b088-8c2cc9e3d4df-image.png

    • J

      Error of compiling for the Ai thinker esp32-cam
      ESP32 • jnr • • juniot237

      3
      0
      Votes
      3
      Posts
      408
      Views

      Benocarrental

      This also happened to me when I was given a task from my company, So what I can recommend is:
      Ensure that the correct board, "AI Thinker ESP32-CAM," is selected in the Tools menu of your Arduino IDE.
      If the board is not listed, you may need to install it through the Board Manager. Search for "ESP32" and install the latest version.
      Ensure that necessary libraries like ESP32-CAM, WiFi, and HTTPClient are installed. You can install them through the Library Manager.

      Carefully check your code for typos, missing semicolons, or incorrect syntax.
      Verify that you're using the correct function names and parameters.

    • Vishnuraj2003

      How to use Wio Tracker 1110 Dev Board
      Development Boards • • Vishnuraj2003

      3
      1
      Votes
      3
      Posts
      343
      Views

      salmanfaris

      @Vishnuraj2003 Are you able to fix it?

    • PumpedMedusa

      What is the best LoRa module to use for long distance network?
      ESP32 • • PumpedMedusa

      2
      0
      Votes
      2
      Posts
      263
      Views

      salmanfaris

      Hi @PumpedMedusa, The rage is depends on the Antenna and how much TX power you have.

      To choose antenna, first you need figure out - where your nodes will be, take a look at the below image. The antenna act like a "torch" if you have more dbi that mean it's focus will be increase and it can reach more distance but the angle it have it less, like a laser.

      458a3da2-175a-4968-917c-56c5a1b763f8-image.png

      also, obstacle such as buildings, tress and mountains will affect the signal and deplete it.

      afe5eba4-b192-4263-8596-80c912fc1f23-image.png

      So, answer for you question - What is the best LoRa module to use for long distance network? - It's really depends on where you planning to put the nodes and how high you putting the gateway. Let me know know your thoughts.

    • P

      Error of compiling for the AI thinker esp-
      ESP32 • • Parves DOMINO

      2
      0
      Votes
      2
      Posts
      266
      Views

      salmanfaris

      @Parves-DOMINO Did you able to solve the issue?

    • P

      Error of compiling for the AI thinker
      ESP32 • • Parves DOMINO

      2
      0
      Votes
      2
      Posts
      220
      Views

      salmanfaris

      @Parves-DOMINO Are you still facing the issue?

    • B

      can i power 4 BO motor (3v-12v) with xiao rp2040?
      MakerSpaces • • borncurious

      2
      0
      Votes
      2
      Posts
      227
      Views

      salmanfaris

      @borncurious Hi, The best method is to use a motor driver like L293D and give power externally.

    • R

      How to setting up janus webrtc for video streaming in web
      General Discussion • • Richu Bini

      1
      0
      Votes
      1
      Posts
      440
      Views

      No one has replied

    • S

      AI enabled acoustic object detection system
      TinyML • • sanal143

      2
      0
      Votes
      2
      Posts
      249
      Views

      salmanfaris

      Hi @sanal143, Welcome to the MakerGram community ✨.

      Does your training data contain noise data similar to the data you are inferencing? and May I know, what kind of hardware you are using to run the model. Thanks

    • zainmuhammed

      Gps data is not getting into TTN console after Connecting LoRa E5
      General Discussion • • zainmuhammed

      5
      0
      Votes
      5
      Posts
      397
      Views

      salmanfaris

      @zainmuhammed Can try capturing the GPS when the device is starting the loop instead after joining the LoRaWAN and see?

      You can put the GPS value on top of the loop or setup function.

      Also, what kind of gateway are you using? Is it configured okay, OTA is done?