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'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi Everyone,
I just purchased an nRF52840 PDK and I am trying to program it via nRFgo. I erased the flash, selected the latest s140_nrf52840_5.0.0-3.alpha_softdevice.hex...
Hello,
My team and I are experiencing a problem with our custom DFU Bootloader, which is based on the Experimental Bootloader Secure Serial example (SDK 13), running in...
Hi,
My SDK version is 13.0 and my problem is when I run the examples\ble_peripheral\experimental_ble_app_buttonless_dfu project the 52DK seems ok but when I use the DFU in...
Hello:
I am setting up my nRF52840 development board to work with the S140 softdevice on Segger Embedded Studio; however, I am running into issues with the flash_placement...
Hello,
I've seen some conversations around the forum for applications that must share the same ID. My application must share SPIMO and TWIMO (ID 3, base addresss 0x40003000...
Hello,
I want to make beacon with my uuids. I am referring to code ble_app_beacon code from sdk 12.2.2
I have made changes according to my requirements in my code.
I am...
Hi, we downloaded the latest version of the sniffer 1.0.1 (today).
We tried that but we could not get it to work reliably?
The application sees the device, we select and...
I am using the nrf51822 with a latching circuit as shown controlled by P0.05 pin.
I am using the following code SDK 10.0 S110 softdevice to Power ON the circuit (PowerPin...
I've merged serial dfu with ble dfu project refering to this post .
I'm getting linker errors stating no space in execution region in .ANY sector...
What could be the...
Hi,
I have add beacon function to "light_control_server" project. I want to every server broadcast their unicast address.
Could do kindly teach me how to do this. It's...
I am working on a project with a nRF51822 on a custom PCB. The application is based on the ble_app_template-project from SDK 10.0.0 and I am using S110.
Now I want to measure...
I've just tried upgrading to 5.2.0 from 5.1.0. I simply downloaded the new SDK's zip file, extracted it next to the old one, and adjusted my makefile to reflect the new path...
Hello,
We are currently migrating (or trying to...) from IAR Arm Embedded to Eclipse/GCC.
I'm trying to compile our project using gcc and eclipse. I followed this tutorial...