-
Notifications
You must be signed in to change notification settings - Fork 43
feat: add article about getting started with arduino esp32 #572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add article about getting started with arduino esp32 #572
Conversation
9d20c68 to
a2f6dfb
Compare
f-hollow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@P-R-O-C-H-Y Thank you for writing the article! I really like how it is structured.
I left a few comments with suggestions and nitpicks. PTAL.
a2f6dfb to
c66d852
Compare
|
Thank you @f-hollow for review. I have left few comments and pushed the suggested changes. |
|
|
||
| ## Next Steps | ||
|
|
||
| Now that you have the ESP32 Arduino Core installed, you can: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can mention Wokwi if the users do not have an ESP32 board and want to get started with ESP32 Arduino Core.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedrominatel Are there any good getting started articles for Wokwi?
Jan can link to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The official Wokwi docs might be enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a link to https://wokwi.com/esp32
| - Try out the [ESP32 examples](https://github.com/espressif/arduino-esp32/tree/master/libraries) included with the installation. These examples can be easily accessed in the Arduino IDE by going to **File > Examples** and selecting one of the ESP32 example sketches. | ||
| - Start building your first IoT project with built-in Wi-Fi and Bluetooth capabilities | ||
|
|
||
| The ESP32 Arduino Core opens up a world of possibilities for embedded development, combining the simplicity of Arduino with the power and connectivity features of the ESP32. Happy coding! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another thing you can explore is the fact that some really nice projects are based on ESP32 Arduino core.
A list of cool projects might be inspirational.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any cool projects on your mind?
c66d852 to
042ef86
Compare
|
@P-R-O-C-H-Y, please change to the date you're expecting to be published. |
042ef86 to
a066009
Compare
Description
This pull request adds a tutorial blog post on getting started with the ESP32 Arduino Core. The main focus is on expanding the site's content for embedded systems development, specifically targeting Arduino and ESP32 users.
Related
Testing
Tested using HUGO server.
Checklist
Before submitting a Pull Request, please ensure the following: