Hello, I hope you are well.
I created a new driver for an i2c accelerometer with 2 gpio interrupts, but it does not build properly. When calling `static const struct device...
Hello everyone,
I'm working in a ble project that use uart interface. When I sent string data in nrf connect app, the uart_event_handle is not called.
I started my project...
Hello, I am working with a nRF54L15 and using a TF-M build (cpuapp_ns). SDK and toolchain are currently v3.0.2. NRF_SECURTY is enabled (by default) and here's the relevant...
Hi,
I’m working on a Matter application using the nRF Connect SDK v2.9.2 . I’ve added the AirQuality cluster into my device with sub-sensors: CO₂, PM1, PM10, TVOC, and Temperature...
nrf5340DK
NCS 3.0.0
if I use sample zephyr/samples/boards/nordic/system_off it works fine and i can wake from sw0 press. but if i move the sys_poweroff() call int a...
Hi Team,
Recently we did a network related testing for our CL5G modem (nrf9160) and observed a problem, in this test we used a nmap tool, this tool will search for open...
Steps to reproduce the problem
Create a new application based on the Matter Light Switch example of the SDK 3.0.2
In prj.conf set CONFIG_CHIP_FACTORY_DATA_BUILD=n
...
I've completed the Custom service tutorial, and I wanted to port the system to use the SDK10 with the pack installer. I've run into an issue though.
The code runs fine...
Are the GPIO pins in disconnected state during the startup until they are configured by the Firmware?
If not what is the state of the GPIO pins during startup?
Hello.
I have problems uploading with DFU OTA any application. For this case, I am using "dual_bank_ble_s310" example.
First of all, I put this memory's configuration...
Hi,
I am using nrf51822 CDAB version chip which has 128kb of flash memory, my code is built on ble_hrs
I am trying to save my app_trace logs i.e., redirecting my printf...
Hi,
I'm using pca10040 board. For my requirement i'm using FreeRTOS. While creating task we need to set stack size for each task.
For that i created only one task with...
Hello,
i would like to scan for a custom UUID Ventor. And when the BLE Central found this BLE Client.
I will Change one Output pin from low to high.
I start with the...
hi,
after connecting to peripheral device. app_timer_cnt_get() function always gives 0. why it is so. i am not able to understand it.
can anyone help me to get the current...
Hi all,
Can I do something like this:
The SPI master sets CSN line low.
The SPI master sends multiple packets. And the total number of bytes exceeds the...
I want to transfer data collected in my nrf52DK to nRF51 dongle at regular intervals. Right now I can use master control panel in PC to receive the data. Is there any way...
I am using the bootloader from github here to upload DFU over-the-air using an android phone. It works fine for bootloader and application uploads. But if I upload the softdevice...
I'm looking for a radio module for a harsh environment (steelworks furnace)
The module has to work at high temperature 80°C and must transmit 16bytes every second at a distance...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Recently I'm testing SYSTEMOFF mode.
Unfortunatly My board is not operate now.
KEIL can't connect PCA10028 baord any more.
Here...
i use a ppi channel 0 to connect timer2 and adc,when timer2 compare event happen,the adc task start begin.then,in the adc interrupt handler,i read the adc result into the...
It seems that many people use GCC toolchain (with "high" setup effort) for utilizing SDK in C++ development.
It should however be possible also on Keil with less setup effort...