-->
Page 1 of 3

Send Data from ESP to External FlashDisk

PostPosted: Mon Jul 27, 2015 8:07 am
by Hakan Basargan
Hi Guys !

I want to programming the ESP8266-03/07 without any development card. I mean I just want to programming ESP microprocessor.

Its need that send the data from ESP to external flashdisk. What should I do ?
:ugeek:

Re: Send Data from ESP to External FlashDisk

PostPosted: Mon Jul 27, 2015 8:52 am
by martinayotte
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)

Re: Send Data from ESP to External FlashDisk

PostPosted: Mon Jul 27, 2015 9:33 am
by Hakan Basargan
External USB

Re: Send Data from ESP to External FlashDisk

PostPosted: Mon Jul 27, 2015 9:59 am
by martinayotte
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