Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
I was trying to retrieve the log information from the Nordic to the AWS server. I can see all the log info with the Status as Error. I'm retrieving the logs from...
Dongle cannot enter reset mode, and led is not pulsing(no shine ) when I connect to PC, the device cannot detect it,too. Is their any problem on the firmware, the device cannot...
Hello there,
I am trying to find the datasheet from the device NRF31502 F but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Dear all. Now I am working on multi-peripherals to one central NUS communication project. The peripheral boards are based on nRF52840 and the central board is nRF52832 DK...
Hi Team,
We want to write our own MAC address on nRF52840 module. It's a production level MAC address i.e. it is fixed MAC address cannot be overwritten. What is the procedure...
Hello,
I am using SDK 14 & nRF52832 & peripheral role; I have setup a timeout in the order of several seconds, and during this time my device shall advertise but reject...
Hi,
I'm using nrf52840 and trying to define the pin mappings for my custom board. In order to do this I'm studying the board definition of pca10056 (pca10056.h).
In...
Hey all, I'm trying to run the node cli flash "imei" -f /path/to/firmware.hex command on the terminal. It prompts as ERROR flash <deviceId> failed!,
ERROR Error: No such...
Hi
I'm working with version v8.6.90 since the master version at this date have an Auth amplify issue.
The Fetch function on the map is buggy :
Here is the Chrome dev...
We are using nRF52 SDK 17.0.2 s132_nrf52_7.2.0_softdevice.hex in our application. When entering in DFU mode from application, we perform nrf_power_gpregret_set(BOOTLOADER_DFU_START...
I am willing to use nRF52832 chip in one of my project. But all the breakouts dont fit the size and I want to design my own PCB with i2C accelerometer. I only want to transmit...
Hi,
Corect me if I'm wrong, but the initiation of ble_gap_addr_t.addr_type in main.c in the HRS_C demo is not necessary, as the addr_type is calculated based on the address...
Hello Folks,
I am following below steps to add Zigbee FOTA to Zigbee: Light switch example.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_zigbee_configuring_libraries...
Another problem is that when I turn on I2S to read data, the while loop does nothing, and the broadcast can't be transmitted, just like I2S has occupied all the CPU, and other...
Hi Devzone,
I use original mqtt_simple example to test connecting with MQTT Broker.
I ran it on Ubuntu, SDK v1.5.99. When I press button to publish message, some errors...