Search found 5 matches

by glmdrx
Wed Nov 02, 2022 6:50 pm
Forum: ESP-IDF
Topic: ftp client on Android to esp32-CAM
Replies: 0
Views: 781

ftp client on Android to esp32-CAM

Hi all, I programmed my esp32-CAM as a FTPserver using the class FtpServer based on Jean-Michel Gallego's work. https://github.com/robo8080/ESP32_FTPServer_SD/tree/master/ESP32_FTPServer_SD I succeed to transfer files on my computer using FilZilla. But the final aim is to transfer files from the esp...
by glmdrx
Thu Jun 03, 2021 9:08 pm
Forum: Hardware
Topic: access files on sd card with wireless connection
Replies: 0
Views: 1467

access files on sd card with wireless connection

Hi esp32 community, I have a new subject for you. I wandered on internet but I found nothing. I have a SD card plugged on my esp32-CAM with pictures saved on it. I configured the esp32-CAM as Wifi acces point. Now want access to the sd card on my computer in an explorer window and download pictures ...
by glmdrx
Thu Jun 03, 2021 8:56 pm
Forum: General Discussion
Topic: Advise for a new Project
Replies: 7
Views: 4907

Re: Advise for a new Project

You need a voltage supervisor Thank, I red some information on voltage supervisor and it seems to be a good idea. If I understand well, the idea is to use les voltage supervisor to protect the esp32 against overvoltages and undervoltages and use a logical signal to reset the esp32 when the voltage ...
by glmdrx
Tue Jun 01, 2021 8:19 pm
Forum: General Discussion
Topic: Advise for a new Project
Replies: 7
Views: 4907

Re: Advise for a new Project

....why would you have a need to manually reset the ESP32 any more than you would have a need to reset a Raspberry Pi? Thanks for this response. My system will be supply by a battery and solar panel. I tell myself that if there is not enough power in cloudy weather, a reset will be necessary. But t...
by glmdrx
Tue May 11, 2021 4:46 pm
Forum: General Discussion
Topic: Advise for a new Project
Replies: 7
Views: 4907

Advise for a new Project

Hello Expressif members, I am starting a new project and am in the process of choosing the devices that best meet my needs. :geek: I want to create a system that takes pictures and stores them on an SD card autonomously when an input signal is detected (switch or presence sensor for example). :) The...