ESP32-PICO-D4 availability

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

ESP32-PICO-D4 availability

Postby Vader_Mester » Wed Jan 31, 2018 11:37 am

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]

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);
}

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

Re: ESP32-PICO-D4 availability

Postby Vader_Mester » Wed Jan 31, 2018 11:43 am

Sorry for my lazyness :(
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);
}

permal
Posts: 384
Joined: Sun May 14, 2017 5:36 pm

Re: ESP32-PICO-D4 availability

Postby permal » Wed Jan 31, 2018 11:55 am

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?

User avatar
Vader_Mester
Posts: 300
Joined: Tue Dec 05, 2017 8:28 pm
Location: Hungary
Contact:

Re: ESP32-PICO-D4 availability

Postby Vader_Mester » Wed Jan 31, 2018 12:10 pm

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: No registered users and 100 guests