Search found 3 matches

by selfsimilar
Mon Oct 25, 2021 7:29 pm
Forum: General Discussion
Topic: Connectiing to a PC without a Universal serial port adaptor for USB
Replies: 1
Views: 2116

Re: Connectiing to a PC without a Universal serial port adaptor for USB

What exactly is the problem? According to your link, the hardware has plenty of USB ports.
by selfsimilar
Sun Sep 12, 2021 10:41 am
Forum: ESP-IDF
Topic: Finding out the WiFi connection quality
Replies: 0
Views: 1290

Finding out the WiFi connection quality

Running an ESP32 in station mode, how can I get live feedback on the signal strength (RSSI) and/or RX/TX data rates?

I find it important for my users to have this data available in the UI, but could not find a viable method to access it.

Sincerely,
Steffen
by selfsimilar
Sun Sep 12, 2021 10:35 am
Forum: ESP-IDF
Topic: lwip hooks
Replies: 1
Views: 2782

lwip hooks

Mainly based on https://github.com/espressif/esp-idf/issues/6261, I tried to implement my LWIP_HOOK_IP4_INPUT as follows: CMakeLists.txt: FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*) idf_component_register(SRCS ${app_sources}) target_compile_definitions(${lwip} PRIVATE "-DESP_IDF_LWIP_HO...