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
    • O

      J.T. Realmuto Tags Rhys Hoskins Out at Home in Phillies' Win
      ESP32 • • Odeleyes

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • O

      Clarke Schmidt will make moment rehab get started for Double-A Somerset
      Arduino • • Odeleyes

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • O

      Rogers Centres least complicated situations
      Jobs & Opportunities • • Odeleyes

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • O

      White Sox best potential clients occur with each other for very first Spring Breakout
      Development Boards • • Odeleyes

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • Abhay

      Compilation Error for Seeed XIAO nRF52840 Sense in Arduino IDE on macOS
      TinyML • • Abhay

      5
      1
      Votes
      5
      Posts
      277
      Views

      Abhay

      @salmanfaris Thank you Salman, This solution worked for me.

    • J

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

      8
      1
      Votes
      8
      Posts
      1661
      Views

      salmanfaris

      @mahesh02 From the current Arduino ESP32 board files, we don't need to install the ESP-NN separately.

      But try to choose the esp32 board version 3.1.3 and check, as I also faced issues with the latest esp32 board file.

    • Vishnuraj2003

      Correct SSD for A203 Carrier Board
      UAV • • Vishnuraj2003

      2
      0
      Votes
      2
      Posts
      101
      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
      346
      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
      283
      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
      219
      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.