Page 1 of 1

Accessing ESP32 functions from WiFi NINA library in uBlox WiFi module.

Posted: Mon Dec 07, 2020 7:43 pm
by evaesteban
Hello,

I'm working on a device that has a WiFi W10 uBlox WiFi module (https://www.u-blox.com/en/product/nina- ... s-open-cpu). This module is programmed with an image for the WiFi NINA library by Adafruit (https://github.com/adafruit/WiFiNINA). I'm interested in changing some of the ESP32 settings such as the transmit power. For that, the functions in the ESP32 API, such as esp_wifi_set_max_tx_power (https://docs.espressif.com/projects/esp ... wer6int8_t) seem ideal. However, I haven't found a way to access those functions from the NINA library. Could you give me some guidance on whether it's possible and how to do it?

Thank you!