This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I use an nRF52805 module like BC805M for a HID device? How?

Dear Sir/Madam,

While I did take a course in Bluetooth I am still a beginner.

I know some boards have HID "support" (RN42 for example) I find it hard to believe that it's not something that can be added to any module.

If so, what is the minimal/simplest path to use a BC805M  for sending Mouse/Keyboard commands from the UART/GPIO to a Bluetooth-connected phone or computer?

I mean what IDE do I need to use, programming pod, library, maybe example code.  Maybe evaluation board, although I believe I can connect the module myself to the rest of my device.

If the nRF52805/BC805M is not right for me (I need smallest, cheapest MODULE, not chip), can you please recommend another, again with IDE to use, etc.

Thanks and best,

Cat

Parents
  • Hi Cat

    As you're saying you're a beginner, a module is not the best way to start out development, and it would be a much better idea starting out with an nRF52 Development Kit as it's a much more user friendly tool, and comes with a debugger MCU you can use to program future custom boards with I.E. a module on later in the development process. To program the module you have, you will need a J-Link device or similar either way, so a DK would be a good starting point I think.

    All our nRF52 series devices are capable of supporting HID, and in our SDK we have examples both for Mouse and Keyboard applications that use BLE. As for the IDE, if you don't have a preferred IDE already, I would suggest SEGGER Embedded Studio, which you get a license for included with the purchase of any of our products (like a DK for example), all the example projects in our SDK also supports SES, so it is a good starting point.

    Best regards,

    Simon

  • Sorry, I also forgot to ask something else that confuses me:  What's the relationship between Bluetooth 2,4,5, BLE and all these keyboards/mouse combos I can buy to use with my PC, Android/iOs devices?

    Do I need to worry if it's 5, BLE or whatever as long as it's HID?

    What I need is something that can be used to send keyboard/mouse codes to most devices.

    Thanks again,

    Cat

Reply
  • Sorry, I also forgot to ask something else that confuses me:  What's the relationship between Bluetooth 2,4,5, BLE and all these keyboards/mouse combos I can buy to use with my PC, Android/iOs devices?

    Do I need to worry if it's 5, BLE or whatever as long as it's HID?

    What I need is something that can be used to send keyboard/mouse codes to most devices.

    Thanks again,

    Cat

Children
No Data
Related