Hello,
I'm trying to get multi sensor nodes to talk with the gateway.
Backstory ... I've been playing with the regular RF24 and RFNetwork for past several months now. Just discovered this MySensor library which is exactly stuff I'd like to have working.
Using typical nRF wireless modules.
Using my own apps based on the RF24/network libraries, I can have my pro-mini's talking with the base station, however when I switch to the MySensor library, and use the stock distance sketch on my nodes, and gateway on my base Uno, I cannot get any talk from the pro-mini nodes.
I also have one Uno node which does talk fine to the gateway. It's the only node that does.
Switch back to my RF24 apps and the pro-mins talk with my base; same wiring, no changes.
I'm powering now on bench setup using a ATX power supply, so the nodes are getting 5v and the nRF's are getting 3.3v straight from ATX; all common ground.
Can't figure why the pro-mini's won't talk to gateway using Mysensor libs, but they will talk when using my homegrown apps with standard RF24 libs.
Thanks for listening.