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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello, I started to delvelop an program from mqtt simple, now that I almost finished I saw that mqtt is refusing to connect to my broker, I deleted all my code I wrote and...
hi ,,, nrf52832 , at first for bonding i will connect my device manually by scanning and after passing the data to flash , i will disconnect . in program i have set the timer...
I'm writing test code to verify the softdevice operation according to the spec.
The goes like this:
The central sends the feature exchange command, when the feature exchange...
Hello,
I have been experiencing corruption using a similar implementation to the USBD_MSC example. Even after the various SDK fixes suggested to the same problem outlined...
Hi Øyvind
I can't programing the target board.can you tell me On the "debugger" nrf9160DK ,What do I need to set?
I followed the Settings below:
On the "debugger" nrf9160DK...
Hi,
I am trying to setup a ble sniffer to make sure another one of my devices is sending the correct data to the central. But the nRF sniffer does not seem to be picking...
We are using a custom board with an nRf9160, and have tested it with several sim cards. The board has been tested with a spectrum analyzer and it is able to transmit RF, however...
I'm having trouble with PDM on SDK15.2 with nRF52840.
The raw data buffers are only half full. The last half are zero's, therefore recorded voice has a robotic sound to...
Hi!
I am trying to use my own repo like described in the tutorial https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect...
I want make connection secure between mobile app and thingy52. What are the types for secure connection. Currently anyone can connect thingy without any permission.
I have setup zephyr development in an ubuntu 18.04 virtual machine. everything is working fine. but can't see the vcp. i disabled and enabled it in the jlink configurator...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...