Giovanni Blu Mitolo
Giovanni Blu Mitolo
Ciao @drtrigon I am happy to hear from you again :) If you speak about SoftwareBitBang, see: https://github.com/gioblu/PJON/tree/master/src/strategies/SoftwareBitBang#compatibility Compatibility for SAMD - Arduino Zero has been added for pins D0,...
Ciao @drtrigon I will give it a try as soon as possible. Probably the next week.
Ciao @drewfish sorry for the late response: > Pro Mini doesn't seem to be able to talk to my Adafruit QT Py (SAMD21 48Mhz 3V3 crystal-less), nor my Adafruit ItsyBitsy...
That looks sane @drewfish , good luck. Let me know if you need any help
Ciao @akadlec sorry for the very late answer, I must have missed this. If master re-transmits packets you may try setting `TSA_RESPONSE_TIME_OUT` to a higher value than default (that is...
Ciao @akadlec thank you very much for your report. In this iteration I will work to enable quicker baud rate without errors.
ciao @er1z I know about ctypes or swig, see: https://stackoverflow.com/questions/145270/calling-c-c-from-python But I have never tried Micropython with PJON, although I am since a while ago working on a new interpreted...
Ciao @PizzaProgram for sure SoftwareBitBang strategy fits in your requirements, some users did use PJON along with Node-Red, although we have not prepared a ready made example. Consider that PJON...
Ciao @PizzaProgram - You can run 2 instances of PJON in parallel, for example EthernetTCP and SoftwareBitBang, or MQTTTranslate and SoftwareBitBang - You could use one of the MCUs supported...
@PizzaProgram see also https://www.youtube.com/watch?v=GWlhKD5lz5w I agree with you that https://github.com/Halytskyi/PJON-gRPC may be a quick solution to link node red with PJON. Thank you for your support, I will for sure...