sorry, I’m a complete noob to platform IO and don’t really use visual studio code much.
I’m using a NodeMcu v3 and trying to load it with
when I try to build the source code I get a bunch of errors :
INFO: Could not find files for the given pattern(s). CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/d1_mini_pro.html PLATFORM: Espressif 8266 (1.8.0) > WeMos D1 mini Pro HARDWARE: ESP8266 80MHz, 80KB RAM, 16MB Flash PACKAGES: - framework-arduinoespressif8266 2.20402.4 (2.4.2) - tool-esptool 1.413.0 (4.13) - toolchain-xtensa 1.40802.0 (4.8.2) INFO: Could not find files for the given pattern(s). LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Library Manager: Installing git+https://github.com/sidoh/WiFiManager.git#cmidgley FileNotFoundError: [WinError 2] The system cannot find the file specified: File "C:\users\dj_ba\.platformio\penv\lib\site-packages\platformio\builder\main.py", line 170: env.SConscript("$BUILD_SCRIPT") File "C:\Users\dj_ba\.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 598: return _SConscript(self.fs, *files, **subst_kw) File "C:\Users\dj_ba\.platformio\packages\tool-scons\scons-local-4.0.1\SCons\Script\SConscript.py", line 287:
I figured this is to do with the packages so I tried to add them manually.
pio platform install framework-arduinoespressif8266 2.20402.4
pio platform install tool-espotapy 1.1.3
etc.
but I get the error
Could not find the package with requirements for your system ‘windows_amd64’
As I mentioned this is VsCode, Running on windows 10 home. I’ve installed python, Arduino IDE, and platform IO extension.
What am I missing?