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...
I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having...
Hello,
We are using the Serial port library with two UARTEs. It defines two instances of the serial port interface: one for receiving data, and one for sending data. After...
Subject pretty much explains the problem. One can just get power from a USB interface, but if I plug our nRF52840 into such an interface, it does not appear to boot into its...
I am trying to use serialization to connect an STM32F4 to an ISP1705. My goal is too connect to other BLE devices and read some measurements. I have tried a few of the examples...
I'm using an example project of the secure serial bootloader (pca10056_uart_debug) and changed some configuration for my custom board. I added RTT debugging and changed uart...
Hi,
One of our projects will use either a LFXO or the LFRC depending on the accuracy.
The product will be exposed to temperature differences ranging from approx. 0 ...
Hello!
I handle mpu6050 sensor in SDK v14. Output of sensor values was successful. And I'm going to use this value to get the angle of the sensor.
The code below is to...
I am using NRF Connect 3.5.0 to program PCA10059 but receive the following error on some dongles when using JLINK programmer
Error while probing devices: Error occured when...
Hi there,
I purchased the nRF52 DK, and I am going to study how to use basic tools.
However, there is a problem with recognition between the computer and the nRF52...
Hello! When I start the s132 device, it freezes from time to time. In debug mode, it does not exit the saadc_init () function;
I connected "hardfault.h" and "hardfault_genhf...
Hi,
I am using nRF52832 , and sdk 15.2 version. I am trying the start the advertisement using timer , once it is connected it should send the data , and should disconnect...
Hello, I am a student who started studying zigbee with nRF52840. I want to study zigbee samples (light bulb, switch, coordinator) in nrf5 sdk. First of all, I checked that...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course Now I am adding the second characteristic...
I noticed that the NRF52840 MCU offers an 2K icache that looks great and we are kind hoping to be able to take advantage for some of the algorithm we are running. But looking...