Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I can't build in eclipse
see screen here
www.dropbox.com/.../Screenshot 2014-03-29 13.33.58.png
My include is setup without problem,
if I did not using retarget.c...
I am trying to setup the hrs sample with gcc (4.8.3) and Eclipse Kepler but althoug it compiles fine the editor is complaining about:
Symbol 'softdevice_evt_schedule' could...
I follow devzone.nordicsemi.com/.../can-nordic-please-document-how-to-debug-code-on-their-processors
and add retarget.c and
retarget_init();
printf("Start...\r\n");
to...
I am running 5.2 sdk's UART under experimenta\ble_app_uart,
I assume it works with www.nordicsemi.com/.../nRF-UART-2.0-for-Android-4.3
when Android app sends data to device...
Why does this simple float arithmetic cause my GDB client to hang and my GDB server to say "GDB closed TCP/IP connection"? I'm sure I've got other float operations working...
Hi,
I know the flash operation, including earse and write, should be excuted when the radio is inactive.
So, I put the flash earse and write operation into the function...
Hello,
I have Nordic nrf51822 evaluation kit. Can you tell me how can I send 'Hello, Wake up' message from Nordic nrf51822 evaluation kit (pca10001) to nrf usb dongle kit...
Im getting the following error ,when I try to compile the example ble_HID_template from the latest Arduino Nordic Release:
ble_HID_template.ino: In function 'void aci_loop...
-- When a ble peripheral starts advertising and then receives a BLE_GAP_EVT_CONNECTED event, the stack stops advertising automatically right?
-- When you get BLE_GAP_EVT_CONNECTED...
Hi
I have successfully created services and characteristic from nRFGO Studio and they are advertising well even receiving and transmitting is going well. Now my problem...
Hello,
i ported example of mouse by HID for nRF51822 to nRF51422. The device is detected as mouse by Bluetooth in Windows 7 but I cannot to connect it. Any ideas whats wrong...
Hi,
I'm wanting to develop some solutions around the NRF518222 IC. I want to try out the various modes etc, bluetooth and ANT as well as trying to get some longer range...
I try the throughput in S310,
I refer the "nrf51-ble-app-lbs" to make our code(interval is 20ms),
and test with Master Control Panel.
it seen only have 1.7KBps.
Could...