@OldSurferDude the max number of nodes is 253, as with any MySensors gateway.
The esp-12f has a lot more resources than an atmega328.
Moderator
@OldSurferDude the max number of nodes is 253, as with any MySensors gateway.
The esp-12f has a lot more resources than an atmega328.
Thers is actually support for pjon as transport in MySensors: https://github.com/mysensors/MySensors/pull/1278
I don’t know how it works though.
@fsgraz you might want to use the tcp option for the ethernet gateway then. See https://www.mysensors.org/about/overview and https://www.mysensors.org/build/select_gateway
@OldSurferDude The website should be back again.
@tnick STM32F1 2019.12.8 (stm32duino) is the version that was active when the latest MySensors release was made. Later versions may or may not work; nobody would know until they tried.
@tnick which version of MySensors are you using?
Are you using the correct board definitions? STM32F1 2019.12.8 (stm32duino)
https://github.com/mysensors/MySensors/pull/1562 switches to using libgpiod instead of the earlier interface. I have not tested it myself but it looks good.
@hlehoux As I understand the limitation of the packet size is by the NRF radio. Maybe stop supporting NRF, so that we can get a bit bigger packet size. That would help my current project where I'm using MySensors as a transport layer. I know that is easier with wifi. But I want to use mysensors.
Never mind: If I hexify everything, I can squeeze in all I need so far.
@skywatch I don't like ESPs to be honest. Seems like a waste using a Wifi MCU for mysensors.