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
Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE
-
- Posts: 364
- Joined: Mon Jan 04, 2021 2:06 pm
Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE
Hi,
Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!
Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!
- 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
Oh, that is fantastic to hear! I don't want to be greedy here, but, If you can, please include the 3D models pleaseESP_Minatel wrote: ↑Wed Apr 14, 2021 11:03 amHi,
Thank you for sharing! I'm also working on some libs for KiCad and it will be available soon!
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: 364
- Joined: Mon Jan 04, 2021 2:06 pm
Re: Kicad Footprint for ESP32-WROVER-E and ESP32-WROVER-IE
Hi,
That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.
That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.
- 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
That is awsome! Looking forward to them!ESP_Minatel wrote: ↑Thu Apr 15, 2021 8:18 amHi,
That's the idea. Include symbols, footprint, 3d models and some templates according to our reference designs.
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 58 guests