From 5b60c22f0cc44b7a588fd8ef33a6cb153d388c9c Mon Sep 17 00:00:00 2001 From: nonameneeded4this Date: Sat, 31 May 2025 11:15:01 -0700 Subject: [PATCH] Update BLE_connection_LT_T12.md --- content/tutorials/BLE_connection_LT_T12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/BLE_connection_LT_T12.md b/content/tutorials/BLE_connection_LT_T12.md index 4865985c..4341eb56 100644 --- a/content/tutorials/BLE_connection_LT_T12.md +++ b/content/tutorials/BLE_connection_LT_T12.md @@ -12,7 +12,7 @@ authors: This tutorial shows you how you can set up Bluetooth Low Energy (BLE) communication using the ESP32-S3 Mini and the Arduino IDE. We'll make the ESP32 advertise itself as a BLE server and send out `"Hello World!"` notifications every second. You'll be able to connect to it with your smartphone using an app like LightBlue or nRF Connect and see live data streaming. This can be used for IOT projects later on, it is especially useful for sending sensor readings, triggering actions, or setting up wireless communication in any embedded project. -## Learning Objectives +## Learning Goals - Use Arduino to program BLE functionality on ESP32 - Create a BLE service and characteristic