Hi Nordic team,
I'm using the nPM2100 PMIC in my design to power a microcontroller. The microcontroller sets the nPM2100 into Hibernate mode , and a vibration sensor connected...
Hello,
We are currently using the nrf52840 for development using Zephyr v3.7.99-ncs1 .
We want to use the UART in low power mode and therefore, we have used the zephyr...
My attempts to configure the Zephyr device tree to run littlefs on an external SD card have repeatedly resulted in what appears to be the creation of a small littlefs instance...
Greetings!
Briefly summarized: I am trying to generate SPDX files for our project, but I hit some roadblocks while running the west spdx command. I found a way to workaround...
Hello,
I'm trying to make the nrf5340-DK capable of connecting to BLE from multiple devices.
The program is based on: Bluetooth: Bluetooth: Peripheral UART .
I found...
Hi all,
I'm trying to use rtc0 with my custom board build with an nrf9151, but I got a secure fault. I've activated rtc in an overlay file
In my prj.conf
But...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
I am testing with SDK6.1 S110 7.1. I've noticed that when I try and update the Bootloader image using the Android MCP app, everything updates fine. I have logic in place that...
Hello fellow developers,
I am new to BLE applications and I am trying to do a very simple device with three buttons that informs a Android smartphone when one has been...
Hello all,
I have an ANT project which is running fine using S210 SoftDevice (SDK v8.1.0).
Now, I am trying to extend this project for BLE operation, by switching the...
I have my devices programmed in a way, that they decide whether to enable SD and transmit via BLE or to keep it disabled and start operating using Gazell.
In this case I...
So Segger recently asked me to update my Driver to V500j to be able to run my new J-Link programmers. However this update has completely bricked my Test Software which uses...
Hello,
I would like to ask you if anyone wrote Python script for connecting PCA100000 dongle to computer and using it without Master Control Panel. How this can be done...
I know this question was raised here a couple of years ago but it seems to me the API was changed since that time. If I set the timeout to 0 and use BLE_GAP_ADV_FLAG_LE_GENERAL_DISC_MODE...
As I understand the SPI HW driver documentation, it appears to be at least biased for using a single chip select (slave select in the API). I have an application where I have...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
I have the follow code in my application for a PCA10028 program from the nRF51 Development Kit (S110 v9.0):
int main(void)
{
int i = 0;
while(true)
{
SEGGER_RTT_printf...
what is the purpose of using the cccd with a characteristics? in between, for confirmation, server is the device that provide the data/attributes/characteristic value and...
Hi,
I am having trouble to use flash to store data.
First, I write function and scan beacon, get information from this beacon and save to flash
I use a timer for...
Hi,
I've installed toolchain for IAR nRF5x_MDK_8_0_3_IAR.msi and want to debug and run project called Radio_test_pca10028_nrf51422_xxac. Project compiles fine in IAR 7...