Hi,
When I use NCS V2.5.0 (board:nRF 52840),I want to set the Non-Connectable and Scannable Extended Advertising.My code as follows.I use the APP nRF Connect for moblie...
Hi Nordic team.
I'm finding a way to update the factory data over-the-air. Specifically, I want to update the Matter Certification information (PAI, DAC, ...) over-the-air...
Hi,
In Core Specification v5.4, there is support for Non-Connectable and Non-Scannable Extended Advertising (ADV_EXT_IND) without AUX packets. However, when using Nordic...
When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both...
we have a custom board with nRF9160, when using GNSS we configured it to periodic mode with 120 second interval, most time it works fine but every once in a while (like every...
Since I need zephyr version 4.0 or newer, I tried updating my project to the nRF Connect SDK v3.0.0 as well as the toolchain. I know that they are not fully released yet....
Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown...
Hi there,
I'm working on a BLE project using the nRF52832 and am having trouble implementing flash storage. I'm using SDK 132 v6.1.1, and the flash storage library to save...
I am implementing the Device Information Service, and want to include the bootloader version as "Firmware revision" in DIS and the application version as "Software revision...
I am new to nordic ble chips.
I am using nrf52832 ble chip, s132_nrf52_3.0.0_softdevice
I am trying to update firmware on the air. But I am getting an error that I do not...
Hey,
Up until now I have only been dealing with software. Now however, I want to create a device that I can use to track my bike by GPS and heading. In the future, I want...
Hi
I am having a problem now(maybe a bug).I refer to nest_state.c and access.c build my user_flash.
But some time,when I reset device,write data to flah will be fail....
Hi,
I'm using the nrf52840 with sdk v15.3 and I'm trying to list of the characteristics of a specific service that has a 128 bit uuid running on a peripheral. However, even...
Hello,
I would like to be clear on the pros/cons of registering a new SIG-adopted UUID versus a vendor-specific UUID. We are a small developer and the cost of registering...
Hello,
I have two differents sensors on one SPI port and I don't really know how to be able to use both. Of course all are connected in the same MISO/MOSI/SCK but there...
Hello,
We currently have several devices out in the field as test units, installed at beta sites. The new modem firmware v1.1 has several features/fixes that we want to...
Hi, we are working on custom board using nRF52811 SOC, I have some confusion
1. regarding the antenna design, I copied the Antenna from Dev board, but it is designed for...
Hello,
There's an interest on the LTE-MTC module.
I can see it's based on nRF9160.
I'd like to inquire about the MTC technology please, does this module support CATM2...
Hi,
I'm using a buffer size of 64 bytes using function
nrf_drv_uart_rx(&app_uart_inst, rx_buffer, 64);
When I receive only one byte packet from the remote, I get EVENT_RXDRDY...
i want to use pwm of rnf52810.but i don't know how to recognize what pins is pwm.
what pins in 52810 i can use wire to connect and then use it's pwm function?
or i can...
Hello, I try to import big project from Keil to SES. The main idea is to move to better IDE and use the same compiler ARMCC provided by Keil (license is present).
I have...
I am trying to using ceedling with FFF to create mocks of some of the NRFX HAL files. However, when I run ceedling I get some very weird errors. I've taken the `test/include...