Search found 6 matches

by beta-tester
Tue Feb 07, 2023 6:12 am
Forum: ESP32 Arduino
Topic: compiler options to save memory?
Replies: 0
Views: 1040

compiler options to save memory?

hi, i am using Arduino-IDE 1.8.x with espressif/arduino-esp32 (version 2.06). when i take a look to the bin files it generates, then there are always a bunch of file pathes included that is a waste of memory and it gives an unwanted hint of the environment where it came from (home or user path are i...
by beta-tester
Wed Mar 31, 2021 9:08 am
Forum: ESP32 Arduino
Topic: softAP: how to allow only known clients to connect ?
Replies: 0
Views: 2056

softAP: how to allow only known clients to connect ?

hi, i am quite new on ESP32 Arduino. i want to setup my ESP32 as access point and found some example code. but there all clients (STA) will be accepted to connect to the ESP32 (AP), when they know the ssid and password of the AP. WiFiAccessPoint.ino how can i accept only clients (STA) with a known M...
by beta-tester
Wed Feb 24, 2021 5:24 am
Forum: ESP-IDF
Topic: ESP32 Ethernet mac2mac communication
Replies: 3
Views: 5469

Re: ESP32 Ethernet mac2mac communication

@DaViRiuS
did you got it work in the meantime to connect two ESP32 via its RMII interface?
i hope you are stil following this thread.
by beta-tester
Thu Dec 17, 2020 1:16 pm
Forum: General Discussion
Topic: where to find FreeRTOS kernel version?
Replies: 3
Views: 4744

Re: where to find FreeRTOS kernel version?

thank you. i just realized, that the "master" branch is not equal to the "release/4.2" branch. at the moment, in the master branch there is a mix of FreeRTOS kernel from 10.2.1 down to 8.2.0 in the header files. in the release/4.2 not. so i think for "master" branch i have to use the "latest" docs. ...
by beta-tester
Thu Dec 17, 2020 8:40 am
Forum: General Discussion
Topic: where to find FreeRTOS kernel version?
Replies: 3
Views: 4744

where to find FreeRTOS kernel version?

hi, is there a way to find the version of FreeRTOS kernel currently used? in some header files there is currently written "FreeRTOS Kernel V10.2.1" (https://github.com/espressif/esp-idf/blob/master/components/freertos/list.c), but in the subfolders there is written "FreeRTOS V8.2.0" (https://github....
by beta-tester
Mon Nov 02, 2020 5:58 pm
Forum: ESP-MDF
Topic: how to PC (AP, 802.11gbn) <-> mesh root (STA, 802.111bgn), mesh root (AP, 802.11lr) <-> many mesh nodes (STA, 802.11lr)
Replies: 3
Views: 22151

how to PC (AP, 802.11gbn) <-> mesh root (STA, 802.111bgn), mesh root (AP, 802.11lr) <-> many mesh nodes (STA, 802.11lr)

hi, i am new to this forum... i am wondering, if i can use an ESP32 wifi mesh with long range capability, where one ESP32 acts as the "gateway" between normal WiFi access point to my internal network, where my PC is and the ESP32-mesh-nodes, where each ESP-mesh node can communicate to my PC via TCP ...