Giovanni Blu Mitolo
Giovanni Blu Mitolo
Sorry @SunboX in this case you should modify the constants here: https://github.com/gioblu/PJON/blob/master/src/strategies/SoftwareBitBang/Timing.h#L207
@SunboX I don't have a way to test it now, but your test result shows it is working perfectly. I am not sure how I did not spot this in...
@SunboX can I ask you to execute a test that would help me to verify your config? I would need to know if your config works also when ESP32 transmits...
Thank you very much @SunboX The Arduino duemilanove is OK. You can use the networkAnalysis sketch: https://github.com/gioblu/PJON/tree/master/examples/ARDUINO/Local/SoftwareBitBang/NetworkAnalysis
@SunboX @MArimont3 I think the problem was identified here https://github.com/gioblu/PJON/issues/398 by @X-Ryl669 >GPIO12 is a bit painful to use since if you have it pulled high (for whatever reason) while...
Ciao @X-Ryl669 I have found the compatible pins mostly by trial and error, thank you for your feedback, I didn't know about GPIO 12, that is for sure a problem,...
Thank you @X-Ryl669 for pointing this out. I will work to solve this ASAP.
Ciao @chrwei those values are different because every architecture has its own relative timing! So every device delaying the same value produce a little different timing, for this reason every...
Ciao @chrwei every architecture needs its timing value as you can find in the Timing.h file (if you are using SoftwareBitBang strategy). To bring a new architecture compatible you should...
(Closed the issue unintentionally,now back open) see wiki to get more info