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

Hm10 ble chip communication with nrf52832 dk

Hello Nordic support team

I want to send command from hm10 ble chip to Nrf52832 dk board.So before I start to implement this I want to know that HM10 ble chip can communicate with nrf52832 dk board.and if yes how can I do this.

Please help me for this.

Thanks.

  • The whole point of standards like BLE is that any device which conforms to the standard can communicate with any other device which also conforms to the standard.

    So, if this "HM10" is a BLE device, then it will be able to communicate with an nRF52832.

    how can I do this

    I would suggest that your first step is to get familiar with the Nordic SDK - study the documentation, and try out some of the examples.

    www.nordicsemi.com/.../product_development

    If you're not already familiar with the basic principles of BLE, you'll also need to read-up on that.

    Once you've gained sufficient familiarity with the nRF53823, then you can start to think about how you will get it to communicate with this "HM10" 

    First you will have to decide if you want the nRF52832 to be the Central, or the Peripheral.

Related