Search found 2 matches
- Mon Oct 17, 2022 1:11 pm
- Forum: Hardware
- Topic: How do I get the MAC address of the CONNECTED device to my esp32?
- Replies: 0
- Views: 807
How do I get the MAC address of the CONNECTED device to my esp32?
Hey guys I am trying to understand the ESP-BT commands to figure out how I can pull the Bluetooth Address of the device connected via Bluetooth to my ESP32. My goal is to save it so that the next time I power up I will go searching for the device instead of having to pair it every time... Thanks, Ri...
- Sat Mar 26, 2022 10:29 pm
- Forum: Sample Code
- Topic: EPS-32 Wrover TFT-eSPI question to display JPEG
- Replies: 0
- Views: 3321
EPS-32 Wrover TFT-eSPI question to display JPEG
Hello Gang I am trying to display on an ESP32 WROVER using TFT_ESPI an image that was converted to HEX. the hardware platform is a WT32-SC01. Here is a simple example of the resulting code in my image.h file #include <pgmspace.h> // PROGMEM support header PROGMEM const uint8_t smeterTop[]={ 0xff, 0x...