Author Topic: RFM12B library with Arduino Due  (Read 4299 times)

nsystems

  • Guest
RFM12B library with Arduino Due
« on: May 26, 2013, 11:11:32 AM »
Anyone have suggestions for a compiling error when selecting the Arduino Due using 1.5.2 IDE?
thanks
 
\arduino-1.5.2-windows\libraries\RFM12B/RFM12B.h:10: fatal error: avr/io.h: No such file or directory
compilation terminated.

Felix

  • Administrator
  • Hero Member
  • *****
  • Posts: 6867
  • Country: us
    • LowPowerLab
Re: RFM12B library with Arduino Due
« Reply #1 on: May 28, 2013, 08:36:27 AM »
That's still listed as a BETA so I would recommend using an older stable version (1.0.3 for instance). I'll look into this and see what I can do.

boredman

  • NewMember
  • *
  • Posts: 1
Re: RFM12B library with Arduino Due
« Reply #2 on: December 22, 2013, 09:02:37 AM »
I've been trying to modify this library for Due, and finally got it to work. You can download the files from here:
http://boredomprojects.net/index.php/projects/home-energy-monitor#h3-1-2-rfm12b-library-for-arduino-due

not all features have been implemented yet, like sleep mode, but basic Tx Rx is working.