-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add Support for Twin AIoT Module #11718
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 ...
|
Hello, when will the approval process be completed? Is there anything I need to do? |
Hi @bekirr12, can you add a link to docs or product page? What ESP32S3 module is used, as you kept all the PSRAM and FlashSize options. |
We don't have our own dedicated product page. We're using the ESP32S3-MINI-1 chip. Normally, we'd install it by selecting the ESP32S3 Dev Module on the Arduino IDE. However, we'd like to add our own product name to make it easier for our customers to understand. |
But to make it even easier, if you manufacture using the same modules, which exactly is that? According to module used, you can delete unsupported options in the boards.txt |
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.
One small nitpick
@bekirr12 please resolve conflicts so we are able to merge. |
Hello, I made all the edits this time and created a new pull request. I
hope it's correct this time.
Jan Procházka ***@***.***>, 22 Ağu 2025 Cum, 12:30 tarihinde
şunu yazdı:
… *P-R-O-C-H-Y* left a comment (espressif/arduino-esp32#11718)
<#11718 (comment)>
@bekirr12 <https://github.com/bekirr12> please resolve conflicts so we
are able to merge.
—
Reply to this email directly, view it on GitHub
<#11718 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4MFQCCDHDYFJOHYJZEIYVT3O3PJ7AVCNFSM6AAAAACDWPLGJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMJTG4YTONZTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
#11755
Bekir Sami Karataş ***@***.***>, 22 Ağu 2025 Cum, 13:48
tarihinde şunu yazdı:
… Hello, I made all the edits this time and created a new pull request. I
hope it's correct this time.
Jan Procházka ***@***.***>, 22 Ağu 2025 Cum, 12:30
tarihinde şunu yazdı:
> *P-R-O-C-H-Y* left a comment (espressif/arduino-esp32#11718)
> <#11718 (comment)>
>
> @bekirr12 <https://github.com/bekirr12> please resolve conflicts so we
> are able to merge.
>
> —
> Reply to this email directly, view it on GitHub
> <#11718 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A4MFQCCDHDYFJOHYJZEIYVT3O3PJ7AVCNFSM6AAAAACDWPLGJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTEMJTG4YTONZTHE>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
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.
Connectivity: Wi-Fi and Bluetooth examples were run successfully to confirm wireless connectivity.
Related Library