usb-jtag add-on for ESP32-DevKitC

richard.kang
Posts: 8
Joined: Tue Mar 01, 2016 7:25 am

usb-jtag add-on for ESP32-DevKitC

Postby richard.kang » Fri Oct 26, 2018 3:08 am

Is there any expansion board for ESP32-DevKitC that gives me usb-jtag, instead of having to wire the jtag to the board manually?

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

Re: usb-jtag add-on for ESP32-DevKitC

Postby Vader_Mester » Fri Oct 26, 2018 12:51 pm

Yes there is. It is called WROVER-Kit :)
Banggood link
Espressif docs to the board.

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: Majestic-12 [Bot], ramier and 26 guests