-
Notifications
You must be signed in to change notification settings - Fork 518
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 Arduino UNO R4 MINIMA to boards.h please #506
Comments
I'm new too and face the same problem for the R4 Wifi. Any help or guidance to solve this issue would be highly appreciated! 🙏🏼 |
Support for the Uno R4 has been added to ConfigurableFirmata. It will be included in the next release (due as soon as I find time) |
did you have time to add support for standard firmata? Thanks |
@speccy88 No, and I think I won't do it. StandardFirmata is good for very old boards with very limited amount of memory. But for anything larger than an Uno R3, I see no advantage in using and supporting StandardFirmata. |
@speccy88 I'm happy to do it. If you will provide me with a pointer as to what is missing, then I'll be happy to add it in. I don't personally have an R4, so I haven't had anything to test it on. |
Is there any plan to add support for the new Arduino R4 WIFI to StandardFirmataWifi in the future? |
@rvroessel See the comment of zfields above. He has implemented it on a branch, but is waiting for confirmation from somebody that has the hardware. |
I have tested StandardFirmataPlus on the R4 WiFi, and it seems to work well. Thank you for this. I cannot get StandardFirmataWifi to work, because there is no support for UNO R4 WiFi yet. |
Ok, understood. Yea, that requires somebody to write the Wifi support code for the R4 Wifi, it seems. Note that because the number of active mainainers here is very limited, I'm focussing support for new boards on ConfigurableFirmata instead. All the newer boards have enough memory to support the customizable approach. |
If someone could add this, that would be super helpful. Current Error from Arduino IDE when trying to upload the StandardFirmata:
From the following link. Suggestion is to add the following content to boards.h:
But doing so returns:
I tried to include a Also the Firmata library from the Arduino IDE 2.5.9 differs from the Github 2.5.9 version. specifically the boards.h file and the readme. Thank you for the help :) |
It seems there are some compilation problems due to compiler updates. Shouldn't be difficult to fix. |
Hi,
I am new to this and would love to use Firmata with the Arduino UNO R4 MINIMA. Unfortunately, I don't know how to update boards.h accordingly. Any help would be appreciated :)
Thanks!
The text was updated successfully, but these errors were encountered: