Bluetooth Low Energy (BLE) library

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
pagano.paganino
Posts: 89
Joined: Fri Sep 11, 2015 10:47 pm
Location: Italy

Re: bluetooth low energy

Post by pagano.paganino » Mon Jul 03, 2017 8:34 am

I saw your project, great work !!!! ;)

I've implemented high-level API after seeing your PR in the repo master.
Before your PR I did not know bluepy.
I can see an opportunity to sync our bluepy derivatives for micropython to make it API compatible in time. This way we could possibly share common examples for Bluetooth LE to work across platforms.
It's a great idea, tell me how you'd like to go about it.

Regards,
D.

pagano.paganino
Posts: 89
Joined: Fri Sep 11, 2015 10:47 pm
Location: Italy

Re: bluetooth low energy

Post by pagano.paganino » Fri Oct 27, 2017 1:04 pm

I have added "api_repl.py" an example of use uble with new os.dupterm functionality.

Example https://github.com/dmazzella/uble/blob/ ... pi_repl.py
Usable terminal available at Micropython WebBluetooth REPL https://dmazzella.github.io/htdocs/repl/

Image

Post Reply