Pycom Wipy3.0 :Using Bluetooth module under asyncio

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
nic
Posts: 6
Joined: Tue Dec 18, 2018 12:08 pm

Pycom Wipy3.0 :Using Bluetooth module under asyncio

Post by nic » Wed Feb 20, 2019 6:21 pm

Hi,

I need to program a data bridge between UART and Bluetooth or Wifi using a wipy 3.0 from pycom.
I am using the module "uasyncio" as a realtime operating system. I have already implemented the communication from UART to wifi.
But for the Bluetooth connection, i am not sure if it is possibly to integrate the Bluetooth functionality now because i need to to use callbacks and i dont know how they will interact with the uasyncio system.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Pycom Wipy3.0 :Using Bluetooth module under asyncio

Post by pythoncoder » Thu Feb 21, 2019 6:38 pm

See my response to your PM. It should be easy to get this working.
Peter Hinch
Index to my micropython libraries.

Post Reply