Search found 3 matches
- Thu Jul 15, 2021 11:06 am
- Forum: ESP32 Arduino
- Topic: How to transmit image from esp32-cam to pc
- Replies: 4
- Views: 4425
Re: How to transmit image from esp32-cam to pc
Possibly. Make sure you have some power supply that can at least deliver 500mA plus what the LCD requires. already tried with molex cable from my pc powersupply, and still get same result as i used board supply before. also dont have any multimeter to try measure the current, maybe i need to find o...
- Wed Jul 14, 2021 11:24 am
- Forum: ESP32 Arduino
- Topic: How to transmit image from esp32-cam to pc
- Replies: 4
- Views: 4425
Re: How to transmit image from esp32-cam to pc
As a power supply? That may be your problem, those FTDIs generally can't deliver enough power. ok here if im using my mb102 board supply, and still no result but much brighter than using ftdi board nyuh.jpg and here if im using code without initialize wifi, but the difference is i need decrease the...
- Tue Jul 13, 2021 3:10 am
- Forum: ESP32 Arduino
- Topic: How to transmit image from esp32-cam to pc
- Replies: 4
- Views: 4425
How to transmit image from esp32-cam to pc
Recently i want to made a project weight scale with esp32-cam taking the picture. To show the weight scale result im using python gui serial monitor, and an i2c lcd and to send the image im using ftp client. im already tried to receiving image using my android ftp server, but not implemented yet in ...