💬 Easy-Peasy Amplified MySensors Serial Gateway
-
I don't know anything more than you do. However, you could substitute a different amplified nRF24L01+ module if you prefer. I can say that it seems to work alright at 250kbps and 1mbps. 2mbps is possibly problematic, though in my limited testing the cause of that may be unrelated.
-
I had a chance to test the module more thoroughly, and it appears to work just fine at 2mbps also. So, as of this moment, everything seems good, and I'm not aware of any problems. :)
-
The newer E01-2G4M27D has more powerful transmit and more sensitive receive capability:
https://www.aliexpress.com/item/4000536940861.html?spm=a2g0s.9042311.0.0.58a24c4dtdfoIK
-
I know this thread is old but it seems the most relevant. I just tried to compile the standard GatewaySerial.ino sketch using Wemos D1 mini as board type and I get error:
MyMainESP8266.cpp:95:9: error: 'cont_can_yield' was not declared in this scope;I'm using MySensors Library v2.3.2
I'm assuming this used to work. Is it broken or I am doing something wrong?
-
I know this thread is old but it seems the most relevant. I just tried to compile the standard GatewaySerial.ino sketch using Wemos D1 mini as board type and I get error:
MyMainESP8266.cpp:95:9: error: 'cont_can_yield' was not declared in this scope;I'm using MySensors Library v2.3.2
I'm assuming this used to work. Is it broken or I am doing something wrong?
-
Hi @mfalkvidd
I rolled back the esp8266 library to 2.6.2 and it compiles.
Is there an upcoming release to fix this?
Thanks :-) -
Hi @mfalkvidd
I rolled back the esp8266 library to 2.6.2 and it compiles.
Is there an upcoming release to fix this?
Thanks :-) -
Yes, Lol, you have 2 PRs but both have issues. I looked, but I didn't manage to find them on Github/MySensors. I did read that espressif updated their esp8266 core to use standard Arduino yield functions. I guess it's related to that.