element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum My ESP plane
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 18 replies
  • Subscribers 528 subscribers
  • Views 995 views
  • Users 0 members are here
Related

My ESP plane

Fg_
Fg_ 4 months ago

Hi Element14 community,

I'm currently working on an innovative RC plane project using the ESP32 DevKit V1 as the flight controller. The goal is to create a competition-ready aircraft capable of real-time GPS telemetry using NRF24L01+PA+LNA modules for long-range communication. The system also includes a ground station based on Arduino Uno, which will receive the data and display or forward it to a mobile device.

Project Overview:

NEO-6M GPS module on the plane collects real-time GPS data.

Data is transmitted via NRF24L01+PA+LNA to the Arduino Uno ground station.

Optionally, the data is forwarded to a mobile phone via Bluetooth or USB.


Components Needed:

ESP32 DevKit V1 – 1x

Arduino Uno – 1x

NEO-6M GPS Module – 1x

NRF24L01+PA+LNA (with antenna) – 2x

NRF24L01 Adapter Boards – 2x

18650 or LiPo Battery + Voltage Regulator – 1x

Jumper wires and connectors

(Optional) HC-05 or BLE Module – 1x


I Would Like to Ask:

1. Can you help verify the feasibility of this system for reliable long-range GPS telemetry?


2. Are there any project references or documentation on Element14 that can guide me?


3. Most importantly, would Element14 be able to help provide or sponsor these components for my project?

This is a competition-oriented build, and I’m aiming for first place with a creative and technically sound solution. Any support, advice, or guidance from the Element14 team would be greatly appreciated.

Thank you so much for your time and help!

Best regards,
Jeevan

  • Sign in to reply
  • Cancel

Top Replies

  • kmikemoo
    kmikemoo 4 months ago in reply to dang74 +1
    dang74 "Carrier pigeons" would also be correct. https://www.usni.org/magazines/naval-history-magazine/2021/august/carrier-carrier-pigeons
  • vmate
    vmate 4 months ago in reply to Fg_ +1
    It is not a particularly great look to be back begging for free stuff, with AI written text, especially with zero track record of actually finishing projects. What happened to the previous project you…
Parents
  • JWx
    JWx 4 months ago

    I have two main doubts: power consumption and vibration resistance of typical modular connectors of Arduino modules when using inside flying model...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Fg_
    Fg_ 4 months ago in reply to JWx

    Thank you for raising these important concerns!

    Power Consumption:

    I’ve taken power management into careful consideration for my flying model. Here’s how I’m handling it:

    The main controller is an ESP32 DevKit V1, but I'm open to switching to a more efficient variant like the ESP32-C3 or S3 for reduced power draw.

    For wireless communication, I’m using the NRF24L01+PA+LNA module, which can draw over 100 mA during transmission. To stabilize it, I’ve included a dedicated 3.3V regulator with decoupling capacitors.

    The NEO-6M GPS module draws about 30 mA, and it's powered separately from the flight controller to avoid voltage dips.

    Motors and servos are powered from a separate BEC (Battery Eliminator Circuit), isolating high-current loads from the logic electronics.

    This separation ensures stable operation without brownouts or interference.

    Vibration Resistance:

    Absolutely agree that vibration is a serious issue in flight:

    I’ve avoided standard Dupont jumpers and instead plan to use locking connectors like JST or DF13, where possible.

    For modules with pins, I either hot-glue or silicone-seal the connectors to prevent them from coming loose mid-flight.

    All boards will be mounted on foam tape or rubber standoffs to reduce vibration transmission.

    Wires will be routed with enough slack and bundled to reduce strain on connectors.

    I appreciate your feedback and would be grateful for any additional tips or recommended materials. I'm also interested to know if Element14 could help supply or sponsor any of these components as part of this educational and innovation-driven project.

    Thank you again for your support!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Fg_
    Fg_ 4 months ago in reply to JWx

    Thank you for raising these important concerns!

    Power Consumption:

    I’ve taken power management into careful consideration for my flying model. Here’s how I’m handling it:

    The main controller is an ESP32 DevKit V1, but I'm open to switching to a more efficient variant like the ESP32-C3 or S3 for reduced power draw.

    For wireless communication, I’m using the NRF24L01+PA+LNA module, which can draw over 100 mA during transmission. To stabilize it, I’ve included a dedicated 3.3V regulator with decoupling capacitors.

    The NEO-6M GPS module draws about 30 mA, and it's powered separately from the flight controller to avoid voltage dips.

    Motors and servos are powered from a separate BEC (Battery Eliminator Circuit), isolating high-current loads from the logic electronics.

    This separation ensures stable operation without brownouts or interference.

    Vibration Resistance:

    Absolutely agree that vibration is a serious issue in flight:

    I’ve avoided standard Dupont jumpers and instead plan to use locking connectors like JST or DF13, where possible.

    For modules with pins, I either hot-glue or silicone-seal the connectors to prevent them from coming loose mid-flight.

    All boards will be mounted on foam tape or rubber standoffs to reduce vibration transmission.

    Wires will be routed with enough slack and bundled to reduce strain on connectors.

    I appreciate your feedback and would be grateful for any additional tips or recommended materials. I'm also interested to know if Element14 could help supply or sponsor any of these components as part of this educational and innovation-driven project.

    Thank you again for your support!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube