diff --git a/docs/EN/install.md b/docs/EN/install.md index 5b70181f..796c261b 100644 --- a/docs/EN/install.md +++ b/docs/EN/install.md @@ -13,7 +13,7 @@ Installing BSB-LAN requires three steps: 1. `BSB_LAN_custom_defs.h.default` to `BSB_LAN_custom_defs.h` 1. `BSB_LAN_config.h.default` to `BSB_LAN_config.h`. 1. [Download](https://www.arduino.cc/en/software) and install the Arduino IDE for your system. -1. Connect your microcontroller (ESP32 or Arduino Due) to your computer and start the Arduino IDE. +1. Connect your microcontroller (ESP32 or Arduino Due) to your computer and start the Arduino IDE. If the microcontroller is not detected as a USB device, you may have to install the USB driver provided by the manufacturer of the microcontroller first. 1. Go to ***Tools/Board/Board Manager*** and make sure that the framework for your board is installed ("esp32 by Espressif Systems" for ESP32 microcontroller, "Arduino SAM Boards (32-bits ARM Cortex-M3) by Arduino" for Arduino Due microcontroller) 1. Again, go to ***Tools/Board*** and select your microcontroller: 1. *ESP32 Dev Module* for the Joy-It ESP32 NodeMCU. diff --git a/docs/de/install.md b/docs/de/install.md index 5550995e..2b5cbee7 100644 --- a/docs/de/install.md +++ b/docs/de/install.md @@ -14,7 +14,7 @@ Die Installation von BSB-LAN besteht aus drei Schritten: 1. `BSB_LAN_custom_defs.h.default` in `BSB_LAN_custom_defs.h` 1. `BSB_LAN_config.h.default` in `BSB_LAN_config.h` 1. Lade die Arduino IDE für dein System herunter [Download](https://www.arduino.cc/en/software) und installiere sie. -1. Verbinde deinen Mikrocontroller (ESP32 oder Arduino Due) mit deinem Computer und starte die Arduino IDE. +1. Verbinde deinen Mikrocontroller (ESP32 oder Arduino Due) mit deinem Computer und starte die Arduino IDE. Wenn der Microcontroller nicht als USB-Gerät erkannt wird, musst Du ggf. noch die USB-Treiber des Herstellers installieren. 1. Gehe zu ***Tools/Board/Board Manager*** und stelle sicher, dass das Framework für deine Platine installiert ist ("esp32 by Espressif Systems" für ESP32-Mikrocontroller, "Arduino SAM Boards (32-bits ARM Cortex-M3) by Arduino" für Arduino Due-Mikrocontroller) 1. Gehe wieder zu ***Tools/Board*** und wähle deinen Mikrocontroller aus: 1. *ESP32 Dev Module* für den Joy-It ESP32 NodeMCU. diff --git a/docs/fr/install.md b/docs/fr/install.md index d1467963..7f9bfca3 100644 --- a/docs/fr/install.md +++ b/docs/fr/install.md @@ -13,7 +13,7 @@ L'installation de BSB-LAN nécessite trois étapes : 1. `BSB_LAN_custom_defs.h.default` en `BSB_LAN_custom_defs.h` 1. `BSB_LAN_config.h.default` en `BSB_LAN_config.h`. 1. [Téléchargez](https://www.arduino.cc/en/software) et installez l'IDE Arduino pour votre système. -1. Connectez votre microcontrôleur (ESP32 ou Arduino Due) à votre ordinateur et démarrez l'IDE Arduino. +1. Connectez votre microcontrôleur (ESP32 ou Arduino Due) à votre ordinateur et démarrez l'IDE Arduino. Si le microcontrôleur n'est pas détecté comme périphérique USB, tu devraz peut-être d'abord installer le pilote USB fourni par le fabricant du microcontrôleur. 1. Accédez à ***Outils/Conseil/Gestionnaire de cartes*** et assurez-vous que le framework pour votre carte est installé ("esp32 by Espressif Systems" pour le microcontrôleur ESP32, "Arduino SAM Boards (32-bits ARM Cortex-M3) by Arduino" pour le microcontrôleur Arduino Due) 1. À nouveau, accédez à ***Outils/Conseil*** et sélectionnez votre microcontrôleur : 1. *ESP32 Dev Module* pour le Joy-It ESP32 NodeMCU.