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...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
I have taken your advice to use the nRF51822 for my current design commission, but a number of downloadable files are locked. How can I get access to them?
Hi
I have a module of nrf 8001 and i am successfully communicating with nrf 8001 low energy bluetooth chip. I want to know is there any security feature defined in the...
Hi,
I'm trying to reduce as much as I can the BLE current consumption in advertise mode and unfortunately I can't go under 1.6 mA.
Can you please tell me what are the exact...
They're there for the nrf6310 board but not pca10000 or pca10001. Reasonably easy to recreate, but kind of wish I didn't have to! Also there is a warning about a typedef that...
Hello,
Is there anyone who has any example code for using L2CAP transfers instead of services? Something where the use of sd_ble_l2cap_tx() and the rx callback are used...
I'm having an issue with maintaining a stable connection with the master control panel on an android device. Using the PCA10000 I am able to get a stable connection with a...
I am writing a "about" page that will execute on the nRF51
I can include my compiler's version information using predefined preprocessor macros
I would like to include...
Dear nordic engineer:
I am working on a new project with nrf51822.now I face some issues as below:
open lightbule scanning for peripherals(see attachment).in scanning...
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...