Ardunio Uno and STM32 X-NUCLEO-IDB05A1 extension board

Hi ,

I am trying to develope Ble HID keyboard using Ardunio Uno and STM32 X-NUCLEO-IDB05A1 extension board.
I have connected STM32 X-NUCLEO-IDB05A1 extension board to Ardunio Uno.

I am very new to this... I have gone through the STM32 quick guide.
Which SDK should I use to make this setup work as "Ble HID keyboard"

Can anyone help on this.
Please guide me some if there any example programs for HID keybaord.

Kind Regards,
Ven

I'm not sure about that specific board, but everyone using the STM32 with the Arduino IDE moved to our new forum at www.stm32duino.com

However it looks like the board you mentioned doesnt actually use a STM32 it is just designed to connect to a STM32 board.

One thing to bear in mind is that the STM32 boards are ARM based and run on 3.3V not 5V like the Uno does, so if you plug the board into your Uno you will be giving it 5V logic and possibly also 5V power

So I hope you have not already destroyed it.

If you are open to using other BLE boards, and you are willing to make some modifications rather than simply plugging a shield into your Uno, you could look at the nRF51822 "development boards" that are sold on eBay etc

Its now possible to use the Arduino IDE to write code that runs inside the nRF51822 (see my postings in the off topic section of the STM32duino forum , and I also did youtube video if you search on Arduino nRF51822.

Thank you Roger. I will try to check my luck at www.stm32duino.com.