BLE.config('rxbuf') not implemented?

The official PYBD running MicroPython, and its accessories.
Target audience: Users with a PYBD
monquarter
Posts: 15
Joined: Sat Jan 11, 2020 2:31 pm

Re: BLE.config('rxbuf') not implemented?

Post by monquarter » Tue Jan 14, 2020 1:50 am

I recopied your demo files and added the code you suggested and I saw the same output as you. After reviewing, I noticed that I had changed the sleep_ms to sleep_us in the ble_temperature.py file when I first started working on the example to try and stress the ble link. It was throwing a memory error (because I was trying to send to many messages). Sorry for wasting your time, and thanks for you help.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: BLE.config('rxbuf') not implemented?

Post by jimmo » Tue Jan 14, 2020 2:14 am

Glad to hear it's working! :)

Post Reply