Search results for: 'platform for'
Show
per page
-
-
-
-
Introduction Sometimes you cannot find the desired library in the internal library of Platform-IO. In this case, you have to manually add the library to your project. In this tutorial, we will cover how to manually add a library to Platform-IO step by step. Installing New Library in PlatformIO, Step 1: Library Download First, download the desired library. Installing New Library in PlatformIO, Step 2: Finding Library Location Using ...
-
Introduction Sometimes you may want to connect 2 microcontrollers to a computer. In this case, you have to manually select a different serial port to upload code on each microcontroller because, by default, PlatformIO handles port selection automatically. Or you may want to change the baud rate (upload speed) in PlatformIO.This tutorial will walk you through the process of selecting ports and changing the baud rate in PlatformIO. Port Selection in PlatformIO Here are ...
-
Introduction Similar to Arduino IDE, Platform-IO is a programming environment for all types of microcontrollers. It provides an easier programming process and is available as an extension for the VS Code software. One notable advantage of Platform-IO IDE over Arduino IDE is that it automatically selects the appropriate port. In addition, Platform-IO IDE offers code suggestions to help complete and modify your code, and it eliminates errors caused by case sensitivity in Arduino IDE! Some other attractive fea...
Show
per page