Téléchargements des programmes Mini-Centrale et Mini Commande



Sur PC:
 Utilisez un adaptateur USBAP pour télécharger votre Arduino.
 
Adaptateur USAP avec un Arduino Nano


Pour cela il vous faut un pilote dédié:
libusb-win32 (v1.2.6.0) ou supérieur
voir https://rayshobby.net/dead-simple-driver-installation-for-usbasp-and-usbtiny-on-windows/
Dead-Simple Driver Installation for USBasp and USBtiny on Windows

http://undindoncurieux.blogspot.com/2015/12/charger-un-driver-usbasp-sur-windows-10.html
Charger un driver pour programmateur USBasp sur Windows 10

Il faut également un logiciel spécifique pour le téléchargement:
AVRDUDE v7.1-windows
https://github.com/mariusgreuel/avrdude/releases
avrdude-v7.1-windows-windows-x64.zip

La commande de téléchargement est la suivante:
avrdude -c usbasp -P usb -p m328p -U f:w:NanoStation.elf
Vous obtiendrez le résultat suivant:
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file NanoStation.elf for flash
         with 3488 bytes in 1 section within [0, 0xd9f]
         using 28 pages and 96 pad bytes
avrdude: writing 3488 bytes flash ...

Writing | ################################################## | 100% 1.20 s

avrdude: 3488 bytes of flash written
avrdude: verifying flash memory against NanoStation.elf

Reading | ################################################## | 100% 1.05 s

avrdude: 3488 bytes of flash verified

avrdude done.  Thank you.

A vous de jouer!