Where to download ESP32-S3 datasheet?
Re: Where to download ESP32-S3 datasheet?
Hi,
It's not available yet. If you want it, you need to ask by contacting Espressif directly.
Technical Inquiries
Thank you!
It's not available yet. If you want it, you need to ask by contacting Espressif directly.
Technical Inquiries
Thank you!
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: Where to download ESP32-S3 datasheet?
I suggest you read this topicHello, where can I download ESP32-S3 datasheet?
viewtopic.php?f=2&t=19900
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}Re: Where to download ESP32-S3 datasheet?
Hi,Hello, where can I download ESP32-S3 datasheet?
You can download the datasheet from espressif.com now: https://www.espressif.com/sites/default ... eet_en.pdf
Re: Where to download ESP32-S3 datasheet?
I suggest you read this topicHello, where can I download ESP32-S3 datasheet?
viewtopic.php?f=2&t=19900
ESP32-S3 Datasheet | 技术规格书 is online now also the ESP32-S3 Technical Reference Manual | 技术参考手册
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Who is online
Users browsing this forum: No registered users and 0 guests
