I was working with the JINX software which is a program to create animations and record it in a micro SD. You could make a video of how you could read these animations that are in the microSD and take it to a neopixel matrix using the ESP8266
@RubenLachinov8 жыл бұрын
Thank you for not replied, I found the answer here: github.com/esp8266/Arduino/blob/master/libraries/ESP8266WebServer/examples/SDWebServer/SDWebServer.ino
@n1ghtlol9206 жыл бұрын
Good Job BRO !!!
@marurojas8183 жыл бұрын
hi! github link dont exist :(
@Samiaslan783 жыл бұрын
@@marurojas818 did u found anything?
@marurojas8183 жыл бұрын
@@Samiaslan78 no, nothing :(
@marurojas8183 жыл бұрын
@@Samiaslan78 github.com/esp8266/ESPWebServer/blob/master/examples/SDWebServer/SDWebServer.ino I found this link that is very similar
@MrREIVAX25 жыл бұрын
how is it possible if you use an esp8266 with 3.3v output will the SD work? the IC of the SD works at 5v and converts to 3.3V to work it has to remove the IC from the SD and make a bridge
@mr.techinventor34633 жыл бұрын
I want to read first line of text file from sd card and delete it . After that second line other lines should be shifted .Please help me in logic and commands
@ernestorivero6882 жыл бұрын
Yo estuve trabajando con el software JINX que es un programa para crear animaciones y grabarla en una micro SD.Usted podría hacer un video de como se podrían leer estas animaciones que hay en la microSD y llevarla a una matrix de neopixel usando el ESP8266
@ChatoEuSou2 жыл бұрын
Congratulatons, thanks you
@sarma_sarma3 жыл бұрын
without sending any data to server ,can we anlaysis SQL function in esp 32 ?
@terlumunjoseph67794 жыл бұрын
can you please share the code
@ahmedkamil33738 жыл бұрын
very good
@leandroalbino96388 жыл бұрын
What version of nodemcu is used?
@praveenelumalai76247 жыл бұрын
I used 256mb memory card it worked but when I used 2 gb memory card it doesn't works reply me please
@MCircuits5 жыл бұрын
2GB cannot be formatted to Fat..plain and simple. The SD card interfacing uses Fat system in order for them to work. That is the comon problems many are encountering with SD interfacing on development board. But there is a hint to all of that. Read it somewhere but somehow forgotten that site.
@DavidBarkes7 жыл бұрын
Is the HTML page available? Looking for the index.htm mentioned in the video.
And the index file github.com/esp8266/Arduino/tree/master/libraries/ESP8266WebServer/examples/SDWebServer/SdRoot
@MuhammadBilal-se5hg4 жыл бұрын
@@electronichannelgreece Hi Sir I couldn't find the files on Github . did you remove it ? I'm a student and making a similar project . Can you send me the code files ? I would be very thankful.
@electronichannelgreece4 жыл бұрын
@@MuhammadBilal-se5hg I cannot remove any files in Github!!!!
@CyberSpiderPrime3 жыл бұрын
It appears that the entire SDWebServer Folder/path has been removed from that Examples area (ESP8266). The referenced files appear to be at github.com/esp8266/ESPWebServer/tree/master/examples/SDWebServer (including the root file).
@gabrielflup8 жыл бұрын
I need something , I'm from Brazil , you could say that is in the book?
@mageshjayakumar16538 жыл бұрын
+Gabriel Palhares yes its availalbe in the book
@gabrielflup8 жыл бұрын
+Arduino Robotics LabVIEW Solidworks Can you give me code? Please, i don't have money. Please
@mageshjayakumar16538 жыл бұрын
send me your mail
@gabrielflup8 жыл бұрын
+Arduino Robotics LabVIEW Solidworks gabrielflpalhares97@gmail.com thank you very much
@MuhammadBilal-se5hg4 жыл бұрын
@@gabrielflup Sir can you share the code with me ? I am working on similar project but couldn't find anything helpful online .. please send me the code files at muhammedbilal337@gmail.com
@__sk__10318 жыл бұрын
can we send image to a website
@jeanmarcreyes69275 жыл бұрын
hi have you found your answer to your question? I am currently looking for an answer to the same question :(
@HimanshuJaggerwal5 жыл бұрын
@@jeanmarcreyes6927 Yes, save your image file on the SD card and give path of the file in the html file.
@riosigat98765 жыл бұрын
@@HimanshuJaggerwal you've made it, it works right
@HimanshuJaggerwal5 жыл бұрын
@@riosigat9876 I've made it on esp32. Created a web server with media files hosted on onborad spiffs. The same can be acheived on esp8266 using sd card. -hj.anshu@gmail.com