Hello Following this thread <http://openenergymonitor.org/emon/node/2755> I learn that there is a module that is capable to receive RF433 frames. this module is the RFM12PIV2 from EnergyMonitor So, I bought, receive it
after updated my BBB under Ubuntu (13.10), I recompiled the drivers for this distribution (https://github.com/gkaindl/rfm12b-linux) According this pinout<http://wiki.openenergymonitor.org/index.php?title=RFM12Pi_V2> I connected the module to my BBB Loading the module with the "ismod" command produces the following lines in dmesg : [304488.785541] rfm12b: added RFM12(B) transceiver rfm12b.1.1 [304488.787064] rfm12b : driver loaded. --> everything seems to be okay in lsmod the module appears as Module Size Used by rfm12b 14897 0 a device is now present under /dev : /dev/rfm12b.1.1 And now, I don't know where to go to get raw frames any help would be welcome thank you ps: tech infos: uname -a Linux BeagleBoneBlack 3.8.13-bone32 #1 SMP Fri Dec 13 20:05:25 UTC 2013 armv7l armv7l armv7l GNU/Linux -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
