-
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)?
Thanks.
-
Hello!
Can PJON be used with only two wires in total which also send the energy for the arduino?
Example:
--------- Ground
--------- 5V and Data
Thanks you :)
phpfs updated
6 years ago
-
I'm working a lot with different IoT systems, and for me it looks like PJON would really benefit from Node.js bindings. Are there any projects that try to achieve this, or is it planned?
-
Ciao @jgOhYeah compliments for the work done, this project is amazing, for sure a lot of people could benefit from it.
I am working on a new project called [BIPLAN](https://github.com/gioblu/BIPLAN) …
-
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 wo…
-
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 when …
-
Being the present algorithm weak, It would be cool to discuss about the next iteration, and educational to develop a new algorithm to see how much better can perform if analyzed by great experts.
…
-
Hello everyone,
I'm trying to add a homemade board based on a SAM C21 (samc21e18a), the program compiles without error, I then try the program networkanalysis with an arduino uno as a transmitter and…
-
Ciao @Ardumania I have taken a look to the new board schematic you pushed.
I maybe have a wrong feeling but, it may be better to position the diode before VIN instead of after VOUT? (I mean when serv…
-
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
- hot swap capable
- addressabl…