Replies: 2 comments
-
Not a fan, I think this is not a good idea as a general feature. Firmware uploading would open up a pandoras box of edge cases, compatability problems and endless device checking. This would only work for Arduino-compatible boards and even then it is restricted to only a few different bootloaders it looks like. IMO this is better suited with an online IDE like https://www.espruino.com/ide/ or Arduino Create, but not here. |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion too since it's not really practical to implement due to the sheer number of different devices. Feel free to add your opinion. |
Beta Was this translation helpful? Give feedback.
-
The currently used devices that should be possibly connected to Gamma MCA, use bootloaders (more specifically Arduino bootloaders).
That situation reveals the possible feature which allows an automatic firmware update in the connected devices.
The limitation seems to be a lack of an existing Arduino bootloader interface in javascript.
I found this repository:
But it seems it currently relies on WebUSBSerial support.
Beta Was this translation helpful? Give feedback.
All reactions