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

Using Gazell

I have been using NRF51822 for some time as BLE chip with services. For some debugging reasons I need a faster stream method... I looked at Gazell and found it simple to use in terms of implementation on NRF51822.

But how do I receive data on PC side ?

========================EDIT=========================

Let me get this clear. I have NRF51 USB Dongle, and a Custom NRF51 Board.

I have also this: cfile9.uf.tistory.com/.../27757E48544FA0100F49A5 and this: www.nordicsemi.com/.../nRF51822-Development-Kit

Theoretically, NRF51 USB Dongle and our custom board should work. I have flashed the Keyboard and Mouse emulator to our Custom Board. On NRF51 USB Dongle, flashed the Master Emulator firmware.

I expected that when I run nRF Master Control Panel application on PC, it should see the device but It didn't.

Then I suspected that, the HID Demo in the Master Emulator was suspected to work. HID Demo connects to Master emulator and the configure the nrf USB Dongle for HID Demo.

Then it is stuck in Searching or Scanning for Device .....

Please, let me know, if I'm approaching the setup correctly ? or what should I do ?

Related