element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
Community Hub requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 18 replies
  • Subscribers 486 subscribers
  • Views 453 views
  • Users 0 members are here
Related

My ESP plane

Fg_
Fg_ 14 days 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 12 days 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 11 days 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…
  • dougw
    dougw 13 days ago

    How "long range" are you hoping for?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Fg_
    Fg_ 13 days ago

    First I will start with a Kilometre and then I start boosting it's range 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dang74
    dang74 13 days ago

    I don't have enough specific knowledge to advise you... but I must say it sounds like a very interesting project.... almost like a modern day version of the carrier pigeon.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • JWx
    JWx 13 days 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
  • dougw
    dougw 13 days ago in reply to Fg_

    The newer ESP32 modules have BLE5.0 built-in, which supports BLE Long Range.

    Is there a reason you want a separate NRF BLE radio?

    BLE probably won't go much beyond 1 km, even lowering the data rate to 125kb/s.

    Have you considered using LoRa? (Which can have much longer range)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dang74
    dang74 13 days ago in reply to dang74

    Meant to say courier pigeon earlier.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • kmikemoo
    kmikemoo 12 days ago in reply to dang74

    dang74 "Carrier pigeons" would also be correct.  https://www.usni.org/magazines/naval-history-magazine/2021/august/carrier-carrier-pigeons

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Fg_
    Fg_ 12 days ago in reply to dougw

    For wireless communication between the plane and ground station, we are currently using the NRF24L01+PA+LNA module to achieve reliable long-range telemetry. However, BLE (Bluetooth Low Energy) is also considered as an alternative communication source, especially with newer ESP32 modules (such as the ESP32-C3 or ESP32-S3) that support BLE 5.0 Long Range.

    While NRF24L01+PA+LNA provides stable packet-based transmission up to ~1 km, BLE 5.0 offers modern features like adaptive frequency hopping, lower power consumption, and mobile device compatibility, which may be suitable for future upgrades or shorter-range applications.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Fg_
    Fg_ 12 days 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
  • Fg_
    Fg_ 12 days ago

    Hello Element14 Team and Community,

    Thank you so much for your support and feedback on my flying model project idea!

    As I continue development, I’d like to kindly ask if Element14 could help with sourcing or sponsoring the essential components for this build. This is an educational project exploring GPS-based navigation, wireless long-range control, and efficient aerial stability using open hardware.

    Here’s the complete and updated list of required parts:

    ---

    Core Components (Onboard Aircraft):

    1 × ESP32 DevKit V1 (main flight controller)

    1 × NEO-6M GPS module

    1 × NRF24L01+PA+LNA (long-range RF communication)

    1 × AMS1117 3.3V regulator module (with capacitors for NRF24L01)

    2 × TowerPro SG90 servo motors (for rudder and elevator control)

    1 × A2212 1000KV Brushless Outrunner Motor (commonly used in RC planes)

    1 × 30A Brushless ESC (Electronic Speed Controller for A2212)

    1 × 3S 11.1V 2200mAh LiPo battery

    1 × 1045 Propeller (10x4.5, compatible with A2212 motor)

    Anti-vibration foam pads or rubber standoffs

    Locking connectors (e.g., JST-XH, DF13)

    ---

    Remote Ground Controller (Handheld Transmitter):

    1 × Arduino Uno R3 (used as the controller)

    1 × NRF24L01 module (standard version)

    1 × Thumb joystick module

    1 × 9V battery or USB power supply

    Optional / Future Expansion:

    BLE module (for alternative communication)

    Barometric pressure sensor (altimeter)

    LoRa module (for ultra-long-range testing)

    Lightweight foam or balsa material for the airframe

    Kindly let me know:

    1. Does Element14 provide or stock these components?

    2. Would it be possible to receive any support or sponsorship for this educational and innovative project?

    I truly value the Element14 community and hope to bring this flying model to life with your support and guidance.

    Warm regards,

    [Fg_]

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
>
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