💬 MySensors Gateway for Raspberry PI
-
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
-
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
-
@sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.
@mfalkvidd said in 💬 MySensors Gateway for Raspberry PI:
@sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.
You write use development. ATM development doen't have anymore the -d flag ... But not a big problem at the end
-
@mfalkvidd said in 💬 MySensors Gateway for Raspberry PI:
@sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.
You write use development. ATM development doen't have anymore the -d flag ... But not a big problem at the end