Thanks. What is "a updated module designed code"? I don't understand what you mean.
And by UP/DOWN arrow symbol, do you mean the thumbnails page up and down controls?
Search found 80 matches
- Thu Sep 28, 2023 8:05 am
- Forum: Showcase
- Topic: TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server
- Replies: 2
- Views: 28461
- Mon Jul 17, 2023 10:37 pm
- Forum: Hardware
- Topic: Using a chip antenna instead of onboard antenna on esp32-c3-mini-1/1u
- Replies: 1
- Views: 1945
Re: Using a chip antenna instead of onboard antenna on esp32-c3-mini-1/1u
Probably, the reason you have no replies is the lack of information.
What module, exactly? How did you disable external Wifi? Are you *sure* you can do this in software and don't need to re-route the circuit in some way?
I dunno. I just noticed you have no replies and also zero clue.
What module, exactly? How did you disable external Wifi? Are you *sure* you can do this in software and don't need to re-route the circuit in some way?
I dunno. I just noticed you have no replies and also zero clue.
- Mon Jul 17, 2023 10:31 pm
- Forum: ESP-IDF
- Topic: Windows install hang (no otput in Window)
- Replies: 1
- Views: 1142
Re: Windows install hang (no otput in Window)
Help with what?
- Mon Jul 17, 2023 3:40 am
- Forum: Showcase
- Topic: TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server
- Replies: 2
- Views: 28461
TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server
It annoyed me that there wasn't a fully-featured, or even meagrely-featured open source time-lapse SD cam server for ESP32, so the usual happened (I rolled up my sleeves) and here it is..
https://corz.org/ESP32/time-lapse-camera-server/
En-joy!
;o)
https://corz.org/ESP32/time-lapse-camera-server/
En-joy!
;o)
- Fri Jun 09, 2023 1:02 am
- Forum: General Discussion
- Topic: ESP32 WROVER - Lack of Photo Memory
- Replies: 6
- Views: 3163
Re: ESP32 WROVER - Lack of Photo Memory
I managed to change the card, it was 4mb of flash. I would like to know if there is a way to send the photo to the clipboard, that is, I access the ESP IP, it takes the photo and sends it to the clipbord, so I would just open the image editing program and give control + V? You could write a small H...
- Fri Jun 09, 2023 12:58 am
- Forum: ESP-AT
- Topic: How to resolve ESP32 AP to a name?
- Replies: 11
- Views: 13487
Re: How to resolve ESP32 AP to a name?
The most reliable way to do this is to setup a proper DNS host name in your local WiFi router (most routers have point-and-click interfaces for this). Every device in your home/office/wherever should have a proper (preferably short) host name. To hell with typing 192.168.1.whatever into your browser...
- Fri Jun 09, 2023 12:18 am
- Forum: General Discussion
- Topic: ESP32 WROVER - Lack of Photo Memory
- Replies: 6
- Views: 3163
Re: ESP32 WROVER - Lack of Photo Memory
Add:
Assuming PSRAM is enabled at compile-time.
Code: Select all
config.fb_location = CAMERA_FB_IN_PSRAM;
- Fri Jun 09, 2023 12:15 am
- Forum: ESP-IDF
- Topic: Cosine generator frequency setting gives unexpected results
- Replies: 4
- Views: 2101
- Thu May 25, 2023 4:44 pm
- Forum: Documentation
- Topic: [Pre-release] ESP32-H2 Series of Documentation | ESP32-H2 系列文档预发布
- Replies: 1
- Views: 5492
Re: [Pre-release] ESP32-H2 Series of Documentation | ESP32-H2 系列文档预发布
Another chip with no DACs. *grrr*
- Thu May 25, 2023 4:42 pm
- Forum: General Discussion
- Topic: Streaming video to phone/P2P/Direct connection
- Replies: 1
- Views: 1451
Re: Streaming video to phone/P2P/Direct connection
The ESP32 can do this easily.