Search found 14 matches
- Sun Jan 12, 2020 12:22 am
- Forum: Pyboard D-series
- Topic: BLE.config('rxbuf') not implemented?
- Replies: 11
- Views: 2517
- Sat Jan 11, 2020 11:33 pm
- Forum: Pyboard D-series
- Topic: BLE.config('rxbuf') not implemented?
- Replies: 11
- Views: 2517
Re: BLE.config('rxbuf') not implemented?
That makes sense, and I did try it; howeve, it still thowms me an error: MicroPython v1.12-45-gbfbd94401-dirty on 2020-01-11; PYBD-SF6W with STM32F767IIK Type "help()" for more information. >>> import ubluetooth >>> ble = ubluetooth.BLE() >>> ble.active(True) True >>> ble.config('rxbuf',1024) Traceb...
- Sat Jan 11, 2020 11:22 pm
- Forum: Pyboard D-series
- Topic: BLE.config('rxbuf') not implemented?
- Replies: 11
- Views: 2517
Re: BLE.config('rxbuf') not implemented?
I agree that you normally wouldn't need to query the value of the rxbuf. However, when I was working through as you suggested, I received an error noting that I must query one param. MicroPython v1.12-45-gbfbd94401-dirty on 2020-01-11; PYBD-SF6W with STM32F767IIK Type "help()" for more information. ...
- Sat Jan 11, 2020 4:53 pm
- Forum: Pyboard D-series
- Topic: BLE.config('rxbuf') not implemented?
- Replies: 11
- Views: 2517
BLE.config('rxbuf') not implemented?
I am working through some bluetooth examples from the documentation on the PYB-SF6W. It appears that the 'rxbuf' configuration does not yet appear to work, or perhaps I am calling it wrong? MicroPython v1.12-43-g54a2584de-dirty on 2020-01-07; PYBD-SF6W with STM32F767IIK Type "help()" for more inform...