-
• #2
We hope to receive answers from the ESPRUINO community, including Bluetooth and ESP32-C3 wifi issues. The link address is as follows:
https://forum.espruino.com/conversationsĀ/398575/#comment17486329. After the release of our product, we will donate a significant amount of funds to ESPRUINO
-
• #3
Due to my poor English, it is often difficult to ask questions; Please help us answer this question
Thank you again to the ESPRUINO community -
• #4
Hi,
The ESP32 bluetooth is accessed using the
NRF
class, but it is still using the ESP32's bluetooth stack.It's just called
NRF
because Espruino's BLE started off being for Nordic devices, and we didn't get around to changing it because it would have broken existing JS code.
Hi!
We have been trying to use ESPRUINO recently, but encountered issues with Bluetooth
We use ESP32 as our device, but we found that ESPruino uses NRF for Bluetooth instead of ESP32
May I ask if there is any code to use the built-in Bluetooth function of ESP32?