-
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.
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?
ESP32-S3-MINI-1-N8 have 8MB Flash and no PSRAM
ESP32-S3-MINI-1-N4R2 have 4MB FLASH and 2MB PSRAM
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.
94e0459
to
956b687
Compare
Uh oh!
There was an error while loading. Please reload this page.
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