💬 MySensors Gateway for Raspberry PI
-
Hello,
The v1 (without regulator) works for me with an rfm69, so the v2 must work, because is the same wiring. (I have to receive the pcb v2 these days)TriXwood tested the operation of a second module nrf24l01 on the spi1
see https://forum.mysensors.org/topic/7702/double-spi-radio-raspberry-piwhen I have time, I will test the rfm69 with nrf24l01.
-
Very nice design ! I will buy a bunch of these.
I'm using a BMP180 on my raspberry now, that would be great to add an I2C port somewhere in a potential v5 :) -
I did a quick update of the PCB.
It's not perfect but it does fullfill my (selfish) needs ;)
0_1509659115842_MySensorsPiGw.kicad_pcbQQ.
-
@llegoff nice board!!! I think 🤔 I am going to build this. However just wondering if this will support rfm69hcw?
Thanks -
@gohan I have a lot c version with me :)
-
edit file Makefile : replace the string mysgw by mysgwSecond (in nano use Ctrl + \ )
copy file initscripts/mysgw.systemd and initscripts/mysgwSecond.sysvinit to initscripts/mysgwSecond.systemd and initscripts/mysgwSecond.sysvinit
cp initscripts/mysgw.systemd initscripts/mysgwSecond.systemd
cp initscripts/mysgwSecond.sysvinit initscripts/mysgwSecond.sysvinit
edit file initscripts/mysgwSecond.systemd and initscripts/mysgwSecond.sysvinit : replace the string mysgw by mysgwSecond (in nano use Ctrl + \ ) and replace the string MySensors Gateway by MySensors Gateway 2 -
Wonderful project... I did re-create on Eagle. First radio (RFM) works very well. Second instance, I got a wonderful... "Can't open SPI device: /dev/spidev1.0". After editing the boot/config.txt, need to reboot? Thank you very much
-
Oh, also, need to re-write the instructions. In --development branch nowadays there is no option "-d" default start in debug mode... Just to help you wuth mantain instructions aligned