Hello and thank you for your help
I am working with the 9151 Rev3 and I attempted to update the IMEI with a valid one provided to us by Nordic
But the following error...
I am working with the DWM3001CDK board for Ultrawide band, but would like to use one of the free LEDs on (P0.14, P0.22, P0.05, or P0.04) as a way to show that the 3 AAs powering...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
I noticed that the product information of the nRF54L15 series kit supports 4Mbps, but I'm unsure how to verify it. Are there any relevant examples available? I have currently...
Dear Nordic Support Team,
I am experiencing difficulties flashing firmware to my nRF52832 development board using VSCode with west flash , followed by J-Link...
Hi Nordic team,
We're experiencing two issues related to partition handling in Zephyr/NCS and are looking for your guidance
Issue 1: settings_storage is erased after BLE...
Hi everyone,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
I need to develop a repetitive task with 10 Hz frequency...
Hi
I am trying to use the serial bootloader to upgrade nrf52 application, but I get verification failure.
I am using nrf52832 with SDK 13.0.0 & S132 SoftDevice v4.0...
Hi,
(1) I look for some methods that suggests is application flag to record. but I set this ble_adv_on_disconnect_disabled = false;. How do I check ble state when disconnect...
Hi
I'm trying to write data to flash and access it via declared const variable.
I can't use UICR because we are on NRF51 and this does not allow to change data in UICR...
Hi All,
I have this problem with using the ESB + Timeslot example from Github .
The interval of the ESB TX Transmit is depended on the advertisement interval I configure...
I am looking into registering product with Bluetooth SIG, and was reviewing this document:
www.bluetooth.com/.../qualification-listing-fees
There I found the item "16...
Hello,
I have an issue with a nRF51822 TWI. I am using the "TWI sensor example application" as a base code.
The TWI module seems to powered, enabled and ready to communicate...
Hi,
I am looking for an illustration of the radiation pattern from the nRF52-DK PCB antenna.
A similar question was asked previously but in this case I am hoping to...
I'm having trouble with the USBD stack, and I've narrowed down my problem (at least one of my problems) to disabling the logging.
For example, simply disabling logging...
PDM Initialization normal,I enable PDM and start PDM sampl,I find not jump to NRF_PDM_EVENT_END irq,This is when the link is broken.I suspect not get data in RAM,can you gave...
I am working now already a few days on porting my old project from uvision4 (and old softdevice) to the new uvision5 and new softdevice (SDK12). after some strugle I can now...
I have a complex application utilizing ble and ANT on the nRF52832. Slave channels receive fine but a master broadcast channel I have setup does not appear to transmit (as...
Hello all,
My use of the nrf_drv_saadc causes failures due to incompatible (driver) state, and seeing that other people are having various issues with it, before spending...
Hi there,
first off I'm impressed with the Zephyr project and with Nordic's support of it!
I'd like to understand if there are any gotchas for using Zephyr in a qualified...
I'm working in creating BLE NUS network using 3 NRF51822 FAB, one board has a role as central and 2 other as peripheral. Now I'm able to send string (via BLE NUS) from central...