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...
I am using RedBearLab Blend v1.0. I ran the HID_template and HID_keyboard_template. I can see the device in Win10 advertised as joystick and keyboard. Then I tried to modified...
Hello , i am going to use nrf51822 development kit ,but i am totally new for using it, i want to know that if i have development board and i want to see result but i dnt have...
Hello,
I need a little help regarding IoT-SDK 0.8.0 on nRF51.
In the MQTT-Example connection to the broker is established only when I press the button (callback), but...
Hi all,
I am facing issues when initializing and enabling the Softdevice after using the nrf_nvmc driver to erase and write flash pages. The project shall have the ability...
I am working with a MacBook Pro (El capitan) and the nRF51822 beacon and I need to measure the RSSI. I understand that the app nRF connect can do it, but the antenna on my...
Scenario is as follows:
NRF52 (SDK12.1, SD3.0) works in central and peripheral mode.
What happens is that on start we create a single shot timer with 4.2second to wait...
I write a function, It can read ok without BLE starting.
When I start the BLE , the function can not run.
So I think that , if I can use some function to stop the stop the...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
It works well.
printf ("UART Start!") in main.c works well. "UART Start" string cames out on putty...
Hello everybody,
I have a problem when I try initialize the ANCS service. The method ble_ancs_c_init(); from ble_ancs_c.h return the error NRF_ERROR_NO_MEM.
My configuration...
I flashed the nRF52 DK with the mbed bootloader developer.mbed.org/.../ but I'm having issues with the board. When I drag and drop the file which is a very basic blink program...
Hi,
I was trying to integrate a more simple version of the buttonless dfu example on my application. My first step was to get rid of the peer_manager and also the flash...
What is the use of of PCA10040 chip in NRF52 Development Kit(NRF52832 chipset). ?
Do I need a programmer to program NRF523832 in the DK, Can I just program it through USB...
Hello,
I asked a question after this old one : old one and I read other posts on the subject.
I wonder whether explained constraints may have changed or not since I am...
Hello,
I'am trying to do directed advertisement with NRF51822 (Smart Beacon Kit pca20006). I don't have any previous connection with peer, its address is hard-coded. The...
Hello:
I am writing a BLE profile involving several characteristics. One of the characteristics is an operation code (read/write) tunnel.
Each time a BLE central device...