-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
- Download Visual Studio Code.
- Open Visual Studio Code navigate on the left tab "Extensions" (Ctrl+Shift+X).
- Install PlatformIO IDE.
- Download the github code from DragonRailway and extract the files.
- On Visual Studio Code left tab click on the new icon that looks like an Alien for PlatformIO IDE, click on open project and select the folder from step 4 you should see something like this on the left tab.
- Click on Platformio.ini file and change the default-envs for the correct envs. If you have a generic ESP32 board use esp32-DIY-Board if you have the TRACKLINK board use TRACKLINK-V2
- On the left tab select TrainControl_BLE.ino and modify lines 10 and 11 for name and password for your BLE interface.
- On the top right corner of VSC click on the down arrow and select Build (Ctrl+Alt+B). You should see the next message.
- Connect your board to your PC and select the correct COM port which you can find under Device Manager.
- On the bottom left corner of VSC hit on "Auto" and select the correct COM for your ESP32 board.
- Put your ESP32 board in download mode by holding the Boot button and click on the RST button once and then release the Boot button.
- Finally, on the top right corner of VSC click on the down arrow and hit upload (Ctrl+Alt+U)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels






