This is exactly what I’m looking for. I’m not yet sure how to implement it, but I have an M5Paper e-ink device ran by an ESP32. I’ve been looking for a way to manage files on the built in SD card over wifi so I don’t have to pop it in and out.
Great video, many thanks for your work ! Just one question: the different sleep modes and internal clock of the ESP32 does not need external RTCs or Power - management devices (including some persistent memory). You can get a lot of information about all of this from Andreas Spiess TH-cam cannel.. Best regards from Switzerland, Peter.
Hi, that problem should be related with the connection of the SD board to the microcontroller, SD pin number in the code, or pull up resistors. You can send me a Pic of the hardware to my email. Best!
hey nice work! but i was looking to achive the same thing with esp configured as station mode. any leads with a article or something would be of great help. thanks!
Wow! Great content, but need to slow down. I had to playback and 75% speed. Just constructive feedback. English is spoken slower. Again, love the content.
What an amazing video, and code!! You have fixed a problem I've been working on for over a week, thank you! I have the circuit all built, and it's up and running. I have access to the web page via wi-fi. Only one problem: It's not showing the test files I put on the SD card, and when I upload a file, it shows it in the browser, but when I power off and plug the card into my PC, there is no new file. It's almost like it's reading from and sending the files to the internal file system, not the SD card. Is this possible? I have the "bool SD_present = true". This is correct or no? I'm so close to having this working, please help! Thanks again for an amazing tutorial. :)
Hello sir, your project works really well except for the download and upload speed limitation. Is there any way to increase the upload speed. Currently I am able to get upto 48KBytes/s upload speed and 50KBytes/s download speed. If you have any solution please let me know. Thank you
Hello! We are from Ukraine. Is it possible to make an mp3 player based on the esp 32 cam chip? It is necessary to implement access to the sd to delete and add mp3 files. It is very necessary to implement. Thanks for the tips !
does this videos shows data logging in sd card and then esp32 act as datalogger also user can access the logged files using accesspoint and user can download the sd card logged files to remote pc..
Dear Thank you for the very good project, I tried to recreate the same datalogger but the RTC library is giving an error : I am reading this in the serial monitor : 7?/7?/7?,1?:7?:7? PM,MC001, do you what can be the problem? thank you in advance.
Hello, I have used the code you have provided and modified the CSS a little to make it look a little nicer, this is amazing, however, I would really appreciate it if you could add a function to rename the files on the webpage, maybe double click the file name and a text box appears? I would also appreciate it if you could help me fix my CSS, as there is 1 minor issue, please let me know the best way to send you my files, thanks!
Olá! Excelente trabalho! Por favor, poderia comentar onde eu posso obter um cilindro a prova d'agua deste tipo que voce mostrou no vídeo? Tenho um projeto que precisa muito disso. Muito obrigado!
Hello! You can find the new version of the pressure-temperature logger in the latest video on the channel: th-cam.com/video/hyt3jwzMJlY/w-d-xo.htmlsi=-WcS4fpQjCNnOeoc. If you are interested in acquiring one, please send me an email at mycircuitstv@gmail.com. Un saludo!
Really wonderful project....Your are really great....Clear explanation...Perfect flow...do more of these videos...Keep rocking
I download the first exemple and just change SD CD pin to adapta to my configuration and.........just work great!!!! thanks a lot
great! :)
Thank you sir i am finding this for long time
Very good information! Thank you
Thank you so much. Cramazing !
Great work!
Thank you Nick!
Excelente proyecto!! Gracias por compartir!!!! Muy bueno
Gracias! Tus proyectos son tb muy interesantes! deberíamos hacer algo juntos :)
hola, cual es el tamaño maximo de los archivos que se pueden salvar en la MIcro-SD? @@mycircuits
Очень хорошее видео. Спасибо большое! Сэкономило кучу времени!
Hello, at what speed are you able to download the files? Is it suitable for big filesizes > 500MB? Great Video and thanks already.
I tested it.. works really good but not for files that are big.. like MP3 or MP4 and etc... because the peak of its speed is 34 KBPS
Can i use the code for nodemcu?
Is TFT built-in SD same as standalone SD? I never able to get my TFT screen to read SD card when using it with ESP32/NodeMCU ESP8266.
I would like to use the sample with ESP32 S2. I don't need a sensor or deepsleep. But I can not open the mcserver although it is connected.
hey can i do this project with esp32-cam module
Would like to know this aswell
This is exactly what I’m looking for. I’m not yet sure how to implement it, but I have an M5Paper e-ink device ran by an ESP32. I’ve been looking for a way to manage files on the built in SD card over wifi so I don’t have to pop it in and out.
Great video, many thanks for your work ! Just one question: the different sleep modes and internal clock of the ESP32 does not need external RTCs or Power - management devices (including some persistent memory). You can get a lot of information about all of this from Andreas Spiess TH-cam cannel.. Best regards from Switzerland, Peter.
I followed as you instructed but in the web server "No sd card present" message is being displayed,how can we fix this?? Anyway to contact you..
Hi, that problem should be related with the connection of the SD board to the microcontroller, SD pin number in the code, or pull up resistors. You can send me a Pic of the hardware to my email. Best!
@@mycircuits Please share your email id..
I have theh 30-pin esp32, and I cant find where to change the pin assignment to modify with respect to my setup. Please help.
hey nice work! but i was looking to achive the same thing with esp configured as station mode. any leads with a article or something would be of great help. thanks!
That was a unremarkable benefit. Nothing out of the 🔒 ordinary
Wow! Great content, but need to slow down. I had to playback and 75% speed. Just constructive feedback. English is spoken slower. Again, love the content.
Can this be changed to .1 sec or stream?
What an amazing video, and code!! You have fixed a problem I've been working on for over a week, thank you! I have the circuit all built, and it's up and running. I have access to the web page via wi-fi.
Only one problem: It's not showing the test files I put on the SD card, and when I upload a file, it shows it in the browser, but when I power off and plug the card into my PC, there is no new file. It's almost like it's reading from and sending the files to the internal file system, not the SD card. Is this possible?
I have the "bool SD_present = true". This is correct or no? I'm so close to having this working, please help! Thanks again for an amazing tutorial. :)
can esp32 sends file from sd card to https server?
Are you can send me the code for this experiment. Please.
Thanks for your help
Hello sir, your project works really well except for the download and upload speed limitation. Is there any way to increase the upload speed. Currently I am able to get upto 48KBytes/s upload speed and 50KBytes/s download speed. If you have any solution please let me know. Thank you
superb, do you have any github
Hello! We are from Ukraine. Is it possible to make an mp3 player based on the esp 32 cam chip? It is necessary to implement access to the sd to delete and add mp3 files. It is very necessary to implement. Thanks for the tips !
hi, i may be 4 months late, but i am currently building esp32 based mp3 player too. i want to integrate this to my esp32.
does this videos shows data logging in sd card and then esp32 act as datalogger also user can access the logged files using accesspoint and user can download the sd card logged files to remote pc..
:)
Hola, I would like to create and send file in a designated directory on the SD card , do you have this ? can you help ? rgds
Hi! That is possible for sure 🙂, let me know in an email what you have in mind :), and we can try to solve it.
Excelente vídeo. ¿Cómo puedo acceder a los directorios o carpetas?
spı flash upload image ?
Dear Thank you for the very good project, I tried to recreate the same datalogger but the RTC library is giving an error : I am reading this in the serial monitor : 7?/7?/7?,1?:7?:7? PM,MC001, do you what can be the problem? thank you in advance.
Hi! That seems a wiring issue or pull Up resistors... send me pictures to the email
Hello, I have used the code you have provided and modified the CSS a little to make it look a little nicer, this is amazing, however, I would really appreciate it if you could add a function to rename the files on the webpage, maybe double click the file name and a text box appears? I would also appreciate it if you could help me fix my CSS, as there is 1 minor issue, please let me know the best way to send you my files, thanks!
you can send me an email to: mycircuitstv@gmail.com :)
Tu eres español!!!, no pregunto.
Gracias por el video y compartir proyecto. Trabajo con ingleses y tu acento te delata.
Yes very well Manuel!!! jajajaja ese acento español to weno joder!
i like you bro
hwy nice I made one same. thanks for the information 😊. but can open folder In chrome. 😢
Cramazing!! 🤣🤣
Olá! Excelente trabalho! Por favor, poderia comentar onde eu posso obter um cilindro a prova d'agua deste tipo que voce mostrou no vídeo? Tenho um projeto que precisa muito disso.
Muito obrigado!
Hello! You can find the new version of the pressure-temperature logger in the latest video on the channel: th-cam.com/video/hyt3jwzMJlY/w-d-xo.htmlsi=-WcS4fpQjCNnOeoc. If you are interested in acquiring one, please send me an email at mycircuitstv@gmail.com. Un saludo!
Very2 good
Hola 👋
Hi! Hope you like it!
@@mycircuits de donde eres? me suena a acento español
@@hexagonaldiy Hi, from Spain. A very small village of Palencia.
Hi! whats your official email? so i can ask some question with this i am stuck with sdcard is unreadable
Hi! I think that you can find MC email in the channel description! best!
@@mycircuits hello friend, i just sent you an email, can you check it?
hey can i do this project with esp32-cam module
Why not? 🙂
@@mycircuits No sd card present" message is being displayed
@@horathama-t5g Check that you are selecting the correct "SD_pin" in the code and its wiring.
@@mycircuits that's the problem i can't find what pins are connected to esp32
@@horathama-t5g Send me pics of your setup to my email ;)