How to program and make work ESP32 chip in Visual Studio Code with PlatformIO extension. This video also shows how to program this microcontroller to read data from a temperature and/or humidity sensor. This approach can be applied to read data from other types of sensors like pressure, accelerometers, gas, etc.
Support the creator: https://gofund.me/c80287fe
00:00 - Setting up the IDE.
01:49 - Creating the first project (Neopixel LED color).
05:13 - Reading data from a sensor (I2C, Stemma QT, Qwiic).
Source code:
https://gist.github.com/alecxcode/429b64b7cbb6b751ad821607bf65723c
https://gist.github.com/alecxcode/5d1e384754e374246a300867d976743f
The code is C++ (for Arduino framework) and includes platform.ini configuration file.
#esp32 #arduino #vscode #platformio #adafruit #feather #microcontroller #cpp #c++
Download
0 formats
No download links available.
Programming ESP32 Borad in VS Code (Arduino Core) | NatokHD