I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
Hello,
I was given an existing code with a possible bug in it relating to RAM retention and I'm trying to make sense of what I'm seeing. I am using NRF52832 with SDK 17...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
I am trying to create a partition on mx25r64 using partition manager on my nrf52840dk. Below is my overlay file
Below is my prj.conf file
Below is my pm_static.yml file...
hello,
I have one problem to distinguish the following 2 functions :
ble_srv_is_notification_enabled and ble_srv_is_indication_enabled
in on_write function,
the two...
Hi Nordic
I saw the Dfu example.
BLE Secure DFU Bootloader and Buttonless DFU Template Application. I have two questions here. The boot loader and app distinguish a ram...
I'm getting a weird behaviour on my first NRF52 custom board. It's a BLE with HR, battery and a custom service. After programming I can test it properly with/without debugger...
Hi,
I am using SDK 14.0 on nRF52840 (DK), with sofdevice enabled and FreeRTOS port.
My question reagrds the "blocking mode" transfer - event handler was not provided...
I have four PCA10056 Development Boards and I downloaded the SDK for BLE Mesh. The examples, however, only work with the PCA10040 boards. I have tried redefining the board...
Hi all,
We are ready to have our product released and need to have it tested and certified for release in the following markets:
North America = FCC IC
Europe...
Hello,
I would like to configure the NRF51822 as a Peripheral to receive data from a smart phone, and then call a routine when the receive process has been terminated....
I'm using the nrf52832 and I need to stream audio from an SPI connected memory chip, to an I2S connected amplifier. Is there a way I can have the SPI device stream data directly...
Hello,
i have the following setup: nrf52 as peripheral, smartphone as central.
Peripheral's purpose is to be an interface between appliance and smartphone. It has no pairing...
Hello,
For more "simplicity" I have devised my own OTA update procedure. It relies on image information being embedded in a dedicated section (I have modified the linker...
Hello,
I have succesfuly used ble_app_hrs--longwrite examples provided in dev zone to receive >20bytes from NRF Connect with my pca10028 board. How can I send >20 bytes...
Hello
I am trying to build a project, the problem is that the project is not linking properly, it compiles for sure. During link process I have this errors:
C:\nrf52\workspace...
Some questions regarding offset calibration when doing single samples (or burst mode) from multiple input pins:
Can SAADC offset calibration be performed after SAADC...
I am developing a BLE peripheral application on nRF52832 and SDK 14.3.
I have been power profiling my application and quite happy with the results, except for when the...