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 Alternatives to Arduino Nano with smaller size and works with NRF24l01
  • 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 12 replies
  • Subscribers 530 subscribers
  • Views 1018 views
  • Users 0 members are here
  • arduino
Related

Alternatives to Arduino Nano with smaller size and works with NRF24l01

Bineet
Bineet 7 months ago

At present, I’m working on an RC plane project where communication is handled via the NRF24L01 module. Thus far, I have thought to utilize an Arduino Nano, however I find it a bit oversized for the limited space in my build. I need some alternatives that are smaller in size and are able to function seamlessly with the NRF24L01.

 Is there anyone who has used this form of compact microcontroller for such a purpose? Or are there any other microcontrollers or chips that you would suggest?

  • Sign in to reply
  • Cancel

Top Replies

  • vmate
    vmate 7 months ago +1
    There are tiny RP2040/RP2350 based modules, maybe one of those? The USB connector is on a separate PCB so it can be unplugged to save even more space. This is the Waveshare RP2040-Tiny specifically, but…
  • BigG
    BigG 7 months ago +1
    Have a look at Seeed Studio Xiao boards: www.seeedstudio.com/xiao-series-page PS (Edit): Adafruit also offer dev boards with similar form factor: https://www.adafruit.com/category/595
  • beacon_dave
    beacon_dave 7 months ago +1
    How much smaller are you actually aiming for ? You could perhaps consider making your own μC PCB to make best use of the space you have available. The DFRobot Beetle is about half the size of the Nano…
Parents
  • beacon_dave
    beacon_dave 7 months ago

    How much smaller are you actually aiming for ?

    You could perhaps consider making your own μC PCB to make best use of the space you have available.

    The DFRobot Beetle is about half the size of the Nano. You might be able to modify it to get access to the IO you need. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Bineet
    Bineet 7 months ago in reply to beacon_dave

    Probably like a size of a coin, a little larger is fine, I am thinking of esp12f(esp8826 based) as it fits in my budget very well and in size too, but I am not sure if it can handle the communication with the nrf24 as well as a flight controller simultaneously. 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave 7 months ago in reply to Bineet
    Bineet said:
    Probably like a size of a coin, a little larger is fine

    The Australian Kangaroo One Tonne Gold Coin is around 800mm in diameter.
    https://www.perthmint.com/visit/attractions/one-tonne-gold-coin/

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • BigG
    BigG 7 months ago in reply to Bineet

    You could try a dev board using the NRF52840 chipset as you can potentially use this to communicate with a NRF24L01

    https://devzone.nordicsemi.com/f/nordic-q-a/99452/nrf52840-to-nrf24l01-communication-with-static-payloads

    There is the Xiao NRF52840 dev board available or you could try this module from Waveshare. No doubt there are other small modules about.

    https://www.waveshare.com/core52840.htm

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Bineet
    Bineet 7 months ago in reply to beacon_dave

    Uhh sorry I meant like the small ones, ;) 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave 7 months ago in reply to Bineet

    Dimensions are usually helpful in these sort of discussions Slight smile

    Looks like the ESP12F is around 24mm x 16mm.

    This is probably not what you are after, but...

    Clem did a good video on designing your own PCB a while back but it was with a larger ESP32 module:
    /challenges-projects/element14-presents/w/documents/5219/episode-485-bonus-content-how-to-make-a-custom-pcb-from-design-to-assembly---full-video

    He also did a walkthrough video of a board with a couple of bare ATmega328 μC on it:
    /challenges-projects/element14-presents/project-videos/w/documents/28271/handheld-basic-computer-in-badge-format-with-the-arduino-uno----episode-612 
    which could be handy if you have an odd-shaped 'avionics bay' to squeeze stuff into.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • beacon_dave
    beacon_dave 7 months ago in reply to Bineet

    Dimensions are usually helpful in these sort of discussions Slight smile

    Looks like the ESP12F is around 24mm x 16mm.

    This is probably not what you are after, but...

    Clem did a good video on designing your own PCB a while back but it was with a larger ESP32 module:
    /challenges-projects/element14-presents/w/documents/5219/episode-485-bonus-content-how-to-make-a-custom-pcb-from-design-to-assembly---full-video

    He also did a walkthrough video of a board with a couple of bare ATmega328 μC on it:
    /challenges-projects/element14-presents/project-videos/w/documents/28271/handheld-basic-computer-in-badge-format-with-the-arduino-uno----episode-612 
    which could be handy if you have an odd-shaped 'avionics bay' to squeeze stuff into.

    • Cancel
    • Vote Up +1 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