cancel
Showing results for 
Search instead for 
Did you mean: 

BlueNRG-MS/SPBTLE-RF Micropython drivers

pagano.paganino
Associate III
Posted on December 09, 2016 at 10:23

Hi Falks,

i have implemented a pure python drivers (based on BlueNRG DK 2.0.2) for MicroPython.

Currently i have implemented various examples:

- BlueST Protocol for use 'ST BlueMS' app

- SensorDemo for use 'BlueNRG' app

- Firmware update

Attached screenshots.

As soon as possible i open a github repository where release source code.

Regards,

D.

7 REPLIES 7
pagano.paganino
Associate III
Posted on January 25, 2017 at 12:09

Hi folks, at this

https://github.com/dmazzella/uble

the repository for pure python drivers for Micropython
Posted on March 06, 2017 at 15:25

Hey !

You did a good job on this driver.

I'm interesting in MicroPython and STM32 also.

I would like to try it. Can you explain me  how to flash in the MCU? Do I need to add your package into the MicroPython project first then recompile all the project., then flash into the MCU ??

thank you

Alex

Posted on March 07, 2017 at 15:51

Hi Alex,

thanks for your interest in my project

i have added basic instructions into the README.md of the repository for install the drivers into the PyBoard.

https://github.com/dmazzella/uble ♯ install-bluetooth_low_energy-into-the-pyboard

If you have problems about install this drivers into the PyBoard please open an issue into the

https://github.com/dmazzella/uble/issues

and i check it! 
pagano.paganino
Associate III
Posted on April 05, 2017 at 18:02

Successfully tested with 

http://www.st.com/en/ecosystems/x-nucleo-idb05a1.html

Posted on April 05, 2017 at 18:29

Hi !

I just tested and everything working good !!!!!

Super !

Thank you

pagano.paganino
Associate III