-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow users to update arduino from app #7
Comments
@cwhitney due to the large number of non-UNO users. maybe this one too:
|
@jonfen What are the primary versions used? I'm guessing the Uno and the Duemilanove? In theory avrdude can flash to most things. |
Environment: Windows 10, Arduino IDE 1.8.3, Silversprint_v103_WIN.zip Arduino Duemilanove Clone: Fails. After installing the drivers that work with GoldSprintsFX (http://www.opensprints.com/howto_install_arduino_ftdi_drivers.php) and updating the sketch to the one that is in the Silversprint_v103_WIN.zip assets folder the settings screen blinks between the X (with FIRMWARE VERSION Unknown) and Checkmark (with no text). The other form elements do not blink. Official Arduino Duemilanove: Fails. After installing the drivers that work with GoldSprintsFX (http://www.ftdichip.com/Drivers/CDM/CDM21226_Setup.zip and C:\Program Files (x86)\Arduino\drivers\FTDI USB Drivers) and updating the sketch to the one that is in the Silversprint_v103_WIN.zip assets folder the settings screen blinks between the X (with FIRMWARE VERSION Unknown) and Checkmark (with no text). The other form elements do not blink. Official Arduino Uno (v1): Success. Using Windows installed the drivers that come with Arduino IDE 1.8.3 and updating the sketch to the one that is in the Silversprint_v103_WIN.zip assets folder the settings screen shows a Checkmark (with FIRMWARE VERSION SS_v0.1.1). All is normal. Official Arduino Uno (v3): Success. Using Windows installed the drivers that come with Arduino IDE 1.8.3 and updating the sketch to the one that is in the Silversprint_v103_WIN.zip assets folder the settings screen shows a Checkmark (with FIRMWARE VERSION SS_v0.1.1). All is normal. |
Users should be able to:
The text was updated successfully, but these errors were encountered: