Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I am currently working on a Direction Finding project, but I am facing an issue in prj.conf .
I use an nRF52811 custom board for Direction Finding. In the board selection...
Hi,
EDITED: This appears to NOT be related to any open circuit, the SAME behavior comes even with abrupt changes to the current scale, without any interruptions. Additional...
Hi, I'm trying to install modem fw using the script given by Sigurd : https://devzone.nordicsemi.com/f/nordic-q-a/53208/updating-nrf9160-modem-firmware-through-the-command...
Hi.
code base is sdk 17.1.0
MCU : nrf52810
Softdevice : S112 (7.2.0)
use SES 5.42a
step1. modify NRF_SDH_BLE_GATT_MAX_MTU_SIZE form 23 to 50 in sdk_config.h
...
Dear nRF experts. We are a module manufacturer and we have designed an nRF45L15 module. We are doing a series of verifications. When we were doing the connection test, we...
Hi,
the nrf54L15 datasheet states on SPIM "CSN and DCX are not present in all configuration" (p.559). But I can't find the information, when CSN is available.
Hi,
I use Nordic connect SDK and have to create a new revision for a custom board, because there are some hardware changes. I managed to create an overlay for the new revision...
MCUBOOT contains a flag MCUBOOT_OVERWRITE_ONLY_KEEP_BACKUP that stops it erasing a big chunk of the start of the secondary image after an update.
We would like to set this...
I'm looking for an nrfutil command to replace this command:
nrfjprog --memwr 0x10001080 --val 0x12345678
My goal is to write a serial number to the UICR CUSTOMER[0] register...
Hi All,
I have nRF54l15-PDK board which has 8MB of external flash. Currently I am exploring on basic read/write functionality on external flash.
I am using nrf sdk version...
I'm checking the function by uploading the code to the pcb that uploaded the nrf9160 chip.
I checked that the network communication is normal on the previous 9160dk board...
Hi,
I am developing a small beacon application using the nRF 52805 device, and the intent is that it will send advertising packets at a slow rate, to indicate to a partner...
Hello,
I have just received the nRF5340-DK development kit. However, when I plug in the USB cable to my PC, it's not detected. I have tried multiple USB ports and the issue...
Hello, I am using NCS 2.9.0, an nRF5340, custom board files (see attached), and no external flash and I would like to use simultaneous DFU over BLE. I believe this should...
Hello, So I am working on implementing Bluetooth DFU OTA capabilities to send an image from a 54L15, acting as an SMP Central Client, to another 54L15, acting as an SMP Server...