-
hello,
I try use both PJON and PJON_ASK at same time and got compilation errors for symbolic constants and function names.
Could resolve those issues and got the best of both, using wires and waves…
-
Hi there, I really liked your project and how you engineered it. Maybe my opinion could be a little biased because I am the main developer, but, I think you should consider PJON as an alternative to i…
-
Hi @gioblu
right now i'm moving my master code to python with pjon_cython package. Everything is working fine, but with a small issue. Master is resending packets :/ It looks like when acknowledge fu…
-
I've moved to V13 and I now get a large number of complier warnings (See below), when using C++17 on platformio.
The errors do not occur with C++11, or in the Arduino IDE.
nonetheless it would be…
-
In https://github.com/sudomesh/disaster-radio/issues/48#issuecomment-605714890 @elimisteve brought up the idea of using/supporting the PJON protocol, https://www.pjon.org/. It seems like a cool projec…
-
Greetings! GREAT python library with some great examples! Is it possible, that you could show a list, or schematic, of the connections that you used to test PJON-python on a raspberry pi?
For ins…
-
Ciao @xlfe thank you very much for your support, I hope you are fine and things are going smooth there.
Have you planned to update PJON-cython to be compatible with PJON 13.0?
Some users have asked …
-
Compile fails with errors of undefined 'pullDownFast'. Using grep I don't find 'pullDownFast' in PJON_C or the original 'PJON' and PJON_ASK repositories.
/home/ecomer/Arduino/libraries/PJON-C/C_Sof…
celem updated
7 years ago
-
I can't understand is it possible to talk with Arduino board through serial port?
I want to send command to Arduino and hadn't seen "received packet" in Python
Python code.
```
from pjon_pyth…
-
Hi all, I am not sure this the right place to ask this question. I am the creator of the PJON Protocol, I took some time out from the project, but I am really curious how many of you effectively made …