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 all, I am checking the Uart central and peripheral projects, also the one with usbd and I have one question that may be obvious for you. How do you select the peripheral...
Hello,
I am using nrf52840 and SDK 16.0.0
I am doing some work with the calendar example and got some questions.
Q1.
Inside the main function in main.c file there...
Hi, Is it possible to go from slow advertising to fast advertising with a button press? I did this but it didn't work:
P.S. I slightly modified names and operation of my...
Dear,
We just start to development our project. I use the Segger + nrf5_SDK_for_Mesh_v4.0.0.
I open the light switch sample project from "nrf5_SDK_for_Mesh_v4.0.0" by...
HI,
I am working on the interface between the nrf52832 and the MPU9250 IMU.
I have communication working fine with using nrfx_twi, but I have the following error when...
Hi,
I'm writting a simple test code that uses the aplication timer library (app_timer) to wake up from SystemON Idle mode to SystemOn mode every 1 minute. The idea is to...
Hi All,
I wan't to have logging via segger RTT from enabled modules in the MESH SDK.
Tried several config options in sdk_config.h, but without luck.
I made a diff of...
I'm using the app_timer library to create one shot timer. I'm calling the app_timer_start() to the same timer repeatedly in the gpiote handler. I had thought that this would...
Hi ... i want central to connect to the two different peripheral mac address , i am using ble_app_uart_c example version 15.2 .. using scan_filter_address i can abe to connect...
We are using the soft device (s140) in SDK version 16, our device is configured as a peripheral.
I have a program that connects to and then immediately disconnects from...
To the kind attention of Nordic support team,
using these commands, like in https://devzone.nordicsemi.com/f/nordic-q-a/58365/doing-dfu-ble-as-a-pca10059-dongle ,
I flashed...
To the kind attention of Nordic support team,
I'm using a command like this: nrfutil dfu usb-serial -pkg x.zip -p COMx.
I use it to program a default PCA10056 DK board...
I have system on sleep mode implemented which is still drawing 8mA of current i would like to take it down to 1mA or less what i need to do to get it that low?
I have two...
Hi, I'm currently trying to build a provisioner using pyaci and an nrf52 DK: pyaci provisioner
but I end up with these errors every time:
I tried on windows 10, ubuntu...