Hello All,
I wonder where can I purchase a PICO chip, or the SIP module? (Not the PICO-kit).
Is there any place that I can order this, or only a sample is available from Espressif?
Thanks
Vader [BEN]
ESP32-PICO-D4 availability
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
ESP32-PICO-D4 availability
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);
}
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-PICO-D4 availability
Sorry for my lazyness
I eventually came across the Analoglamb store, so consider this topic removed.
I eventually came across the Analoglamb store, so consider this topic removed.
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: ESP32-PICO-D4 availability
But do they actually sell them, I can't find the ESP32-PICO-D4 in the shop?
So far only Electrodragon seems to actually have them.
@Espressif - care to help us out with a list of stores that sells the ESP32-PICO-D4?
So far only Electrodragon seems to actually have them.
@Espressif - care to help us out with a list of stores that sells the ESP32-PICO-D4?
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-PICO-D4 availability
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);
}
Who is online
Users browsing this forum: chegewara and 104 guests