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,
Is it possible to read the received byte if the parity error occurs? Because I want to receive 9-bit data on UART and get the 9-th bit based of error?
Dear
I am trying to locate the data area of application code from device (nRF52840).
From here , it show me the bootloader will locate at from 0x000 F 8000 – 0x000F E000...
I've been writing a vendor model for Bluetooth mesh based on the light lightness model in the SDK. I'm extending the generic level model into my model - a window openess level...
Hello -
I am trying to set up the nRF9160 DK kit. I successfully updated the firmware and entered the ICCID, PUK, IMEI, and HWID values. When registering for nRF Cloud,...
Howdy,
I'm trying to get Zypher up and running with the Particle Argon board using the nRF52840 chipset. The goal is to get both Bluetooth and UART working, but for now...
Hi all,
We are using nrf52 DK (both pca10040 and 10056) to develop a multi-channel ADC sampling module running Mynewt.
The example ADC code with Mynewt is a single-channel...
Hi All,
I am in the process of fabricating my own PCB for the first time using nRF52840 chip.
The design will be somewhat similar to the nRF52840 Dongle design with slight...
Hi All,
I am trying to simulate the nRF52840 Dongle Antenna given in the hardware files using CST studio. I am using the following substrate and trace width which was in...
Hi All,
I am trying to write a driver for the Grove-LCD RGB Back-light V4.0 using nRF52840 DK. However, it doesn't work. I am trying to figure it out why.
The description...
Hello, I'm a beginner who just entered Nordic.
It may be difficult to read because I am not good at English. Please excuse me.
I use NRF52DK and SDK v17, and I'm developing...
Hi guys. I'm currently stumped by a most peculiar issue.
Im using two PCA10040 boards (20 cm apart) to send a data stream via the GZLL protocol: DEVICE button pressed -...
Hi,
We are talking with a Bluetooth certification provider regarding our product, and need QDID's for Host and Controller.
The nRF52x is running Zephyr and the Host is...
We are currently developing an application for nRF5340 using the nRF Connect SDK which requires bluetooth mesh + iBeacon coexistence. Are there any resources/examples available...
Hello,
Can broadcasting be set to unconnectable mode to reduce power consumption? I tried to set the broadcast to p_advertising->adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
Dear community
In an attempt to implement an LTE TCP client, I'm stuck at the problem, that `recv()` doesn't return after the server has closed the connection.
My test...