Comments on: ESP32 with Bluetooth and Bluetooth Low Energy: The Ultimate Guide https://randomnerdtutorials.com/esp32-bluetooth-guide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 05 Jun 2024 21:37:54 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Risto Ranta https://randomnerdtutorials.com/esp32-bluetooth-guide/#comment-921920 Wed, 05 Jun 2024 21:37:54 +0000 https://randomnerdtutorials.com/?p=144576#comment-921920 A simple working example of BLE would be worth thousand words.
So far I have found no BT terminals for neither Windows nor Linux.
The testing of Rx/Tx must be done with Android Bluetooth terminal.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-bluetooth-guide/#comment-882501 Sun, 07 Jan 2024 11:39:01 +0000 https://randomnerdtutorials.com/?p=144576#comment-882501 In reply to Andrew Cordani.

Hi.
Instead of the “regular” BLE library, you can use the NimBLE that uses the same methods but occupies much less space. https://github.com/h2zero/NimBLE-Arduino
I haven’t tried it myself , but heard very good feedback.

Regards,
Sara

]]>
By: Andrew Cordani https://randomnerdtutorials.com/esp32-bluetooth-guide/#comment-882381 Sat, 06 Jan 2024 17:30:23 +0000 https://randomnerdtutorials.com/?p=144576#comment-882381 Hi, I know I’ve already asked about this, but I didn’t see mention of an issue I’m having with BLE on ESP32 on Arduino IDE, and this is supposed to be the ULTIMATE guide 😉
My issue is that my app behaves great, a BLE keyboard mimic works great IN SECLUSION… the moment I combine the BLE Keyboard mimic together with my (facial recognition) app the linker complains I’m out of IRAM (just by 116 bytes!) and I can’t find away around this … an article covering reduction of IRAM WITH EXAMPLES would be really handy, perhaps others are having a similar issue?

]]>