Comments on: VS Code Workspaces with ESP32 and ESP8266 Projects https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 05 Aug 2024 00:09:21 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Craig McKendree https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-945326 Mon, 05 Aug 2024 00:09:21 +0000 https://randomnerdtutorials.com/?p=105106#comment-945326 In reply to Kevin Kain.

While looking at the file structure of your Project:
Project name

pio
.vscode
include // Open this folder and read the README file. Header files .h and .hpp go here. Similar to tabs used with Arduino IDE.
lib
scr
test

]]>
By: Sara Santos https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-797636 Tue, 15 Nov 2022 21:33:34 +0000 https://randomnerdtutorials.com/?p=105106#comment-797636 In reply to Bob Found.

Thank you for your nice words.
I’m glad our tutorials are helpful.
Regards,
Sara

]]>
By: Bob Found https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-797618 Tue, 15 Nov 2022 17:58:18 +0000 https://randomnerdtutorials.com/?p=105106#comment-797618 I’m looking forward to installing Platform IO for about the 4th or 5th time. All previous attempts proved fruitless: at first I didn’t have all the parts while following the instructions for OTHER website (not RandomNerd), then when I did have installed there were no clear instructions on how to do anything. De-installed 4 or 5 times.
NOW, it looks like RandomNerds has really did a good job of spelling it all out. When I used to write labs for my students, I left no ambiguities and my labs worked perfectly and I got high praise for them. I’ve got RandomNerds as a favourite, downloaded some of their books. Their work and site is the really the best of all in its genre. So…soon, I’ll be trying Platform I/O, Random Nerd version. Thanks for all your good work.

]]>
By: Sara Santos https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-769430 Sat, 16 Jul 2022 17:25:52 +0000 https://randomnerdtutorials.com/?p=105106#comment-769430 In reply to nokolade.

Thanks for the suggestions.
Regards,
Sara

]]>
By: nokolade https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-769391 Sat, 16 Jul 2022 13:32:25 +0000 https://randomnerdtutorials.com/?p=105106#comment-769391 In reply to Bob.

These tutorials are great, thank you!
I agree. As follow-up to this tutorial, guidance (in this very style!) how to use git on adding external libraries from github, managing own code in a separate repository etc would be helpful.
I still get confused how to lay out my code base to keep things tidy.
Maybe I just have not found the right guide yet, would appreciate links.

]]>
By: Bob https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-646127 Wed, 14 Jul 2021 20:30:15 +0000 https://randomnerdtutorials.com/?p=105106#comment-646127 In reply to john.

John, to do version control you need to use Git, it works seamlessly with VS code. There is an excellent free book on using Git. It seems a bit daunting at first but once you begin to use it becomes quite easy. Hopefully Ruis and Sarah will do a tutorial in their inimitable style.
This recent tutorials on workspaces is the best I have seen, particularly the last section on how to select which file is uploaded, a LOT of people struggle with that. Once you lnow the method it is simple.

]]>
By: john https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-646080 Wed, 14 Jul 2021 19:23:28 +0000 https://randomnerdtutorials.com/?p=105106#comment-646080 Nice tutorial.

Would appreciate one on version control in VScode

]]>
By: Narendra https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-646062 Wed, 14 Jul 2021 18:46:11 +0000 https://randomnerdtutorials.com/?p=105106#comment-646062 Hello.
Why you are not making the projects using the ESP-IDF toolchain for ESP32.

]]>
By: Kevin Kain https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/#comment-646046 Wed, 14 Jul 2021 17:44:11 +0000 https://randomnerdtutorials.com/?p=105106#comment-646046 This is a great tutorial. I was hoping this would solve the mystery for new Platform IO users as to how the file management systems compares to the “tab” feature in Arduino. Maybe you could touch on this in the next tutorial in the Platform IO series.

]]>