How to program and connect to ESP32 chip via Bluetooth using PlatformIO in Visual Studio Code. In this video, a server and a client are created to transmit data from a sensor to a computer wirelessly. This approach can be applied to read and transmit data from other types of sensors like accelerometers, light, etc.
Support the creator: https://gofund.me/c80287fe
00:00 - What we are building.
00:27 - Making a BLE server (C++, Arduino core).
03:53 - Creating a BLE client (Python, bleak).
Source code:
https://gist.github.com/alecxcode/f73b82c70933a29434a4d8ddb14fbfa3
The code is C++ (for Arduino framework, includes platformio.ini configuration file) and Python (for the client).
Previous video: how to set up the system to develop projects like this:
https://www.youtube.com/watch?v=MxMH9q4FX68
#esp32 #arduino #vscode #platformio #BLE #bluetooth #microcontroller #cpp #c++ #python #bleak #IoT
Download
0 formats
No download links available.
Programming Bluetooth BLE on ESP32 Borad in VS Code | NatokHD