Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By SoC
#29738
freedom2000 wrote:Hi,
I have designed my own little µSD adapter, it works directly under 3.3V
SD.jpg

JP
thought it got esp8266 on bottom layer.

here is my almost free adapter
Image

Image
User avatar
By GregorPa
#29984
tblount70 wrote:I see others here are trying to get this example working. Here's where I am...

I loaded the basic SD card test. Works fine. Serial monitor indicates the file is writing to SD correctly.

Then I loaded the SDWebServer example. Changed CS (in the sketch) to pin 2 because that's how the SD card test was working. That is the only change I made. Upon reset, I get:

""
Connected! IP address: 192.168.0.122
MDNS responder started
You can now connect to http://esp8266sd.local
HTTP server started
SD Card initialized.
""

Then I try the browser. First of all if I browse to http://esp8266sd.local the browser (or proxy or whatever) bounces me to my default search engine. So I just browsed direct http://192.168.0.122

When I do that, I get the following at the browser:

""
SDCARD Not Detected

URI: /
Method: GET
Arguments: 0
""

Also I get "SDCARD Not Detected" in the serial monitor.

Soooooo.... Anyone got this working? Also, I'm not totally sure what I should be keying in to the browser to perform the various functions. I've done some other LED test sketches, so the argument concept is not foreign to me. But the GET, PUT, and such are things I haven't researched yet. Has anyone seen a tutorial on this example?

EDIT 8/4: Learned that the HTTP code I need comes from canned routines that need to be loaded onto the microsd. I forgot that bit, having never been much of a web programmer. For those who are interested, look in the github where SDWebserver is located. There is also a subdirectory something like "SD root". Grab those files and throw them on the SD. Start your sketch, and browse to the IP address. The browser will load the web page directly from what you just put on the SD. Browse to IP/edit and the browser will load a really nice web page (again from the SD) that allows file management utilities including upload.
<Note my MDNS still doesn't work. It's not a big deal to me at this point. I read somewhere that MDNS isn't really standard logic anyway. Still, it would be nice to know how to browse to *.local >



I have the same problem...
Any suggestion form this problem?

lp
Greg
User avatar
By mistery
#30406 I have tested SDinfo and SD readwrite samples with CS pins 15 and 16 but cannot get it to work.
I have also tested SDwebserver but SD card cannot get initialised. I have tried this adapter on arduino 3.3V it is working ok, and I have another adapter that is working ok on arduino but not on ESP.
I have ESP07 and My pinout is
MOSI --13
MISO --12
SCK -- 14
CS -- tried 15 and 16