Search found 2 matches

by Darkextratoasty
Tue Sep 01, 2020 4:16 am
Forum: ESP32 Arduino
Topic: ESP-NOW and WiFi Client/Station (Thingspeak) Simultaneously
Replies: 1
Views: 5190

ESP-NOW and WiFi Client/Station (Thingspeak) Simultaneously

I seem to be unable to have an ESP32 receive data via ESP-NOW and send that data over WiFi to Thingspeak.com, even though this should, I believe, be a very simple thing to do. My basic setup is this; ESP32 number 1 reads a temperature sensor and sends the data over to ESP32 number 2 via ESP-NOW. ESP...
by Darkextratoasty
Tue Aug 25, 2020 10:20 pm
Forum: ESP32 Arduino
Topic: BLE HID Power Consumption
Replies: 3
Views: 5739

BLE HID Power Consumption

I'm trying to make a bluetooth keyboard/macropad based on the ESP32 and I'm wondering why my power consumption of it is so high, and if it's possible to lower it to a reasonable level. Now, I know there are better options out there for BLE HID devices (Nordic has some great little modules), but I al...