Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
In the case that I used custom board, I used bootloader_secure to OTA; but after OTA, the program doesn't jump to the application, even app nrf connect notify Sent Successfully...
Dear Community;
I am running some current measurements on the NRF9160 DK. I am following the manual instructions:
1.-I am powering the NRF through external power supply...
Aim: transfer large data coming from UART to nRF52832 over BLE 5.0 as fast as possible. Want to use 921600 baud rate in the case given below.
Scenario:
SDK: 15.2.0 ...
I have created an out of tree board folder following the same pattern as the Nordic PCA10090 and that is working as expected. What I would like to do now is have 2 versions...
nrf52832 sdk16.0
my program initialize as below:
advertising_init(m_advertising_data_init_array,10);
adv_scan_start(erase_bonds);
scan and advertising is ok,but when...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Hi,
we would like to use a production ready open source RTOS with our nrf52840 development under Linux (with eclipse or visual studio code).
We have tried with mbed...
I am using nrfmesh android app. I have configured a mesh network. exported network. then reinstalled app and connect to network. then tried to read state of device, then get...
A mesh node contains multiple lights.
Assume a light contains 5 Elements (Main, Temperature, Hue, Saturation, Light LC). Each light has 30 model servers implemented.
When...
Hi,
I am trying to test ble_app_blinky app. I am using VS Code for the development IDE and while compiling the application using MAKE I am running into Cannot file Source...
We are seeing about 500 uA in sleep mode and we expect to see under 2 uA. We are using an nRF52810 on a BMD-330 module on SDK 16.0.0.
Here's the relevant code...
nrf_pwr_mgmt_run...
Hello all!
How can I get the current count of a timer without stopping it?
Right now I'm doing like this:
_timer_base->TASKS_CAPTURE[channel] = 1; uint32_t counter...
Hi,
I am no programmer, but I wanted to try the Wake-on-NFC example on the 52840 dongle (I soldered an NFC flex on pins P0.09 and P0.10). I have downloaded SES and nRF SDK...
I want to connect heart rate sensor and bike power sensor together. I config channel 0 for heart rate sensor,and channel 1 for bike power sensor. Ant work well when both sensors...
I've just tried to compile and run the stock lpcomp example on two different computers, targetting an off-the-shelf 52840 dev board. It compiles, and starts fine, but doesn...