Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions ESP_32_BLE_Connection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Connect ESP-32 to other devices via BLE
date: 05-13-2025
author:
- name: Lukas
team:
- team: T12
---

![BLE Diagram](https://tinyurl.com/BLE-img)

## Introduction

This mini tutorial shows how to set up a simple BLE server using an ESP32-S3 Mini and let it communicate with other devices.

### Learning Objectives

- get familiar with the ESP-32
- experience with Arduino
- setup BLE connection from ESP-32 to other devices
- testing and troubleshooting it

## Setup Hardware
- ESP-32 connected with USB-C to your Laptop

## Setup Software
- Arduino installed

## Example Code (I will add the full code step by step with explanations too)

```cpp
#include <BLEDevice.h>

```
## Testing
- connect to BLE app

## Common errors
107 changes: 0 additions & 107 deletions TEMPLATE.md

This file was deleted.