-
Notifications
You must be signed in to change notification settings - Fork 204
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
Add support for UNO R4 WiFi #305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do the following:
- Add the UNO R4 WiFi board to the "Compile Examples" GitHub Actions workflow.
- Add UNO R4 WiFi to the list of supported boards in
README.md
- Add UNO R4 WiFi to the list of supported boards in the
sentence
field of thelibrary.properties
file. - Add the
renesas_uno
andrenesas
architectures to thearchitectures
field of thelibrary.properties
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Martino!
In combination with the following dependencies:
- arduino/ArduinoCore-renesas@80faaf8
- arduino/ArduinoCore-API@5b9faf6
- arduino/uno-r4-wifi-usb-bridge@0.2.0
I was able to use the Peripheral/LED example on my UNO R4 WiFi and it worked exactly as expected.
I didn't do any testing of the library beyond that simple validation.
Although it is already visible here from the linkback, I'll also add a comment here to highlight the presence of an issue report from a tester of the version of the library from this PR on the UNO R4 WiFi: Thanks for helping with the testing of this PR @MicheleMas! |
There is some feedback from a tester here: https://forum.arduino.cc/t/arduinoble-doesnt-work-inside-library/1148979
|
There is a report from a tester of the version of the library from this PR on the UNO R4 WiFi here: #311 |
advancement on my side in testing. code below fails when BUG_HERE =1, but succeeds when BUG_HERE=0 hope this helps, and thank you!
|
There is a report from a tester of the version of the library from this PR on the UNO R4 WiFi here: They report that the BLE connection keeps disconnecting and reconnecting continuously when a call to |
There is another report from a tester about problems with the use of this version of the library in combination with the "LED_Matrix" library on the UNO R4 WiFi board: |
Quick note: On the forum thread https://forum.arduino.cc/t/uno-r4-wifi-disconnecting-reconnecting-continuously-when-running-sketch-w-led-matrix-and-arduinoble-libraries/1154103/12 There was report of another library that when it was included, exhibited the same problem as the LED Matrix. But at least in the latter case, pulling in the updates to analog.cpp for the heap corruption bug, resolved that one. Not sure about the LED matrix one |
Any updates on when this might get merged? |
Needs UNOR4USBBridge firmware >= 0.2.0
@facchinm 🔥🔥🔥 |
Needs UNOR4USBBridge firmware >= 0.2.0
arduino/uno-r4-wifi-usb-bridge#5
@pennam