Hi,
1.How should nRF21540 be added to the nRF52840 DK ncp example? Please provide the lines of code that need to be modified. 2. How should the uart interface be modified...
Greetings,
we developed a custom board with a NRF9160 last year to be used with NB-IoT (LTE-M as Fallback) to communicate over HTTPS with our Servers. Now this worked quite...
We are trying to increase the TX output power on the nRF5340 when using Enhanced ShockBurst (ESB) . According to the product specification, the nRF5340 supports +3 dBm TX...
Hi,
does the Azure functionality in the nrf connect SDK support the SAS authentication? I need to connect only with the SAS key, and as far as I can see, that's not possible...
Dear Nordic team,
We are currently preparing for Wi-Fi, BLE, and LTE compliance testing scheduled for next Tuesday, and are encountering a blocking issue with the Radio...
Hi everyone,
I'm new to both nRF Connect SDK and Zephyr RTOS , and I’m trying to modify the official LittleFS FileSystem Sample to mount an external SPI flash as the storage...
nRF52832 custom board + NCS 3.0.1
We are using the Zephyr driver for LIS2DH sensor in "any motion" detection mode, which triggers an interrupt when acceleration exceeds...
Hi guys,
I would like to know how to use the softdevice to enable an interrupt when I receive an advertisement packet. Right now I know we have to use
softdevice_ble_evt_handler_set...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Good morning,
Is it planned to raise a new version of this application note but based on the new version of the SoftDevice? If yes, when is it expected?
Best regards...
Where could I find the software for the Connectivity chip(ATSAM 3U2C) that enable the mbed connection?
If I flash the EK board with this software, could I use EK(evaluation...
Prior question: nrf51422-soft-device-options
As a follow up to my previous question, has Nordic developed a stable boot loader to use with the S110 soft device and the...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi guys,
I can get a rand number use the API:err_code = sd_rand_application_vector_get(buf, bytes_available); but the question is that How can I get a rand number just...
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
I have a strange problem with pstorage function with nrf51822 with s110 v6.
I need to use nrf_delay ( about 1 second long ) after store and before read.
This is the source...
Hi,
I am using softdevice 6.0.0 and ble_app_hrs example in keil on a custom nRF51822 board. Compilation goes fine but when I try to debug I notice that the firmware seems...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Hi
I am using S110 v6.0.0
I have written an app that has a single service and I then register the same characteristics until it fails. The properties is 0xA (read/write...
Hi,
The nRFgo Studio v1.16.1 will up side down the contents of old profile XML that created by v1.16.0 or v1.15.x.
And use the new generated services.c and services...