This repository contains the code for the PCB-Tree project running on an ESP32 microcontroller.
- PlatformIO installed
- ESP32 development board
- PCB-Tree (Can make with GERBER)
git clone https://github.com/aSamu3l/PCB-Tree.git
cd PCB-Tree
code .
- Visit the repository page on GitHub: PCB-Tree
- Click on the Code button.
- Select Download ZIP and extract the files to a directory of your choice.
- Open PlatformIO IDE or Visual Studio Code with the PlatformIO extension installed.
- Open the project folder: File > Open Folder... and select the
PCB-Tree
directory. - Connect your ESP32 board to your computer via USB.
- Build the project by clicking the Build button (checkmark icon) in the PlatformIO toolbar.
- Upload the code by clicking the Upload button (right arrow icon) in the PlatformIO toolbar.
- Monitor the serial output by clicking the Serial Monitor button (plug icon) if needed.