Search found 7 matches

by ripper121
Fri Dec 01, 2023 9:19 am
Forum: ESP32 Arduino
Topic: Partition max APP size with OTA (nothing else)
Replies: 3
Views: 11538

Re: Partition max APP size with OTA (nothing else)

Butt your APP Size is also 0x1f0000 so not bigger then in my example.
Or Im wrong?

I need the biggest possible app Size with OTA capability.
by ripper121
Thu Nov 30, 2023 10:39 pm
Forum: ESP32 Arduino
Topic: Partition max APP size with OTA (nothing else)
Replies: 3
Views: 11538

Partition max APP size with OTA (nothing else)

Hi, is this the bigges possible App size with OTA Function? I load the "OTA" from SD Card. My Partition Table: # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x1f0000, app1, app, ota_1, 0x200000, 0x1f0000, Is ...
by ripper121
Tue Aug 29, 2023 6:26 pm
Forum: General Discussion
Topic: ESP32-S3 USB MSC with SD-Card
Replies: 1
Views: 2985

Re: ESP32-S3 USB MSC with SD-Card

Do you had any progress with this issue?
by ripper121
Wed Feb 27, 2019 7:49 am
Forum: ESP32 Arduino
Topic: Download from Github
Replies: 3
Views: 6880

Re: Download from Github

Found the issue.
Github or the http client dont like unescaped http requests
by ripper121
Tue Feb 26, 2019 11:17 am
Forum: ESP32 Arduino
Topic: Download from Github
Replies: 3
Views: 6880

Download from Github

Hi :), at the moment Im working on a FW updater which is using GITHUB as a source. But I'm stuck at the point where I want to download the Firmware File: When I execude that http Get I end up with this: <html><body>You are being <a href="https://github-production-release-asset-2e65be.s3.amazonaws.co...
by ripper121
Wed Sep 19, 2018 9:30 am
Forum: ESP32 Arduino
Topic: ESP32 WIFI_AP WITH WPS
Replies: 2
Views: 4924

ESP32 WIFI_AP WITH WPS

Hi,
is it possible to connect to a ESP32 AP via WPS (not to connect with a ESP8266 to a Router with WPS)?

I only found a solution to connect with a ESP32 to a Router with WPS support, but not that the ESP32 provide WPS that I can connect to the ESP32 with my phone via WPS.