Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
Hi all,
What exactly mean "DCDC converter operation controlled by the SoftDevice may interfere with radio function"? Are there increasing of causeless disconnections or...
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...