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...
Hello,
I'm aiming for flashing the nrf52832 via SWD via my own SWD implementation.
I'm good so far with the init phase, reading IDCODE writing registers. Long stort short...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I modified ble_app_blinky with below...
I am getting ecg data from max30003 IC which i want to send via BLE to and application. I have the Ble code working on its own and the SPI code to get ecg data working on...
Hi,
I am working on nRF52840 (dongle) using nRF Connect for desktop on windows 7.
I was able to write the "peripheral/blinky" example and was able to see the output...
I am willing to use the uart or uarte driver to be able to have to buffers for the Rx, I have a huge flow of data at high sped arriving to the UART, I have read for few days...
My goal is that disabling the interrupts other than soft device interrupt.
I think that this is achieved by d isabling interrupts below a certain level (in this case, 2...
Hello,
I am using NRF52840 with SDK 16. In my project I need to restart the chip after a successful pairing but I can't find any event that can make me sure about pairing...
Hi,
On zephyr, I am using the cryptocell as my backend to do the following operation:
mbedtls_entropy_context entropy; mbedtls_entropy_init( &entropy );
My memory...
Hello All,
I used the sample Serial LTE modem code and downloaded it to nrf9160. Can some please help me with a sample AT commands to send to tcp/udp server and how should...
Tsu_dat (300ns min) and Thd_dat(500ns min) are more stringent than NXP I2C spec .(Fast mode)
Since most IC vendors design their I2C bus with NXP I2C spec, they are not meeting...
Greetings,
The only examples I can seem to locate of using the Coexistence Interface on nRF9160 is with the internal GPS but the documentation states that "COEX0: Input...
hi... i want to store data in flash , i will get the data periodically . Even i am writing data to flash using write command ,when i am trying to print the data which is stored...