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

Bluetooth Low Energy (BLE) library

Post by pagano.paganino » Wed Jan 25, 2017 11:11 am

Hi folks, at this link https://github.com/dmazzella/uble the repository for pure python Bluetooth low energy drivers for Micropython

Added into repository fritzing and gerber for a breakout board.
Last edited by pagano.paganino on Sat Mar 04, 2017 11:42 pm, edited 2 times in total.

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

Re: bluetooth low energy

Post by pagano.paganino » Wed Jan 25, 2017 11:27 am

BlueNRG.PNG
BlueNRG.PNG (33.01 KiB) Viewed 14652 times
BlueNRG_1.png
BlueNRG_1.png (153.33 KiB) Viewed 14652 times
BlueNRG_2.png
BlueNRG_2.png (222.66 KiB) Viewed 14652 times

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

Re: bluetooth low energy

Post by pagano.paganino » Wed Jan 25, 2017 11:28 am

ST BlueMS.PNG
ST BlueMS.PNG (25.42 KiB) Viewed 14652 times
ST BlueMS_0.PNG
ST BlueMS_0.PNG (88.24 KiB) Viewed 14652 times
ST BlueMS_1.PNG
ST BlueMS_1.PNG (229.64 KiB) Viewed 14652 times

SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: bluetooth low energy

Post by SpotlightKid » Wed Jan 25, 2017 1:17 pm

What are you using for the iOS GUI?

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

Re: bluetooth low energy

Post by pagano.paganino » Wed Jan 25, 2017 1:32 pm


SpotlightKid
Posts: 463
Joined: Wed Apr 08, 2015 5:19 am

Re: bluetooth low energy

Post by SpotlightKid » Wed Jan 25, 2017 1:39 pm

Thanks!

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

Re: bluetooth low energy

Post by pagano.paganino » Tue Mar 07, 2017 1:52 pm

Added link https://oshpark.com/shared_projects/ST79grRm for oshpark breakout board

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

Re: bluetooth low energy

Post by pagano.paganino » Wed Apr 05, 2017 3:57 pm

Tested with extension board X-NUCLEO-IDB05A1from STMicroelectronics

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

Re: bluetooth low energy

Post by pagano.paganino » Thu Jun 29, 2017 1:22 pm


c45713
Posts: 51
Joined: Fri Dec 09, 2016 7:09 pm

Re: bluetooth low energy

Post by c45713 » Fri Jun 30, 2017 10:52 pm

I have not noticed this post before now... This is great work!

In parallel i have also implemented a quite similar API for nrf5x (nordic semiconductor) using bluepy as base.
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.

The implementation i'm referring to is this one:
https://github.com/tralamazza/micropyth ... es/ubluepy
Example usage:
https://github.com/tralamazza/micropyth ... py_temp.py

Post Reply