-
Notifications
You must be signed in to change notification settings - Fork 7.7k
feat: Add Twin AIoT Module support for ESP32-S3-N4R2 #11755
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
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