Search found 80 matches

by corz.org
Thu Sep 28, 2023 8:05 am
Forum: Showcase
Topic: TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server
Replies: 2
Views: 22809

Re: TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server

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?
by corz.org
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: 1150

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.
by corz.org
Mon Jul 17, 2023 10:31 pm
Forum: ESP-IDF
Topic: Windows install hang (no otput in Window)
Replies: 1
Views: 636

Re: Windows install hang (no otput in Window)

Help with what?
by corz.org
Mon Jul 17, 2023 3:40 am
Forum: Showcase
Topic: TL-CAM, Your Friendly Neighbourhood Time-Lapse Camera Server
Replies: 2
Views: 22809

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)
by corz.org
Fri Jun 09, 2023 1:02 am
Forum: General Discussion
Topic: ESP32 WROVER - Lack of Photo Memory
Replies: 6
Views: 2085

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...
by corz.org
Fri Jun 09, 2023 12:58 am
Forum: ESP-AT
Topic: How to resolve ESP32 AP to a name?
Replies: 11
Views: 10019

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...
by corz.org
Fri Jun 09, 2023 12:18 am
Forum: General Discussion
Topic: ESP32 WROVER - Lack of Photo Memory
Replies: 6
Views: 2085

Re: ESP32 WROVER - Lack of Photo Memory

Add:

Code: Select all

config.fb_location = CAMERA_FB_IN_PSRAM;
Assuming PSRAM is enabled at compile-time.
by corz.org
Thu May 25, 2023 4:42 pm
Forum: General Discussion
Topic: Streaming video to phone/P2P/Direct connection
Replies: 1
Views: 928

Re: Streaming video to phone/P2P/Direct connection

The ESP32 can do this easily.