Search found 4 matches

by danny89
Mon Oct 02, 2023 7:10 am
Forum: ESP-IDF
Topic: Difficulty in assigning static IPs in softAP mode
Replies: 1
Views: 1249

Re: Difficulty in assigning static IPs in softAP mode

Really nobody? Are my explanations not clear enough? Is it even possible to assign different IPs, or is it simply not feasible?
by danny89
Sat Sep 23, 2023 4:24 pm
Forum: ESP-IDF
Topic: Difficulty in assigning static IPs in softAP mode
Replies: 1
Views: 1249

Difficulty in assigning static IPs in softAP mode

Hello everyone, my ESP32 is operating in SoftAP mode, which obtains the IP 192.168.4.1 in the AP. DHCP is now used to assign IPs to clients. This works quite well, but unfortunately, IP assignment depends on the order in which clients connect. I want to change this and assign static IPs to various c...
by danny89
Sat Mar 26, 2022 10:56 am
Forum: General Discussion
Topic: esp32 range extender
Replies: 4
Views: 9099

Re: esp32 range extender

Hello simone,

I know this is an old thread, but I searched for the same as you and found a project here. This seems a good starting point. It is completely written with esp-idf in c language.
Maybe it helps you or some others.
by danny89
Mon Jan 31, 2022 5:27 pm
Forum: Hardware
Topic: Program an ESP32 chip with an other ESP32 dev board
Replies: 0
Views: 2292

Program an ESP32 chip with an other ESP32 dev board

Hello everyone, I'm quite new to microcontroller and prgramming. I already flashed some firmwares (with ESP32 development board) and programmed something for myself. For my current project (a LED lamp) I need a smaller controller, because of the limited size. So I decided to go with an ESP32 chip wi...