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...
Hi,
The eddystone example enter to connectable mode by press a button, but our customer don't want to press button one by one, they hope the beacon can advertise eddystone...
Custom nRF52 device uses SPI interface for external flash, so in order to read/write to external flash would need a RAM loaded firmware to keep code in internal flash untouched...
Hello,
How can I have two or more temperature probes reporting using the ZCL library?
Imagine that I want to have a device that measures for instance two temperatures...
Hi,
I am trying to measure the current of a custom board using PPK board, My custom board takes 5 Volt input supply but PPK board has a 1.8-3.6 Volt external power supply...
I am trying to modify the nRF52840dk_nrf52840 spi_flash sample, ncs/zephyr/samples/drivers/spi_flash , to use dual QSPI.
Following is my device tree configuration:
I...
I am able to pair a peripheral device using advertising 16bit UUID to the Central Device(nRF52840-DK board).
Also I am able to read the Battery level service and Device...
Hi, I have successfully achieved the OTA DFU function on nRF52805. This is what I can see now:
Step 1) I can see the Nordic_Buttonless BLE signal. After connection, there...
When using the nordic power profiler for the nrf52840, it gives the "idle" current as 2.7uA. Presumably this is the deep sleep current, but it seems like this number doesnt...
I've been using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 for my development. I'm trying to switch to the nRF connect SDK. I'm having a hard time figuring out where to...
Hi everyone,
So Im trying to modify the event handler of the ATT_MTU example file to have it so that it logs every time a byte is sent / instead of KB but for some reason...
Config options for enabling SDHC card support are not working with nrf SDK V1.6.0. Unable to create the project using Segger IDE.
The same options are used with nrf SDK...
Hello,
We are switching our firmware from the old sdk into the NRFConnect zephyr sdk and I cant see any way to retrieve the channel of the advert when scanning. We need...
Hi everybody,
i've got an issue i want to discuss here. I'm building a webserver using the nRF9160DK with ethernet-shield from PHYTEC and an SD-card which holds the frontend...
Hello,
So I was exploring the nRF52840 DK as a Zigbee device when I found this page: Zigbee CLI wrapper .
This seems very promising, having a python CLI to interface with...