feat: Add Twin AIoT Module support for ESP32-S3-N4R2#11755
feat: Add Twin AIoT Module support for ESP32-S3-N4R2#11755me-no-dev merged 2 commits intoespressif:masterfrom bekirr12:feature/twin-aiot-board
Conversation
👋 Hello bekirr12, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
|
@bekirr12 All good now. Ready to be merged. |
|
Thank you for your support. |
Description of Change
This pull request adds support for the "Twin AIoT Module" to the Arduino-ESP32 core. As a product developed by our company, "Twin Science", we aim to make it easily accessible and usable for all our users directly within the Arduino IDE.
The "Twin AIoT Module" is a development board based on the "ESP32-S3-MINI-1" chip. It features "led matrix", "touchpad", "rgb led", "analog and digital pins". The board's pin definitions and configuration have been carefully prepared and tested.
Tests scenarios
I have tested this pull request on my "Twin AIoT Module".
The tests were performed using the Arduino IDE 2.3.6.
The following scenarios were tested successfully:
Basic Functionality: The classic "Blink", "Serial Monitor", "RGB Led", "Led Matrix" examples worked as expected, confirming core functionality and proper board selection.
GPIOs: A series of digital and analog I/O tests were performed to verify the correctness of the pinout definitions.
Note:
Connectivity: Wi-Fi and Bluetooth examples were run successfully to confirm wireless connectivity.
Related Library