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
...
Can I configure security parameters my own way?
I read some BLE profile but there are not explain about security configuration.
And I tested by using PCA10028, iPhone4s...
I am trying to setup an interrupt to fire whenever any of 6 GPIO pins change value using an nRF51822 with soft device. I found the example that uses GPIOTE to get an interrupt...
Hi. I'm using nRF51822AC, SDK12.2.0. S130 v2.0.1.
I just want to make DFU program. But I think it's a little bit confusing. So I want some explain.
Q1. What is the difference...
I'm wondering whether I'm missing something.
This is the callback called from finish_transfer in both nrf_drv_spi.c and nrf_drv_twi.c.
This parameter is useful because...
Hi,
I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.
I was first setting:
FLASH_START=0x1B000
SRAM_START=0x20001EB0
Then tried...
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi,
My code always throws "NRF_ERROR_INVALID_STATE" error and reset in nrf_drv_gpiote_in_init.
I tried many pins all of them are free and not used:
#define BUTTONS_NUMBER...
Hello,
is there a way to check for NRF_ERROR_BUSY before issuing a new command?
The idea would be to create a timer to retry issuing a/the command if the NRF is not...
Hi,
After following all instructions on: gnuarmeclipse.github.io/.../
And after installing all Nordic Semi dependencies on eclipse.
I import on eclipse the UART_Loopback...
Hello team,
I got a DEV KIT NRF52
And I'd like to get all my LOG : NRF_LOG_* ( NRF_LOG_INFO… ) From my USB interface Serial:
/dev/tty.usbmodem1421
I made sure...
i read devzone.nordicsemi.com/.../ that simple multiple saadc-s is not so easy.
I also looked at github.com/.../ble_app_uart__saadc_timer_driven__scan_mode to use multiple...
When I keep this function :
static void vMain_iInitDeviceManager_Exe(bool erase_bonds)
{
uint32_t err_code;
dm_init_param_t init_param = {.clear_persistent_data =...
Hi, everyone.
I've developed a custom board using nrf52832. I tested it and found that CPU core, GPIO and other peripherals work well, but BLE doesn't work at all.
I ran...
Hi,
Raspberry (SPI Master) -> NRF52832 (SPI Slave)
The code below execute event_handler of SPI with NRF_DRV_SPIS_XFER_DONE type. But RX buffer is empty. All bytes are...