Skip to content

Conversation

@P-R-O-C-H-Y
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y commented Sep 26, 2025

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:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@pedrominatel pedrominatel added the needs review Needs someone to be assigned to review label Sep 26, 2025
@P-R-O-C-H-Y P-R-O-C-H-Y force-pushed the feat/arduino-getting-started branch from 9d20c68 to a2f6dfb Compare September 26, 2025 12:10
Copy link
Collaborator

@f-hollow f-hollow left a 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.

@P-R-O-C-H-Y P-R-O-C-H-Y force-pushed the feat/arduino-getting-started branch from a2f6dfb to c66d852 Compare September 29, 2025 11:36
@P-R-O-C-H-Y
Copy link
Member Author

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:
Copy link
Member

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.

Copy link
Collaborator

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.

Copy link
Member

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.

https://docs.wokwi.com/

Copy link
Member Author

@P-R-O-C-H-Y P-R-O-C-H-Y Sep 30, 2025

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!
Copy link
Member

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.

Copy link
Member Author

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?

@P-R-O-C-H-Y P-R-O-C-H-Y force-pushed the feat/arduino-getting-started branch from c66d852 to 042ef86 Compare September 30, 2025 09:44
@pedrominatel
Copy link
Member

@P-R-O-C-H-Y, please change to the date you're expecting to be published.
Thank you for your contribution!

@P-R-O-C-H-Y P-R-O-C-H-Y force-pushed the feat/arduino-getting-started branch from 042ef86 to a066009 Compare September 30, 2025 14:48
@pedrominatel pedrominatel merged commit 16b26d3 into espressif:main Sep 30, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs review Needs someone to be assigned to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants