jdortiz / BLE-periph-MP-RP2

BLE implementation in MicroPython for the RPP2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLE Peripheral

This Repo

This repository contains code for a BLE Peripheral written in MicroPython. The code is meant for a Raspberry Pi Pico (RP2) W. It measures temperature from the on-board sensor and makes it available through BLE, so it can be read or request notifications.

Edit and run

This code uses MicroPython and it is meant to be run in the RP2. I have used VSCode with the MicroPico extension. If you choose to use this option (instead of any other editor, like proper Emacs, with mpremote, or the default Thonny), please run "MicroPico: Configure Project" to run it from the editor.

License

This project is licensed under the terms of the Apache license 2.0.

Author

Jorge D. Ortiz-Fuentes

Resources

About

BLE implementation in MicroPython for the RPP2.

License:Apache License 2.0


Languages

Language:Python 100.0%