Page 1 of 2

Bluetooth Low Energy (BLE) library

Posted: Wed Jan 25, 2017 11:11 am
by pagano.paganino
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.

Re: bluetooth low energy

Posted: Wed Jan 25, 2017 11:27 am
by pagano.paganino
BlueNRG.PNG
BlueNRG.PNG (33.01 KiB) Viewed 14994 times
BlueNRG_1.png
BlueNRG_1.png (153.33 KiB) Viewed 14994 times
BlueNRG_2.png
BlueNRG_2.png (222.66 KiB) Viewed 14994 times

Re: bluetooth low energy

Posted: Wed Jan 25, 2017 11:28 am
by pagano.paganino
ST BlueMS.PNG
ST BlueMS.PNG (25.42 KiB) Viewed 14994 times
ST BlueMS_0.PNG
ST BlueMS_0.PNG (88.24 KiB) Viewed 14994 times
ST BlueMS_1.PNG
ST BlueMS_1.PNG (229.64 KiB) Viewed 14994 times

Re: bluetooth low energy

Posted: Wed Jan 25, 2017 1:17 pm
by SpotlightKid
What are you using for the iOS GUI?

Re: bluetooth low energy

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

Re: bluetooth low energy

Posted: Wed Jan 25, 2017 1:39 pm
by SpotlightKid
Thanks!

Re: bluetooth low energy

Posted: Tue Mar 07, 2017 1:52 pm
by pagano.paganino
Added link https://oshpark.com/shared_projects/ST79grRm for oshpark breakout board

Re: bluetooth low energy

Posted: Wed Apr 05, 2017 3:57 pm
by pagano.paganino
Tested with extension board X-NUCLEO-IDB05A1from STMicroelectronics

Re: bluetooth low energy

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

Re: bluetooth low energy

Posted: Fri Jun 30, 2017 10:52 pm
by c45713
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