Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

kaevee
Posts: 1
Joined: Fri Oct 14, 2016 4:49 am

Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

Postby kaevee » Wed Apr 14, 2021 10:19 am

Hi,

I needed the Kicad footprint for ESP32-WROVER-E and ESP32-WROVER-IE. I could not find the footprint online and ended up designing one for myself. I am yet to test the footprint.

I have uploaded the repository to Github in case someone needs the footprint.

https://github.com/kaevee/ESP32-WROVER-E

ESP_Minatel
Posts: 361
Joined: Mon Jan 04, 2021 2:06 pm

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

Postby ESP_Minatel » Wed Apr 14, 2021 11:03 am

Hi,

Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!

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

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

Postby Vader_Mester » Thu Apr 15, 2021 7:37 am

ESP_Minatel wrote:
Wed Apr 14, 2021 11:03 am
Hi,

Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!
Oh, that is fantastic to hear! I don't want to be greedy here, but, If you can, please include the 3D models please :mrgreen:

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

ESP_Minatel
Posts: 361
Joined: Mon Jan 04, 2021 2:06 pm

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

Postby ESP_Minatel » Thu Apr 15, 2021 8:18 am

Hi,

That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.

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

Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE

Postby Vader_Mester » Thu Apr 15, 2021 8:44 am

ESP_Minatel wrote:
Thu Apr 15, 2021 8:18 am
Hi,

That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.
That is awsome! Looking forward to them!

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: RalphD and 64 guests