💬 Building a Raspberry Pi Gateway
-
Can you look and see what power supply you are using and also tell us what you have connected to the pi?
Do you have a volt meter and know how to use it?@skywatch
For a moment, I did hope that your was final solution.By the way, I have HDMI attached (but TV is off) and a hub usb (with nothing attached).
I did try 7 sd cards.
I did try also Samsung charger (ETA U90EWE) and a powerbank, both 5v/2a
I have a cheap multimeter and I have basic knolewdge. What do you want I measure?
The radio is firmed soldered on an header array and linked with jumpers:

No caps 'cause the nodes and gw can transmit without problem on over 15 meters on my home :)
Exact configuration with a 7-days-old installation works very well. If I try to replicate, with every combination (last raspi/previous raspi/master/development) sometimes works, I re-flash and doesn't work anymore.
I'm not crazy, I would to be sure that in every moment I can replicate totally the configuration from scratch and... I want understand whats the problem!
PS The config that works very well, If I try to reconfigure to use the LEDS, after configure hangs on same, same step of debug. Luckily, I use rpi-clone before every single edit on my so-precious configuration.
PPS If someone wants, I could torrent my SD configured.... :(
-
OK! - Now I am not saying I have the solution to your problem, but I think it is worth ruling out a few things.
If nothing is attached to the USB hub, disconnect it.
With your voltmeter set to DC Volts, measure between TP1 and TP2 on the pi. You should see 5V DC. Up to about 5.5V is OK, but less than 4.8V can affect some things. Many time I have seen power issues be the problem.Why not wire the NRF24L01 direct to the pi?
If all is well, then seems it is software problem after all ;)
-
OK! - Now I am not saying I have the solution to your problem, but I think it is worth ruling out a few things.
If nothing is attached to the USB hub, disconnect it.
With your voltmeter set to DC Volts, measure between TP1 and TP2 on the pi. You should see 5V DC. Up to about 5.5V is OK, but less than 4.8V can affect some things. Many time I have seen power issues be the problem.Why not wire the NRF24L01 direct to the pi?
If all is well, then seems it is software problem after all ;)
Thank you for your support.
So, I did disconnect everything.
I did try and I have 4.95 - 4.98v on every moment, also during the "make" of ./configure.
A bit low, but I think no so low. The mysgw -d lock / hangs with every power supply...
PS Radio between headers because I want learn skill solders and more easy swap to test others radio, and, last but not last, with headers dupont/wires are more firmly than directly on the radio.
-
That all seems to be OK - Always worth checking though if you ever get issues.
That means that I am lost for any ideas on why you have problems with ./configure>make>make install. It seems odd. Do you have another pi to try it on? That's the only thing I can think of now....even a cheap pi zero would be OK for a test.I would still disconnect the USB hub and all the gpio wiring at the pi and see how it goes.
Good Luck! :)
-
That all seems to be OK - Always worth checking though if you ever get issues.
That means that I am lost for any ideas on why you have problems with ./configure>make>make install. It seems odd. Do you have another pi to try it on? That's the only thing I can think of now....even a cheap pi zero would be OK for a test.I would still disconnect the USB hub and all the gpio wiring at the pi and see how it goes.
Good Luck! :)
@skywatch Unfortuntately not, it's only pi that I have.
No problem, better to check everything. I don't know if open in github, leave here, pass to arduino connected via USB.....And.. for Arduino connected via USB, I need to abilitate something with raspi-config or the only thing to do is to connect and domoticz will read it? (of course with sketch gateway loaded on arduino!)
-
Why do Tx and Rx Leds blink every 5 to 6 seconds?
Is it about communication between RPi and Gateway?
Is there a way to disable it and keep blinks only with nodes communication?
@OliverDog said in 💬 Building a Raspberry Pi Gateway:
Why do Tx and Rx Leds blink every 5 to 6 seconds?
Is it about communication between RPi and Gateway?
Is there a way to disable it and keep blinks only with nodes communication?Is there an answer for that?
Thanks again -
Hi and sorry for the question..
I have been trying to build a gateway with a raspberry pi 1 and a radio module nrf24 + for several days without success. .I am analyzing step by step what I can be wrong..
You can kindly indicate the exact command syntax ./configure I have to give?
thank you so much -
Hi and sorry for the question..
I have been trying to build a gateway with a raspberry pi 1 and a radio module nrf24 + for several days without success. .I am analyzing step by step what I can be wrong..
You can kindly indicate the exact command syntax ./configure I have to give?
thank you so much -
Welcome to the MySensors community @pandy
./configure --my-transport=nrf24should be sufficient. What results did you get from the make and sudo ./bin/mysgw -d commands?
@mfalkvidd said in 💬 Building a Raspberry Pi Gateway:
./configure --my-transport=nrf24
Hi and thanks for the quick answer..
This is the result of the command:[SECTION] Detecting target machine.
[OK] machine detected: SoC=BCM2835, Type=rpi1, CPU=armv6l.
[SECTION] Detecting SPI driver.
[OK] SPI driver detected:BCM.
[SECTION] Detecting init system.
[OK] init system detected: systemd.
[SECTION] Saving configuration.
[SECTION] Cleaning previous builds.
[OK] Finished. -
@mfalkvidd said in 💬 Building a Raspberry Pi Gateway:
./configure --my-transport=nrf24
Hi and thanks for the quick answer..
This is the result of the command:[SECTION] Detecting target machine.
[OK] machine detected: SoC=BCM2835, Type=rpi1, CPU=armv6l.
[SECTION] Detecting SPI driver.
[OK] SPI driver detected:BCM.
[SECTION] Detecting init system.
[OK] init system detected: systemd.
[SECTION] Saving configuration.
[SECTION] Cleaning previous builds.
[OK] Finished. -
Hi and sorry for the question..
I have been trying to build a gateway with a raspberry pi 1 and a radio module nrf24 + for several days without success. .I am analyzing step by step what I can be wrong..
You can kindly indicate the exact command syntax ./configure I have to give?
thank you so much -
the result of sudo ./bin/mysgw -d is :
mysgw: Starting gateway...
mysgw: Protocol version - 2.2.0-betaand it blocks..
-
the result of sudo ./bin/mysgw -d is :
mysgw: Starting gateway...
mysgw: Protocol version - 2.2.0-betaand it blocks..
-
@sineverba thank you for your suggestion..Do you have a link where I can find a tutorial for this system?
thank you so much -
Thanks to everyone for the answers and suggestions...
At this point I think the problem is the raspberry type..
I will try the suggested solution above otherwise I will be forced to change raspberry ..
Thanks to everyone for help -
Hello everyone!
I am trying to use a NRF24 module on the SPI1 of a Raspberry2 (so that I can also use a touch tft on SPI0).
I enabled it in the config.txt so that is lists under /dev/spidev1.0 - for conveniency I configured the CS0 to be at GPIO16=Pin36 (by using dtoverlay=spi1-1cs,cs0_pin=16).
I use the dev branch of MySensors.git as the master branch does not recognize my Pi. I used this configure line:
./configure --my-rf24-channel=124 --my-rf24-irq-pin=29 --my-rf24-ce-pin=31 --my-rf24-cs-pin=36 --spi-driver=SPIDEV --spi-spidev-device=/dev/spidev1.0successful make
but when I run the gateway in the shell with sudo ./bin/mysgw -d, I get the following:mysgw: Starting gateway... mysgw: Protocol version - 2.2.0-beta __ __ ____ | \/ |_ _/ ___| ___ _ __ ___ ___ _ __ ___ | |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __| | | | | |_| |___| | __/ | | \__ \ _ | | \__ \ |_| |_|\__, |____/ \___|_| |_|___/\___/|_| |___/ |___/ 2.2.0-beta mysgw: MCO:BGN:INIT CP=RNNG--Q- mysgw: TSF:LRT:OK mysgw: TSM:INIT mysgw: TSF:WUR:MS=0 mysgw: pinMode: invalid pin: 29 mysgw: pinMode: invalid pin: 31 mysgw: pinMode: invalid pin: 36 mysgw: digitalWrite: invalid pin: 31 mysgw: digitalWrite: invalid pin: 36 mysgw: digitalPinToInterrupt: invalid pin: 29 mysgw: digitalPinToInterrupt: invalid pin: 29 mysgw: digitalWrite: invalid pin: 36Any ideas what I can do to make it work?