NRF24l01+ directly on Raspberry Pi ?
-
Hi all,
i searched and read a lot topics, but i am still not sure: Is it possible to run a NRF24L01+ directly connected to a Raspi and run a kind of "gateway" in software instead connecting an arduino to the Raspi? I would be happy to get rid of the arduino-ethernet-mqtt gateway...
I think i found a link to sourcecode where someone ported the libs to pi, but no manual about it (howto install,....)..
Maybe someone can give me a helping hand?
GreetingsAndreas
-
@ahhk install the raspberry pi mysensor port on ur raspberry and run the make command. then u shd see get executable file generated which u can then open and this would work as a /dev/tty* serial port .
-
Ah, ok. Thx. i will try this.
Is there a serial2mqtt-interface on the pi too?
-
@ahhk mostly no i did not see mqtt der
-
Hi,
I just got hocked on the mysensors project and I started of now connecting a radio directly to the raspberry and using the EasyIoT (http://www.mysensors.org/controller/easyiot). A guide on how to connect the radio is found on that controllers webpage: http://iot-playground.com/3-easyiot-server-installation
Perhaps you only wanted it as a gateway and not a controller at the same time? That project could maybe help anyhow?
//Henrik
-
Hi,
i have Openhab runnning, so i dont want to install EasyIoT too.
Greetings
-
Will it work with OrangePi also?
It's supposed to have RPi GPIO fully compatible, so it's mostly the software I'm asking about.
-
Well, it don't want to compile.
$ make g++ -Wall -fPIC -Ofast -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s -march=armv6zk -D BCM2835_PERI_BASE=0x -c RF24.cpp In file included from /usr/include/stdio.h:927:0, from ./RF24_config.h:24, from RF24.cpp:17: /usr/include/arm-linux-gnueabihf/bits/stdio.h: In function ‘int vprintf(const char*, __gnuc_va_list)’: /usr/include/arm-linux-gnueabihf/bits/stdio.h:37:58: sorry, unimplemented: Thumb-1 hard-float VFP ABI