MySensor with PJON wired communication protocol as a transport layer

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Here the thread about adding PJON to MySensors:
    github.com/mys...
    Here you can find first test:
    • MySensors + PJON test ...
    Arduino Mega used in this test:
    www.banggood.c...

Комментарии • 1

  • @GiovanniBluMitolo
    @GiovanniBluMitolo 4 года назад +1

    Ciao Marek, thank you for this video. PJON does not support ordered packet sending, although restructuring your code I think you can avoid the need of this feature. When the wire is disconnected, packets are transmitted unsuccessfully, if you reconnect the wire and the time passed is shorter than the back-off timeout you receive the packets in random order on the other side, if the time passed is longer than the back-off packets are lost. That is why you see the arduino behaving in such a way.