Configuring the project #3
-
Hello, I'd like to try your project on my custom board, but I couldn't figure out how to configure Visual Studio Code (VSC) / PlatformIO. I'm using ESP32 (ESP32-WROOM-32E). I downloaded the repository, and opened the directory in VSC. The PlatformIO returns errors during loading, saying that some ESP32 related packages could not be downloaded. Could you provide a little more detail about loading and generating binary code for uploading to the board? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Jellybeanz1980, You must be connected to internet so VSC/PlatformIO is able to load correct packages. Since I just change/update to new version please try V1.0 from the releases section . Or try to start with test compiling the "base" project from where I forked from for having a base to start from : https://github.com/UtilitechAS/amsreader-firmware . I am using the file "platformio.ini" like it is in source code, I have not changed this at all. |
Beta Was this translation helpful? Give feedback.
Hi Jellybeanz1980,
I started to work with VSC last year when I started this project. So I am not the real expert for VSC/Platformio setup....
I am running VSC on a Linux system.
Maybe I was just lucky that VSC did work out of the box.
All I did was to install VSC , added the PlatformIO addon and used the entire folder (File - open Folder).
You must be connected to internet so VSC/PlatformIO is able to load correct packages.
Since I just change/update to new version please try V1.0 from the releases section . Or try to start with test compiling the "base" project from where I forked from for having a base to start from : https://github.com/UtilitechAS/amsreader-firmware .
I am using the fi…