Search found 2 matches
- Sat Feb 12, 2022 9:42 am
- Forum: Development of MicroPython
- Topic: Nordic nrf52840 - nimble support in micropython
- Replies: 0
- Views: 13180
Nordic nrf52840 - nimble support in micropython
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 MIC...
- Fri Feb 11, 2022 5:32 am
- Forum: Development of MicroPython
- Topic: USB Host on STM32F401RE Board(Micropython)
- Replies: 0
- Views: 13203
USB Host on STM32F401RE Board(Micropython)
I am trying to bring-up the USB Host on my custom board designed with STM32F401RE chip. The USB Device is working fine. Also have verified the HOST hw by running C code to enable the USB Host. 1. How to add USB Host functionality to Micro python for STM32? 2. I have checked by enabling USE_HOST_MODE...