This post is about how to upload sketch data to the SPIFFS disk of ESP32 in VS Code using PlatformIO.
Below is the version info.
This blog is for keeping my study notes, sharing knowledge and showing the products of my study.. I welcome your feedback...
Showing posts with label PlatformIO. Show all posts
Showing posts with label PlatformIO. Show all posts
2018/09/10
2018/09/06
How to develop Arduino ESP32 firmware using VS Code and PlatformIO
This post is about how to do firmware development for ESP32 using VS Code, PlatformIO, and Arduino-ESP32 Core.
In case the environment for VS Code and PlatformIO hasn't been set up, please refer to the post below.
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 1
Create a new project for ESP32
1. Launch VS Code and click on the "PlatformIO: Home" icon.
In case the environment for VS Code and PlatformIO hasn't been set up, please refer to the post below.
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 1
Create a new project for ESP32
1. Launch VS Code and click on the "PlatformIO: Home" icon.
2018/09/04
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 4
This is the last of a 4-part series on how to develop Arduino ESP8266 firmware using VS Code and PlatformIO. This part deals with installing library, using the installed library in the main code, and compiling the main code.
To follow this part, be sure to follow Part 1 ~ 3 to create a project folder that has no space in its folder name.
Part 1 - https://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware.html
Part 2 - https://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware_31.html
Part 3 - https://wei48221.blogspot.com/2018/09/how-to-develop-arduino-esp8266-firmware.html
Install the library
1. Click on the "Install" button to install the library.
To follow this part, be sure to follow Part 1 ~ 3 to create a project folder that has no space in its folder name.
Part 1 - https://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware.html
Part 2 - https://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware_31.html
Part 3 - https://wei48221.blogspot.com/2018/09/how-to-develop-arduino-esp8266-firmware.html
Install the library
1. Click on the "Install" button to install the library.
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 3
This is the 3rd part of a 4-part series on how to use VS Code and PlatformIO to develop for Arduino ESP8266. This post deals with how to install libraries in PlatformIO.
Before proceeding further, be sure to follow the info. at Part 1 and Part 2 to setup and VS Code and PlatformIO.
1. Click on the "PlatformIO: Home" icon at the bottom of the window.

2. Then click on the "Libraries" icon.
Before proceeding further, be sure to follow the info. at Part 1 and Part 2 to setup and VS Code and PlatformIO.
1. Click on the "PlatformIO: Home" icon at the bottom of the window.
2. Then click on the "Libraries" icon.
2018/08/31
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 2
This is the 2nd part of a 4-part series on how to use VS Code and PlatformIO to develop for Arduino ESP8266.
Before proceeding further, be sure to follow the info. at http://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware.html to complete the installation of VS Code and PlatformIO.
Testing the Environment
1. Enter the code as shown below in "main.cpp".
Before proceeding further, be sure to follow the info. at http://wei48221.blogspot.com/2018/08/how-to-develop-arduino-esp8266-firmware.html to complete the installation of VS Code and PlatformIO.
Testing the Environment
1. Enter the code as shown below in "main.cpp".
How to develop Arduino ESP8266 firmware using VS Code and PlatformIO - Part 1
This post is the first of a 4-part series on how to use Microsoft Visual Studio Code (VS Code) and PlatformIO for Arduino ESP8266 development. This part deals with the installation of VS Code and PlatformIO.
VS Code Installation
1. Download VS Code at https://code.visualstudio.com/.
2. Double click on the downloaded file to start the installation process.
On my computer, VS Code is installed at C:\Users\WeiHsiungHuang\AppData\Local\Programs\Microsoft VS Code.
VS Code Installation
1. Download VS Code at https://code.visualstudio.com/.
2. Double click on the downloaded file to start the installation process.
On my computer, VS Code is installed at C:\Users\WeiHsiungHuang\AppData\Local\Programs\Microsoft VS Code.
Subscribe to:
Posts (Atom)