Hii,
I am currently working on a sericulture automation project using arduino uno, arducam, Dht11 sensor and esp32.
I have the .jpg file and .txt file saved on the sd card of the datalogger shield i need to fetch that from the sd card send it to esp32/esp8266 which in turn sends it to a webserver using api integration.
As per my research i havent found any codes which helps me achieve this. I have the logic but i dont know how should i proceed forward and what should i use.
As the Uno is a 5V and the ESP is a 3V3 SPI connecting the devices together would involve more components and require the MCU's to be close together. Do you have level shifters?
Does your Uno have WiFi?
Why is a Uno required for this project when a ESP32 can operate a SD card reader?
You don't find code to achieve this because it just is not done often enough you will have to write the code yourself.