PJON
PJON copied to clipboard
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Is it possible to use PJON within Micropython without UART mode? Any examples? Especially for ESP8266.
I've accidentally found this project and I'm amazed by it at first view. Spent 600 working-hours during last 1 year to search for a : - stable - auto-reconnecting -...
Hi to all, i have a small network composed of arduino as a slaves and one esp8266 as a master. Using TS over RS485. This setup is working great. But...
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...
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(selected device id) PJONLocal...
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...
Hi, I have a question ESPNOW is a great way. Is there a way to configure PJON with ESPNOW as a MESH network. Then there can be unlimited node (Device)?...
As noted in https://github.com/gioblu/PJON/issues/222#issuecomment-411489899 I was able to build a sniffer for the ThroughLoRa strategy quite easily. What about other strategies? It would be very useful to have some kind...
Thank you for your great out of box software. I have been working on simple IOT sensor network solely using probe request protocol. It is very power efficient for battery...
Would it be possible to implement some methods that would allow communications to take place with the use of AT commands over serial, SPI, etc. etc. In modules such as...