Comments on: RFM12B linking a JeeNode Micro with a Raspberry Pi https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/ make it, break it, fix it, hack it, own it Sat, 05 Nov 2016 16:17:33 +0000 hourly 1 https://wordpress.org/?v=4.5.14 By: cristian https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-223 Wed, 30 Mar 2016 19:32:53 +0000 https://l0l.org.uk.archived.website/?p=219#comment-223 pi@raspberrypi:~/rfm12b-linux $ make
make -C /lib/modules/4.1.19+/build M=/home/pi/rfm12b-linux modules
make[1]: *** /lib/modules/4.1.19+/build: No such file or directory. Stop.
Makefile:30: recipe for target ‘all’ failed
make: *** [all] Error 2

I did everything like it was supposed to be! i compiled even the hello world example, but I can not still compile the driver! please help!!!

]]>
By: gareth https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-149 Mon, 11 May 2015 08:11:39 +0000 https://l0l.org.uk.archived.website/?p=219#comment-149 Hey – that’s really good work and very useful – thanks so much!

The power of open source – other people help fix your bugs – love it!!

G

]]>
By: Huno https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-148 Fri, 08 May 2015 05:29:49 +0000 https://l0l.org.uk.archived.website/?p=219#comment-148 Hi Gareth,

I found this website… http://www.qdh.org.uk/wordpress/2015/04/21/rfm12b-linux-on-the-raspberry-pi-b2-gpio_base/

But repository from https://github.com/klattimer/rfm12b-linux not working
Now i using this https://github.com/gkaindl/rfm12b-linux an change:

in this file /platform/plat_raspberrypi.h line 81

u32* gpio = ioremap(0x20200000, SZ_16K);
to:
u32* gpio = ioremap(0x3f200000, SZ_16K);

and now i can receive data from my node´s with the raspberry pi 2

sorry for my english, best regards from austria 😉

]]>
By: huno https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-94 Thu, 19 Feb 2015 15:45:05 +0000 https://l0l.org.uk.archived.website/?p=219#comment-94 Hi Gareth,

first of all… nice work. I have now successfully compile the module but the same issue.

The module loads but nothin in /dev/rfm12b*. 🙁

]]>
By: gareth https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-91 Wed, 18 Feb 2015 17:28:10 +0000 https://l0l.org.uk.archived.website/?p=219#comment-91 Yes – I’ve been trying to get it working on the pi 2 myself over the last couple of days. See this post for how to get kernel headers installed – but I get errors in dmesg after the module loads and nothing in /dev/rfm12b*. Still working on it – I’ll let you know if and when I find a solution!

]]>
By: huno https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-90 Wed, 18 Feb 2015 15:30:12 +0000 https://l0l.org.uk.archived.website/?p=219#comment-90 does not work with the new Raspberry Pi 2 version 🙁

after
echo -e “kernel=vmlinuz-3.10-3-rpi\ninitramfs initrd.img-3.10-3-rpi followkernel” | sudo tee -a /boot/config.txt

the board hangs and does not boot up again.

with windows i edited the config.txt and the rpi working up again.

can anybody help me plz? I need the rfm12 driver.

]]>
By: gareth https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-30 Thu, 15 May 2014 10:20:08 +0000 https://l0l.org.uk.archived.website/?p=219#comment-30 Yes, the board arrived and worked perfectly! I would recommend them to those who want a bare-bones cheap and simple solution to interfacing with the rfm12b. However I’m also interested int the rfm69 which is compatible but increases the range and adds some more modes.

]]>
By: Mauro https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-28 Mon, 21 Apr 2014 14:04:59 +0000 https://l0l.org.uk.archived.website/?p=219#comment-28 Hi,
has the board arrived ?
Have you done something with it ?

Thanx
Mauro

]]>
By: Reading multiple sensors with rfm12b_linux and node-red | layer zero labs https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-22 Sat, 29 Mar 2014 16:15:25 +0000 https://l0l.org.uk.archived.website/?p=219#comment-22 […] post follows on from this one where Gareth explains how to use an RFM12b module with an RPi. To recap, the RFM12b module is a […]

]]>
By: gareth https://l0l.org.uk.archived.website/2013/11/rfm12b-linking-jeenode-micro-raspberry-pi/#comment-14 Thu, 06 Mar 2014 13:35:06 +0000 https://l0l.org.uk.archived.website/?p=219#comment-14 Sorry for the delay Mico, I understand what you’re trying to do now!

I’ve just ordered one of these RFM12B modules from ebay: http://www.ebay.co.uk/itm/Raspberrypi-RFM12B-module-SPI-interface-868Mhz-/141193688562.

This looks to be about the cheapest way to use the RFM12b directly on the Pi – without having to pay for the usb interface and memory that the jeelink provides.

The Alpha board doesn’t supply any logic, and neither does this board much, a couple of caps perhaps for decoupling as the RFM12b module speaks SPI as does the Pi (on the GPIO pins.

I’ll post a page here once it has arrived and I either can or can’t get it working – and the new wireless system is ready to be released.

Let me know if this helps and good luck with your projects!

]]>