gioblu / PJON_ASK

THIS CODEBASE IS OBSOLETE, use PJON instead! ASK/FSK multimaster radio communication protocol for Arduino and IOT
92 stars 9 forks source link

Use both PJON and PJON_ASK #3

Open agsb opened 8 years ago

agsb commented 8 years ago

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 ?

There are any specific conditions or pragmas for values chosen at #define ?

thanks a lot for the awsome simple network.

[]s

gioblu commented 8 years ago

Ciao @agsb! Yes, this is an important issue has to be fixed.

I am evaluating various strategies to let this two libraries to coexist. One idea is to create in the PJON repository a set of strategies to communicate on different media. Every strategy will have defined only the low level functions used to transmit and receive, see: https://github.com/gioblu/PJON/issues/52 (in this case the existence of this repo will be useless, and will only redirect to PJON repository, describing how to use the strategy for radio commuication)

I was waiting for some sort of feedback on this side, but yours is the first I receive :)

gioblu commented 8 years ago

Ciao @agsb I am happy to confirm you that since today's release PJON 3.0-beta has integrated PJON_ASK repository as a physical layer strategy: https://github.com/gioblu/PJON