lwc:hardware:esp32

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:hardware:esp32 [2020/11/26 23:00] John Harrisonlwc:hardware:esp32 [2022/08/20 13:53] (current) John Harrison
Line 1: Line 1:
 ===== Getting Started ===== ===== Getting Started =====
 +==== With CLion ====
 +  * open CLion and create PlatformIO project there. You should have ''setup()'' and ''loop()'' created for you
 +  * in terminal search for libraries you need. Example: ''pio pkg search irremote''
 +  * add in ''platformio.ini'' 
 +<code>
 +lib_deps =
 +     <ADD YOUR LIBRARY HERE>
 +</code>
 +  * In CLion: ''tools'' -> ''PlatformIO'' -> ''Re-Init''
  
-  * list boards: platformio boards esp32 +==== Without CLion ==== 
-  * create new directory: mkdir path_to_the_new_directory +  * list boards: ''pio boards esp32'' 
-  * go to it: cd path_to_the_new_directory +  * create new directory: ''mkdir path_to_the_new_directory'' 
-  * initialize board: platformio project init --board esp32dev +  * go to it: ''cd path_to_the_new_directory'' 
 +  * initialize board: ''platformio project init --board esp32dev'' 
  
  
  • lwc/hardware/esp32.1606453201.txt.gz
  • Last modified: 2020/11/26 23:00
  • by John Harrison