4 comments

[ 2.7 ms ] story [ 30.3 ms ] thread
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).

ModuleInterface is really cool, I have a couple of projects where I will for sure apply it! Compliments!
This is the new frontier for the Arduino's users. Absolutely visit the website, it's really interesting and very well done. Sincere congratulations.