Search found 5 matches

by reugalab
Thu Jul 08, 2021 4:10 pm
Forum: Documentation
Topic: mcpwm: Documentation mistake
Replies: 1
Views: 18706

mcpwm: Documentation mistake

Looking at the mcpwm documentation: https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-reference/peripherals/mcpwm.html I found a mistake or missleading information on several functions that have mcpwm_generator_t as parameter, such as: mcpwm_get_duty(mcpwm_unit_t , mcpwm_timer_t, mcpwm_o...
by reugalab
Wed Aug 19, 2020 3:06 am
Forum: Sample Code
Topic: [Announcement] Protocol to Set/Get values from esp32 device (PoMA)
Replies: 3
Views: 4563

[Announcement] Protocol to Set/Get values from esp32 device (PoMA)

I have developed a simple protocol (PoMA) to communicate with an esp32 device using TCP sockets. PoMA is a simple API that makes it possible to set and get variables from a running system. It is motivated by the need to manage the configuration of dedicated devices (such as IoT devices) without usin...
by reugalab
Fri Feb 15, 2019 2:36 pm
Forum: ESP-IDF
Topic: OTA: Sharing firmware from other ESP32
Replies: 1
Views: 2659

OTA: Sharing firmware from other ESP32

Hello,

I would like to know if is it possible for an ESP32 to read its own firmware image (from the current boot partition)? In that way, one ESP32 could get a new firmware from another one that runs a webserver.

Thanks!
by reugalab
Fri Feb 01, 2019 4:07 pm
Forum: ESP-IDF
Topic: ESP-NOW between ESP32 and Android Device
Replies: 3
Views: 9560

ESP-NOW between ESP32 and Android Device

Hello,

I would like to know if there is documentation on how to connect an ESP32 (FreeRTOS) with and Android device. I guess it should be similar to what ESPNow does to share the Wifi settings from the Android device to the ESP32.

Thanks! Federico