Serial Gateway restarting
-
@Jan-Gatzke well, my networks are all at 2.1.1 with Molgans. No issues whatsoever...
Wie probably have the same problems with the smd nrf24 that we have with the regular ones, too. There is no big capacitor in the circuit of the molgan hack pcb. Perhaps this the cause of the problems. I will try to add one.
Edit: Tried it with an additional 10 uF capacitor. That changed nothing.
-
Wie probably have the same problems with the smd nrf24 that we have with the regular ones, too. There is no big capacitor in the circuit of the molgan hack pcb. Perhaps this the cause of the problems. I will try to add one.
Edit: Tried it with an additional 10 uF capacitor. That changed nothing.
-
Any other ideas? Just tested with another power supply (3 * AA cell) but I am still facing the same problem.
-
Any other ideas? Just tested with another power supply (3 * AA cell) but I am still facing the same problem.
-
@Jan-Gatzke Try with a 16Mhz ATMega gateway setup
I have tested these constallations:
3.3V Arduino, RF24_PA_MIN
5V Arduino, RF24_PA_MIN
5V arduino, RF24_PA_MAXAll with the amplified and the simple version of the radio. The Result was always the same:
2017-04-28 13:45:41.346 MySensors: Node: 11, Sketch Name: Molgan 2017-04-28 13:45:41.347 MySensors: Node: 11, Sketch Version: 1.0 2017-04-28 13:45:41.380 MySensors: Gateway Ready... 2017-04-28 13:45:41.456 MySensors: Gateway Version: 2.1.1I will try another power supply for the Pi later. Just to be sure.
Do you think it would make sense to try the git hub version of MySensors?
-
I have tested these constallations:
3.3V Arduino, RF24_PA_MIN
5V Arduino, RF24_PA_MIN
5V arduino, RF24_PA_MAXAll with the amplified and the simple version of the radio. The Result was always the same:
2017-04-28 13:45:41.346 MySensors: Node: 11, Sketch Name: Molgan 2017-04-28 13:45:41.347 MySensors: Node: 11, Sketch Version: 1.0 2017-04-28 13:45:41.380 MySensors: Gateway Ready... 2017-04-28 13:45:41.456 MySensors: Gateway Version: 2.1.1I will try another power supply for the Pi later. Just to be sure.
Do you think it would make sense to try the git hub version of MySensors?
-
@Jan-Gatzke I assume the 5V versions are running at 16Mhz, right?
You can always give the most recent version a try.
I chose 5V / 16Mhz in the Arduino IDE. If that did not fit the serial interface would not work, right?
I will try with the git version then.As your installation includes similar components, may I ask what your gateway looks like?
Edit: Tested with 2.2 Beta gateway. Problem seems solved. I am running on 5V 16 Mhz / RF24_PA_MAX now. Could not reproduce the problem anymore. Thx for your help!
-
I chose 5V / 16Mhz in the Arduino IDE. If that did not fit the serial interface would not work, right?
I will try with the git version then.As your installation includes similar components, may I ask what your gateway looks like?
Edit: Tested with 2.2 Beta gateway. Problem seems solved. I am running on 5V 16 Mhz / RF24_PA_MAX now. Could not reproduce the problem anymore. Thx for your help!
@Jan-Gatzke said in Serial Gateway restarting:
As your installation includes similar components, may I ask what your gateway looks like?
Currently an Uno with W5100 ethernet shield, running as an MQTT client
-
@Jan-Gatzke said in Serial Gateway restarting:
As your installation includes similar components, may I ask what your gateway looks like?
Currently an Uno with W5100 ethernet shield, running as an MQTT client
Tested with 2.2 Beta gateway. Problem seems solved. I am running on 5V 16 Mhz / RF24_PA_MAX now. Could not reproduce the problem anymore. Thx for your help!