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,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
For a project under development I used two NRF24L01 for testing and they work very well.
Now I would like to know if: is it possible to use one NRF24L01 as TX and several...
Hi, I am working on ble_app_template. I am trying to save a value in the flash memory of nRF52840. I am using the following 2 functions to write/read in flash memory but getting...
Hi everyone
I am using app_uart_put() method for sending data via UART. The problem is that when I send each byte I get each byte back to its event handler in APP_UART_DATA_READY...
I have a Thingy:91 connected to a Garmin LIDAR Lite v4 (built on the nRF52840) via four GPIO cables. The code running on the Garmin reads one GPIO pin to signal a measurement...
Hello, I just want to clarify a secondary takeaway from my post:
https://devzone.nordicsemi.com/f/nordic-q-a/60714/best-approach-to-store-nonvolatile-data
I would like...
Hello.
I'm invesigating this on behalf of a customer.
I bought a thingy91 and wonder if it is possible to stream live video stream?
I would like to mont a camera to...
Hello everyone,
I have a Python script on my PC sending data through serial port COM5. I want to know if it would be possible to read the data sent from the PC on the nRF9160DK...
My target is porting my host MCU (STM32) to update my NRF52832 code through the serial.
I test it on SDK14.2.0 and PCA10040 , the secure_dfu_serial example is working ,...
Hello,
I experimented with some different capacitor tuning values at C1/C2; the external 32MHz clock initializes just fine for C1=C2=10pF, C1=C2=12pF (nominal), and C1...
hi ,
im try to add some consumer keys and system keys to the project:
nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard
and my code of hids_init...
Hello! I'm trying to reach zigbee on nRF52840, and I'm trying to get a zigbee communication from light_bulb. The hex file on the sdk goes in well, and I want to add additional...
I just learn nrf52840-Dk
I can download hex and build for example light_switch mesh to nrf52840.
But light_switch project have too many C files.
Which one C file or...
Hello !!
My hardware is based on IOT application. I'm using nRF52833 SOC as end node and powered it through CR2032 coin cell. In system ON phase ( sleep mode) it is consuming...
We are having problem in decrypting the AES 128 CTR encrypted key. The key is encrypted using the example project provided in NRF5 SDK16 {aes_ctr}. The following is what is...