Hello everybody
After reading the following article 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 , and after migrating my BB under ubuntu(13.10), I have compiled the necessary drivers
Step 3 : According this RFM12Pi V2 Pinout , 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