Page 1 of 1

Pycom Wipy3.0 :Using Bluetooth module under asyncio

Posted: Wed Feb 20, 2019 6:21 pm
by nic
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.

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

Posted: Thu Feb 21, 2019 6:38 pm
by pythoncoder
See my response to your PM. It should be easy to get this working.