Nordic nrf52840 - nimble support in micropython

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
YSN
Posts: 2
Joined: Fri Feb 11, 2022 5:16 am

Nordic nrf52840 - nimble support in micropython

Post by YSN » Sat Feb 12, 2022 9:42 am

I am trying use micropython for nrf52840 chip. I see the bluepy interface available for NORDIC ports.
1. Is bluepy module support multiple peripherals to be connected with central ? if so how to do that ?
2. Is it possible to include nimble stack in micropython for nordic chipset ?
itried adding MICROPY_PY_BLUETOOTH, MICROPY_BLUETOOTH_NIMBLE bluetooth_conf file unser S140 softdevice.
But it is giving error as below during compialtion [b]../../py/objmodule.c:238:19: error: 'MP_QSTR_ubluetooth' undeclared here (not in a function); did you mean 'MP_QSTR_ubluepy'?[/b]
3. Also how to enable ubluetooth low level ble class under mycropyhon ?

My main focus is to have nimble so that we can have extensive ble functions available in the Micropython..

Post Reply