Where to download ESP32-S3 datasheet?
Where to download ESP32-S3 datasheet?
Hello, where can I download ESP32-S3 datasheet?
-
- Posts: 364
- Joined: Mon Jan 04, 2021 2:06 pm
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?
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);
}
-
- Posts: 66
- Joined: Fri Dec 25, 2015 6:13 am
Re: Where to download ESP32-S3 datasheet?
Hi,
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?
Vader_Mester wrote: ↑Fri Jun 04, 2021 11:00 amI suggest you read this topic
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 27 guests