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
Arduino
  • Products
  • More
Arduino
Arduino Forum New ultra-low power Arduino board with built-in RF (RFM69)
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 19 replies
  • Subscribers 399 subscribers
  • Views 3064 views
  • Users 0 members are here
  • lorawan
  • lora
  • rfm69
  • cr2032
  • battery
  • step-up
  • low-power
  • iot
  • arduino
Related

New ultra-low power Arduino board with built-in RF (RFM69)

musskopf
musskopf over 9 years ago

Hi Everyone,

 

for some time now I've been designing and testing a new Dev board, which I've created to fulfill some requirements I normally have for our projects. I basically need good Wireless communication and, at the same time, be able to run my Arduino for some long periods on standard battery.

 

For that reason we've created the "Whisper Node", which I'm glad to announce it was successfully founded via Kickstarter and it's now a real product available to everyone. Additional details can be found on the following link: https://wisen.com.au/store/products/whisper-node-avr/

 

image

 

Please check it out, share with your friends and support this project if you believe it's interesting.

 

Update May/2017: After the success of the Whisper Node RFM69 version (Semtech SX1231), we're now producing the LoRa version, featuring an even more smart power management and using the RFM95 (Semtech SX1276) radio.

 

Thank you all!

+

  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 9 years ago +2
    Hello Mike. Thanks for posting that, I was actually looking for something similar as I'm after some board to run my IoT projects on batteries. Your video mentioned something like "The first Arduino to…
  • mcb1
    mcb1 over 9 years ago +2
    During the Forget Me Not challenge, I ran across these. All about Moteino | LowPowerLab I used one for my Hot Water, but in my case it was powered, so low consumption wasn't the criteria. eLDERmon External…
  • musskopf
    musskopf over 9 years ago in reply to Former Member +1
    Hi mmoebius, I understand your frustration, and that's why I've started this little project to share our expertise and make it available to general public. I'll try to answer your questions - sorry for…
Parents
  • francisaugusto
    francisaugusto over 9 years ago

    Hi!

     

    This sounds great!

     

    I wonder one thing: can you manage to sleep the arduino and wake it up by an incoming package of the RFM69? I imagine this would increase the battery life even more, no?

     

    Thanks,

    Francis

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Robert Peter Oakes
    Robert Peter Oakes over 9 years ago in reply to francisaugusto

    Using the various sleep modes is probably one  way of increasing the life of your batteries. If the chip supports an interrupt (any line will do that changes state when something of interest occurs will do)

     

    but after reading a bit about the board

     

    it is using a 16Mhz crystal, this means it could be unreliable at 3V3 see the chart showing safe operating speed vs supply, it may work on some boards but not others

    image

     

    Other ways of significantly reducing power is to slow down the CPU, how fast do you really need it to go ?, this of course is application dependent. but will also allow you to reduce the supply voltage. you need to consider the lowest voltage of the other parts though.

     

    Don't listen to the radio the whole time, the datasheet indicates it consumes 16mA in listen mode... thats a lot for a AA battery. but of course, if you're not listening then you can't be woken up by the radio so you will need to use a watch dog timer

    Transmit power could be limited based on the range you need. min is also 16mA but can extend to over 130mA...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Robert Peter Oakes
    Robert Peter Oakes over 9 years ago in reply to francisaugusto

    Using the various sleep modes is probably one  way of increasing the life of your batteries. If the chip supports an interrupt (any line will do that changes state when something of interest occurs will do)

     

    but after reading a bit about the board

     

    it is using a 16Mhz crystal, this means it could be unreliable at 3V3 see the chart showing safe operating speed vs supply, it may work on some boards but not others

    image

     

    Other ways of significantly reducing power is to slow down the CPU, how fast do you really need it to go ?, this of course is application dependent. but will also allow you to reduce the supply voltage. you need to consider the lowest voltage of the other parts though.

     

    Don't listen to the radio the whole time, the datasheet indicates it consumes 16mA in listen mode... thats a lot for a AA battery. but of course, if you're not listening then you can't be woken up by the radio so you will need to use a watch dog timer

    Transmit power could be limited based on the range you need. min is also 16mA but can extend to over 130mA...

    • 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