2016-12-09 01:23 AM
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.
2017-01-25 03:09 AM
Hi folks, at this
the repository for pure python drivers for Micropython2017-03-06 07:25 AM
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
2017-03-07 07:51 AM
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
and i check it!2017-04-05 09:02 AM
Successfully tested with
2017-04-05 11:29 AM
Hi !
I just tested and everything working good !!!!!
Super !
Thank you
2017-06-29 06:06 AM
Added new high level api using existing python library,
http://ianharvey.github.io/bluepy-doc/index.html
, as API template.https://github.com/dmazzella/uble/blob/master/examples/api/api_eddystone.py
https://github.com/dmazzella/uble/blob/master/examples/api/api_scan.py
https://github.com/dmazzella/uble/blob/master/examples/api/api_sensor_demo.py
Comments and suggestions are welcome
2017-10-27 07:34 AM
Hi folks,
i have implemented a
https://dmazzella.github.io/htdocs/repl/
Source code for example
https://github.com/dmazzella/uble/blob/master/examples/api/api_repl.py
Comments and suggestions are welcome
:)