Hello everybody After reading the following article<http://openenergymonitor.org/emon/node/2755> I wanted to try my turn to run this module on my BBB. A first, I want to read raw packets transmitted (via RF433) by house's differents temperature sensors.
Step 1: Buy and receive this module from energyMonitor. I have the V2 Step 2 : Following theses instructions<https://github.com/gkaindl/rfm12b-linux> , and after migrating my BB under ubuntu(13.10), I have compiled the necessary drivers Step 3 : According this RFM12Pi V2 Pinout<http://wiki.openenergymonitor.org/index.php?title=RFM12Pi_V2> , I connected the module to my BBB Step 4 : I can load the driver with the command "sudo insmod rfm12b.ko" : It is visible with lsmod, and a /dev/rfm12b.1.1 is present (only after module loading) dmesg output is okay: [304488.785541] rfm12b: added RFM12(B) transceiver rfm12b.1.1 [304488.787064] rfm12b : driver loaded. Step 5 : I don't know what to do .... :-) any help would be welcome ==== 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 Thank you -- 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.
