Giovanni Blu Mitolo

Results 218 comments of Giovanni Blu Mitolo

Ciao @akadlec ThroughSerial over RS485 works fine on RPI as well, it should work fine with the setup you describe!

I suggest you to try SoftwareBitBang @akadlec, with a single wire up to 2000m long you can connect up to 255 devices and it supports multi-master. The only con is...

Ciao @Nume1977 thank you for your compliments and welcome :) It is relatively easy to add support for new chips: https://github.com/gioblu/PJON/blob/master/src/interfaces/ARDUINO/PJON_IO.h In particular here: https://github.com/gioblu/PJON/blob/master/src/interfaces/ARDUINO/PJON_IO.h#L97 You see how the registers...

Ciao @brendanmatkin sorry, I am shamed to respond so late to your request, I must have stupidly missed it. Please use the `PJON` class instead, I will dig into it.

Ciao @dominikborkowski thank you for your support. The first error may be fixed changing the condition as follows: ```cpp #if !defined(ESP32) || !defined(ESP8266) ``` If you are using ESP8266 the...

Ciao @dominikborkowski I am sorry, my stupidity to answer when there was not enough available time to develop a correct reply. I hope you have not lost a lot time...

Ciao @xlfe thank you for pointing out WifiEspNow, it deserves for sure some time to be studied, and compliments for the new PJON-cython release.

Ciao @ulno, @dominikborkowski after a lot of work and thanks to the support of the community v12.0 will be soon released. After that, I will focus, solve this issue and...

Ciao @ulno that would be a great help :) Thank you for your support.

Ciao @tinamore ESPNOW is really handy, I will dig into the implementation and the system library and try to have a definitive answer, the original contributor of the ESPNOW strategy,...