PJON icon indicating copy to clipboard operation
PJON copied to clipboard

PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.

Results 63 PJON issues
Sort by recently updated
recently updated
newest added

Communication between two arduino nanos working. That same code in stm32f4 (stm32duino) not working, arduino nano says: Connection with device ID 10 is lost. I'm using WeAct BlackPill pin PC14...

Hi @gioblu Today I was browsing pjon.org and the git repo and encountered quite a number of dead links, e.g.: - on this page https://www.pjon.org/strategies.php the links to the pages...

inconsistency

I'm trying to get PJON working on an arduino DUE (ARM Cortex-M3). Although there's no errors in compilation the network test never connects with ans ESP32 receiver (it works successfully...

enhancement

Documentation at [https://github.com/gioblu/PJON/blob/master/src/strategies/ESPNOW/README.md](https://github.com/gioblu/PJON/blob/master/src/strategies/ESPNOW/README.md) suggests that communication would be encrypted if a PMK is passed to the set_pmk method: ``` void setup() { // Note PMK is 16 bytes, to store...

bug

Is there a plan to support SAM3X8E processor from [Arduino Due](https://docs.arduino.cc/hardware/due) for SBB Strategy ? I have a project with D1Mini (ESP8266), Mega 2560, Nano and/or Pro -mini and Due,...

question

Is there any plan for PJON to be supported on the RP2040? I would like to work with Raspberry Pi Pico and Arduino NANO RP2040 connect. I have naively compiled...

port

Hi, I'm running a simple test, two ESP32 connected with one cable (GPIO 25 GPIO 25), GND and 5V are also connected directly. ![PXL_20220105_095508972 MP_2](https://user-images.githubusercontent.com/83344/148199241-a75f9875-8f01-481c-954f-66adb1025060.jpg) This is the code running...

bug

Hi, I did some first trials with this library with 2 Arduino Nano boards communicating to each other using the softwarebitbang strategy. the examples did run fine. Then I moved...

bug

In the documentation, only those 2 pins are listed. I don't see anything common and specific to these pins on ESP32, so I'm wondering what is the reason PJDL would...

bug

it seems SoftwareBitBang/Timing.h does not have any settings for atmega328 and F_CPU == 8000000L and thus does not compile. would copying the attiny85 values do the trick, and is there...

enhancement
port