-
I use both Arduino and Particle Photons, and I would like to see PJON implemented into the Particle Library System, I am currently working my way through just copying it into the Web IDE but it would …
-
Obviously CapnProro is an inspiration here, but have you given any though to a remote-procedure-call specification? Seems to me like a bunch of inexpensive chips could potentially be networked togethe…
-
Only changed `bus(44)` to `bus(5)`. Get `exit status 1` `Error compiling for board `
```
// Include only SoftwareBitBang
#define PJON_INCLUDE_SWBB
// Include PJONLocal
#include
// bus(select…
-
Hi,
I was wondering if PJON's support for ESP-NOW could be extended to the esp8266 platform. On the surface it appears it may be currently available for the esp32.
Quick test using platformIO and …
-
Hello. Are there any planning in doing a lightweight version of this library?. Currently i'm porting to C only SoftwarerBitBang startegy.
-
Can you please add screenshots of the relevant views in Fritzing to LEDAR's [README.md](https://github.com/gioblu/PJON/tree/master/devices/sensors/LEDAR)?
Not everyone has Fritzing installed and I …
-
I'm wondering if your library can be used on this hardware : http://www.atmel.com/images/atmel-8127-avr-8-bit-microcontroller-attiny4-attiny5-attiny9-attiny10_datasheet.pdf
-
Did you consider, or has anyone looked into implementing this protocol on top of RF libraries like RadioHead? This is a software library for interfacing with HopeRF and a bunch of other popular transc…
-
Hello,
I'm working on a project of MIDI (or equivalent) modular controller based on Arduino Uno boards.
1) Peripheral Arduino boards have to send their sensors values (buttons, potentiometers, fader…
-
I really love this protocol, and recently i updated one of my projects from a Atmega328p to a Atmega32A (44 pin variant), but it is not supported by Pjon (throws erros when compiling, mainly because o…