Live data from Hacker News

Show HN: PJON 12.0 an independent, decentralized, open-source protocol

github.com

1–5 of 5 posts

Re: Show HN: PJON 12.0 an independent, decentralized, open-source protocol

#3
Every user of Arduino and similar devices who do not know PJON should take a look. Especially the SoftwareBitBang strategy is genious, allowing lots of devices to communicate over a single wire (plus ground) over long distances on a bus, without wasting money and space on communication shields.

I use PJON as a basis for a library I created for my home automation, and it works flawlessly (https://github.com/fredilarsen/ModuleInterface).

Re: Show HN: PJON 12.0 an independent, decentralized, open-source protocol

#4
post #3

Every user of Arduino and similar devices who do not know PJON should take a look. Especially the SoftwareBitBang strategy is genious, allowing lots of devices to communicate over a single wire (plus ground) over long distances on a bus, without wasting money and space on communication shields. I use PJON as a basis for a library I created for my home automation, and it works flawlessly ( https://github.com/fredilars…

ModuleInterface is really cool, I have a couple of projects where I will for sure apply it! Compliments!