Show HN: PJON 12.0 an independent, decentralized, open-source protocol
1–5 of 5 posts
Re: Show HN: PJON 12.0 an independent, decentralized, open-source protocol
#2More info here: www.pjon.org
Re: Show HN: PJON 12.0 an independent, decentralized, open-source protocol
#3Every 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
#4Every 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!
Re: Show HN: PJON 12.0 an independent, decentralized, open-source protocol
#5This is the new frontier for the Arduino's users.
Absolutely visit the website, it's really interesting and very well done. Sincere congratulations.