The use of the ESP8266 in the world of IoT

User avatar
By martinayotte
#24382
Hakan Basargan wrote:Its need that send the data from ESP to external flashdisk. What should I do ?
:ugeek:


The ESP module have an onboard Flash for the firmware.
What is your question exactly ? Do you mean that you wish to attach a external SDCard or an external USB drive ?
(SDCard is easy, but USB drive would be difficult since there is no USB on ESP)
User avatar
By martinayotte
#24388 That would be more difficult.
This means having another MCU with USB in Host mode, and having a protocol between both MCUs.
Maybe you can take a look at those links :
https://www.circuitsathome.com/mcu/mass ... 0-released
https://github.com/felis/USB_Host_Shield_2.0