I’m trying to implement DFU upgrade of NRF5340, I can send the image (./build_5340_app/build/signed_by_mcuboot_and_b0_s1_image.bin) to the device when running and it seems...
We are trying to add CarbonDioxideConcentration cluster in matter. we are able to add temperature and humidity clusters and values which are updated are getting read in chip...
Hi,nordic team
Iam programming with nrf52833 and ncs v2.9.0
I am doing DFU by myself.And I Flash_write data into slot1_partition,I am sure my data write in flash is correct...
Hi all,
We are running v2.4.0 SLM in nRF-9160 as pure modem, communicating with our external MCU. And we need to send a MODBUS-TCP write request command about each 10 seconds...
Hi everybody
I'm trying to modify the Zephyr serial LTE modem example so that CMUX can be controlled using another communication interface, specifically I'm imagining...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hello. I am trying to implement stable connection between my nordic nrf5340 and Samsung Galaxy Buds3 earbuds. I did it based on ble audio example with two connections (one...
Dear All,
Does it worth coding a selection (scanning?) of "relatively free" radio channel to stick to?
Say, before starting our distributed application (consider a network...
Hi,
The artical form this link is great !
devzone.nordicsemi.com/.../
but I've some interogations.
the clear text contains the nonce value; 12 random bytes starting...
Dear Nordic,
I have managed to modify the HID Keyboard demo (SDK10/nRF51 DK) to have both keyboard and consumer control functions. Works fine on Android, however it shows...
How should the addressing be between an nrf24LU1+(transmitter) and nrf24l01+(Reciever) in the code.?
The registers TX_ADDR, RX_ADDR_P0, RX_ADDR_P1 are updated on a device...
Do we need to explicitly set the ENABLE field (Bit31) of RADIO->OVERRIDE4 when applying the override values from FICR->BLE_1MBIT[n]?
From the few samples I've checked,...
Please teach me the minimum theoretical value of the transmission time in the following conditions.
CPU --> nRF24L01 --(2.4GHz/1Mbps)--> nRF24L01 --> CPU
CPU -->...
I need to send a long (let's say 10Kb) notification from Bluez 5.37 on my Linux device to a mobile phone.
My implementation is based on src/shared/gatt-server.c .
I...
Hi,
I have put in my chip (nrf51422):
-1 softDevice s110 8.0.0;
-2 application (hrm_whit_dfu);
My problem is:
when i send characteristic to start advertising the board...
Hi everyone,
I am new to nRf series and have just started to use the nRF51 Development kit(nRF51422). I am using the s130 softdevice and I have seen that the sofdevice supports...
I'm trying to test out pin change interrupts using the PCA10028 dev board. I'm using two buttons to turn off and on an LED. The code below is only generating events from button1...
I have a custom board designed which implements a Arduino Micro (ATmega32U4) and an nRF8001 chip based upon Richard Clarks' nRF8001 breakout . The Arduino FW uses a slightly...
Hi.
Is it possible to enable the encryption of data which corresponds to the particular characteristics? i tried with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM, for setting the...
Hi,
how is the new nrf_drv_twi supposed to be used for reading registers?
The sequence for that is pretty much industry standard:
> Device address
< Ack
> 0x00 (register...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...