[Feature request] Implement BLEUart
yashikada opened this issue · 1 comments
Could you implement a library/example for BLEUart as here
I tried to port in official STM32duinoBLE without success.
Hi @yashikada
As stated in the README.md, This library is a fork of ArduinoBLE library to add the support of STM32WBxx, SPBTLE-RF and SPBTLE-1S BLE modules. It was successfully tested with the NUCLEO-WB15CC, P-NUCELO_WB55RG, STM32WB5MM-DK, X-NUCLEO-IDB05A2 or X-NUCLEO-IDB05A1 or X-NUCLEO-BNRG2A1 expansion board and a NUCLEO-F401RE or NUCLEO-L476RG or NUCLEO-L053R8, with B-L475E-IOT01A and with STEVAL-MKSBOX1V1.
We do not implement new services as we try to sync it to ArduinoBLE and maybe we will provide later a PR to merge ST support to the official one.
If you want this, then you should open a request to https://github.com/arduino-libraries/ArduinoBLE
Probably linked to arduino-libraries#19