doayee / RN52

The Arduino library for the Microchip RN52 used on the Doayee BAL, revised from v1 to be used with an optional attached LCD as a MetaData display.
https://doayee.co.uk/products/BAL
7 stars 4 forks source link

STM32 Support #2

Closed Rasoul77 closed 5 years ago

Rasoul77 commented 5 years ago

First of all, thanks for this amazingly easy to use library! I am currently using STM32 Blue Pill board to develop my own Bluetooth receiver project. The RN52 Lib is a very convenient lib when being used with Arduino boards, but unfortunately it doesn't work on STM32. Could you please help me to find out which places in the code I need to modify to make it be compiled and run on STM32 based boards such as Blue Pill?

doayee commented 5 years ago

Hi,

Unfortunately we do not support and don't intend to support STM32 with this library - we also have no experience with this 'Blue Pill' board you are using. However happy to make some suggestions... are you using the STM32duino core. This appears to have an implementation of SoftwareSerial and that is what the RN52 library is based upon, with our own functions for the RN52 added in.

Doayee