SerialGateway Standalone not working
-
You seem to have done some extensive testing. Especially if you get the RF24 ping examples working.
Enabling debug mode on gateway will show more information when an actual radio message is picked up.. So it could be working (but does nor receive anything).
Could you perhaps try the 1.4 development branch?
-
@Hek I was already starting with some tests with the 1.4 development branch.
Just finishing my initial tests. Don't know why, but the development branch is working perfect!
-
@hek is it possible to use shockburst mode in the master branche with some kind of config setting?
-
@warawara , the development branch is very stable. At this point there is no reason not to use it. It is superior in every way to 1.3.
-
@Bandra well, the protocol still changes every now and then, so be prepared to update your sensors and gateway when updating the library!
@Yveaux
True. The library is changing constantly (for the better!).I've not encountered any major bugs in the 1.4 beta libraries that I've tried. So if the OP was just starting out then there's value in pulling down the latest 1.4 (which should be quite stable) and starting their sketches from there. Once 1.4 goes to production, then upgrading sketches will be much easier from 1.4b -> 1.4 than from 1.3 -> 1.4.
-
I'm aware of the superiority of 1.4. Because I just started with building my custom controller I will go with the development branch for now. I really like the new protocol so far.
I'm using very basic arduino sketches at the moment. The only thing I'm worried about is my custom controller that I'm building in Node-Red. Hopefully the feature changes will not have to much impact on that part.