You can use the schematic of any module, like WROOM, but just not include the external flash. If you follow that you should be fine.
Also, if you insist on not using external RAM, you should also check out ESP32-PICO-D4. It is an SiP with the ESP32, with 4MB Flash, 40MHz crystal included inside the package.
https://www.espressif.com/sites/default ... eet_en.pdf
ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32-D2WD Issue SW RESET issue.( Code flash done but not work as expect)
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-D2WD Issue SW RESET issue.( Code flash done but not work as expect)
I have an ESP32-DOWD Chip and replace it with ESP32-D2WD special case IC and able to flash a code same as the previous process but I am not able to run code or desire result over the port pin and I already test But no success May I know what is the issue please can you clerify now??
I got serial terminal results like the attached image.
I got serial terminal results like the attached image.
- Attachments
-
- Serial terminal result.
- 001.PNG (47.6 KiB) Viewed 2175 times
Who is online
Users browsing this forum: No registered users and 250 guests