jdortiz / ble-peripheral-micropython-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 and produces a fake temperature that is shared via BLE. Later, the plan is to read the on-board sensor and provides the data using BLE.

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 rshell, 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%