Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...
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...