hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
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...
Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...
Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
I have recently started understanding nRF52840 using SDK v17 and soft device S140 v6.0. I'm using Keil as my dev environment.
Opening any of the SDK example in Keil, when...
Hi,
I am trying to integrate ble based bootloader into my existing system running on nrf52840. I am using SDK 16 v7.0.1 with sd140. To test the process, I have added the...
Hi, I am working on the ble_app_template project. 1-How can I enable simple pairing without NFC? 2-Also how can I set pairing code? 3-Is the write way to secure characteristics...
Hi, I am developing the project where to read the sensor data and send the values to the mobile application as User Interface. I have built the Board with nRF52832 and using...
The size of the FIFO is sufficient. The value is extracted from the FIFO after being received by the UART. Repeat UART reception.
APP_UART_FIFO_ERROR occurs in the above...
Hi everyone,
I'm using SDK 15.0.0 S132v6.0 and looking for a way to get an event when the advertising times out. I discovered the softdevice_ble_evt_handler_set() in this...
Hi,
I am developing a device based on the PCA10059 board, SDK v15.3.0, and softdevice v6.1.1, and I want to imply that I am using the FDS module with 20 pages in my firmware...
Even after I get a license for the Nordic stuff, SES won't show an installed activation:
The license "installs" fine though:
And I do have the "Nordic" version...
Hello,
When I try and use nRF connect Programmer to update the modem firmware via USB it fails each time in the second step (Modem Firmware Update) with the error message...
Hello Nordic,
I'm working with NRF52840 (with SDK 16 and softdevice s140 7.0.1) in my project, which acts as a central, and an IOS phone as a peripheral. I have a read/write...
I have an nrf52833 wired up to 25 switches and detect changes via the pin SENSE configuration triggering the GPIOTE PORT interrupt. My interrupt handler: 1. reads the pin...
Due to whitelist limitation of 8 peers, I am doing manual filtering of bonded devices. I am trying to use pm_address_resolve function to figure out whether I have previously...
I am using nrf52840 DK and communicate with Raspberry Pi 3 through UART port. The Raspberry Pi is used as a gateway. The baud rate is set at 115200 default on both nrf52840...
Hi, I am trying to integrate ADC in my project( ble_app_template ) but getting garbage data. I have nothing connected with pin P0.4(NRF_SAADC_INPUT_AIN1) . (Means not applied...
I am budding Embedded Engineer, currently, I would like to learn how to program nrf52dk. While I am exploring info center, Peripheral examples I have noticed that most of...