Imprimer
Catégorie : Embedded Systems
Affichages : 10

1°/ Under Linux

1.1°/ port not detected by the OS

Case: the dev. board is plugged but there is not port /dev/ttyACMX or /dev/ttyUSBX taht is detected by arduino

 

1.2°/ unable to upload a sketch

Case: compiling the sketch is ok, but uploading the result fails.

There are many possible causes but the main are :

 


2°/ Under Windows

It is quite rare that arduino does not work straight forward under windows. Nevertheless, here are some possible problems:

2.1°/ Impossible to download SDK, board manager, ...

Case: when arduino starts, it cannot download SDK for esp8266/esp32, or libraries.

It surely means that your network access is off (or limited), or that the windows firewalls blocks the execution of the arduino download manager.

 

2.2°/ cannot find cmd.exe

Your PATH variable does not contain the directory C:\Windows\System32, in which is stored cmd.exe

 

2.3°/ pas de port COMx

Case: Windows does not create a port COMx when the dev. board is plugged