Search found 81 matches

by corz.org
Mon Jan 12, 2026 10:02 am
Forum: Showcase
Topic: Simple Slideshow for CYD
Replies: 0
Views: 949

Simple Slideshow for CYD

I finally got around to releasing my simple slideshow sketch for the Cheap Yellow Display (folk kept mailing me after stumbling onto my secret in-progress web page, via search engines, so...).

I finished the page, put up a zip. It's all yours.

It's designed to be simple to operate; put some JPEG ...
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: 41364

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: 3053

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: 1573

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: 41364

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: 4372

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 ...
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: 18706

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: 4372

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.

Go to advanced search