-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM Cortex-M3 support? #385
Comments
Ciao @canDry :) Please see: https://github.com/gioblu/PJON/wiki/SoftwareBitBang-troubleshooting |
Thanks for the quick response Gio! Was hoping perhaps someone will see this - and has the timing worked out - but never bothered w/ a pull request. 😎 |
Ciao @canDry it is probably the time for me to buy an Arduino DUE, I will let you know how my tests go. |
I have a cheap DSO-138 oscilloscope.... do you think that would be sufficient for me to diagnose/tune the timing? Regardless, if you actually purchase a DUE to solve this issue and you fall into the relatively-poor open-source-developer camp send me a copy of the bill and I'll reimburse you via paypal. :) Cheers! |
@canDry I don't think you need an oscilloscope to find the right timing it you already get some packets through. Try changing |
Ah @canDry about the DUE purchase, don't be preoccupied it is some time I had in mind to test that MCU, and that is not a huge expense, just too many things on the list :) |
@canDry I bought also the chinese ebay clone for less then 15 dollars, curious to know if behaves the same. Do you have the real or the clone? |
Mine is from Sainsmart - so a clone. If I get some time this weekend, I'll try playing with the Thanks again for your prompt and very helpful response (as usual!). |
Ciao @canDry I finally have my Due and some time to try! I will let you know in the next days. |
Is there any progress on this? I have connected two DUEs using SoftwareBitBang and get no connection. I cannot see anything in the Timing.h file which relates to a DUE. I don't know enough to know what to add. |
I'm trying to get PJON working on an arduino DUE (ARM Cortex-M3).
Although there's no errors in compilation the network test never connects with ans ESP32 receiver (it works successfully when the sender is an arduino uno on pin 12). I've tried various pins (12, 25, 52) with no luck.
Is there support for this board?
Cheers!
The text was updated successfully, but these errors were encountered: