Giovanni Blu Mitolo
Giovanni Blu Mitolo
Ciao @drtrigon thank you very much, yes the LoRa sniffer is for sure an interesting contribution. I agree with you about SWBB, AS and OS they need an oscilloscope or...
Ciao @jcallano I don't think they are available already. I for now still use old-style oscilloscope.
Ciao @jcallano thank you for your support :) I suggest you to check out the specification of PJDL: https://github.com/gioblu/PJON/blob/master/src/strategies/SoftwareBitBang/specification/PJDL-specification-v4.1.md Probably the clearer description is the code itself: https://github.com/gioblu/PJON/blob/master/src/strategies/SoftwareBitBang/SoftwareBitBang.h If you...
Ciao @happytm sorry for the late response, we are hardly working on breaking changes scheduled long ago. Do you have a link to the documentation or the specification of the...
Ciao @rebel2234 sorry for the delay. Yes a strategy for that hardware that makes use of AT commands would be really cool, and enlarge our operational envelope. I am now...
Ciao @rebel2234 arrived the modules, I will tomorrow start to work out the support. Thank you for rising this :)
Ciao @rebel2234 sorry for the late response, I am not sure why but the 2 modules I have received seems totally unresponsive, do you know if the modules need to...
Ciao @jhoogeboom sorry for the late reply, thank you for your suggestion. For sure a RadioHead strategy would be a good thing, I will look into RadioHead as soon as...
Ciao @sacreyoubeurt I suspect the problem is `Serial.print`. Try to delete the prints and see if communication gets better. I have experienced that Serial prints can disrupt performance if they...
@sacreyoubeurt I also see here `if(millis() - time > 10) {` Are you transmitting cyclically from each node every 10 milliseconds? That's a tempest of packets I suspect you are...