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'm a beginer with Nordic Semi tools, I use windows 10 on a laptop HP-15DW1023NF.
I received last week a nrf5340DK (PCA10095 0.11.0 2020.51 960132679) and I installed...
Dear Devzone community,
we would create a mesh network, provisioning and control it from linux. Which is the best way to do it?
We are using nRF Connect SDK, all the examples...
Hi, I'm trying to add an Icarus Board to Nrf Cloud. I have the IMEI number of Icarus Board but I don't know how to find HWID/PIN number.
I also saw this ticket https://devzone...
1. Peripheral characteristic
2. Central -- nrf52832 write to characteristic :
3. Central -- nRF Connect for Mobile write to characteristic
4. Peripheral ble...
Dear community,
I would like to retrieve all publish address using this command :
ERROR_CHECK(access_model_publish_address_get(m_dev_handles.m_generic_client_instance...
Hello Nordic Team,
We need to start RF performance tests using CMW500. we have access to UART pins of nRF52840 in our DUT which can be used to connect UART-USB adapter to...
Hello Nordic, I am using
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
Can I transfer 8208 bytes on I2C with nrf52832 with EasyDMA, ignoring the MAXCNT...
Hi,
I try to understand the power consumption of the UDP example for NRF9160 with PSM.
I'm using the default configuration: RAT="00000000", RPTAU="00100001", no eDRX,...
Hi all,
I am trying to interface a BLE mikrobus module onto a Yocto based Linux SBC. I need to use Zephyr's hci_uart example to flash it onto the module, the mikrobus...
Hi Dev Team,
I am running a program that takes in sensor data at 10 min intervals and publishes it to my server through MQTT at 1hr intervals.
I have different threads...
Hi, I am using Zephyr BLE stack to check the HCI testing og the nrf52840_pca10056 module. I am useing Windows Subsystem for Linux for Ubuntu toolchain. While using the make...
Hi,
I am planning to buy a nrf9160-DK to build a BLE LTE-M gateway. I would like to ask if the gateway is able to communicate with a private MQTT broker/server instead of...
my project is freertos+nrf52832 based the templete in SDK; A sensor pin is connect to P0.17, and I configure it low to high level trigger interrupt.In the handler I will call...