MyS not working on solar sensor board
-

These boards use a different CE and CS pins in Arduino. Try to add this BEFORE the #include <MySensors.h>:
#define MY_RF24_CE_PIN 7 // Ceech Arista board #define MY_RF24_CS_PIN 8 // Ceech Arista board // Includes ------------------------------------------- #include <MySensors.h>@rvendrame
That was IT!! All working splendid now. I am very grateful to you. The debug log gives information on the CE and CS pin. I never knew this!!@skywatch
Indeed a really good lead from @rvendrame.
Both thanks for your attention. -
@rvendrame
That was IT!! All working splendid now. I am very grateful to you. The debug log gives information on the CE and CS pin. I never knew this!!@skywatch
Indeed a really good lead from @rvendrame.
Both thanks for your attention. -
@Sergio-Rius
It is a long time ago, but did you ever get a chance to solve the problem with this board? I have exactly the same problem as you explained in your message. In the past I bought a few of these boards, but never got so far to use them. Now I want to try them and @ceech is not appearing anymore on the forum.@ramwal I'm sorry for my late response. And I'm glad you solved your problem.
In my case, the board just kept giving problems and problems.
It started with aberrant readings from the sensors. I sent it back only to be told that the board was perfect.
When it came back I had a condenser failure and after the fix, intermittent serial bus fail (all leds on and hangs at simple debug prints)......until one day, it mysteriously jumped into a rain puddle (while still connected to the battery pack, from a considerable height). So I said bye and never look back.
:blush: