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,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hello,
I tried to use use pc-ble-driver for Ublox NINA B3 EVK which has nRF524840 .
It failed with following error:
./heart_rate_monitor_v6 /dev/ttyACM0 Serial port...
Hi everyone,
I am using "nRF5 SDK for Thread and Zigbee 2.0.0" in my project , that includes the libraries of OpenThread (commit 704511c96e0d093139e4b80ef0739ed2d701afb1...
Hi there, currently I'am designing a circuit for nRF9160 inspired by Thingy:91. About Thingy's antenna tuning (Thingy:91 User Guide page 16+17) I have some basic noob questions...
hi guys,
I was just getting started with Nordic nRF52832, I want to find buffer containing bluetooth scanning data (Beacon) to process but see the examples but can't see...
Hi there,
I added the GPIOTE driver for the project ble_app_blinky_c under the SDK13, where if I enable GPIOTE my current consumption in sleep mode jumps from 3uA to 5mA...
Hi,
I am writing C/C++ programs running on open-embedded boards to talk through pc-ble-driver (v4.1.1) to bond (Security mode 1 level 4) with PCA10040 or PCA10056.
I found...
Hi,
Iam using the nRF52840 DK to make this as a bluetooth LE controller. By following this link https://infocenter.nordicsemi.com/topic/nwp_029/WP/nwp_029/building.html...
Hello -
We are using the nRF52840-DK with the 15.3.0 SDK on FreeRTOS. Our application is configured for tickless idle and based on the ble_app_hrs_freertos example. I...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
I have few queries on “LE Coded PHY”, 2Mbps...
Hi,
I have a custom board with nrf52832 mcu and I use FreeRTOS with SDK 16.
I tried the logging feature with NRF_LOG_XX() functions, but only the first few lines showed...
Hi,
I am studying Thread with MQTT-SN examples, and I got some trouble with the disconnection of the publisher.
Here is my configurations:
SDK: nRF5_SDK_for_Thread_and_Zigbee_v3...
Dear all,
Is it possible to:
1. Make a ble central which is just recieving advertising data , but not visible by sniffers and etc.
2. We want o use the nrf52 for a id...
I am trying perform DFU over BLE and get the following result:
nrfutil dfu ble -a cd5dfbcefa30 -snr 682937446 -pkg flash.zip -ic NRF52 Traceback (most recent call last)...
Hi there
I have a question about the newly added errata No. 220 of nRF52832 Rev 1 Erratasheet v2.1.
We don't use the WFE instruction but call sd_app_evt_wait(). Does the...