Skip to content

Commit

Permalink
Added driver instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Jan 16, 2025
1 parent b3411bb commit 1486c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/EN/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/de/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1486c5d

Please sign in to comment.