Hi,
I want to make an I2C communication with an NRF5340 DK as Master and an NRF52840 as Slave, but all the example i found in I2C communication it use the slave adress...
Hi,
Currently I use a custom linker section for my code.
.my_code_section : { PROVIDE(__my_code_section_start = .); KEEP(*(.my_code_section)) PROVIDE(__my_code_section_end...
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...
Issue:
The OTBR could run with RCP versions built with SDK v2.3.0 and v2.4.2 but couldn't work with fw from SDK v2.9.0. Hence, I wanted to know which of the latest SDKs...
Hello!
I think I might be having some trouble writing to the UICR register, and I've therefore read the UICR register using the nrfjrpog -NRF52 --readuicr command. Im interessted...
Hi, i used this script to change my MAC adress but i checked with MCP , the MAC @ is the same.
More then that, the error code returned is really not logic in fact i got error...
Hello,
I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions.
In general I am pretty new to Bluetooth development...
Hi there,
I'm currently building a custom app for detecting eddystone/ble peripherals in both iOS and Android, and am using the same hardware to test. On Android, I'm getting...
Hi,
we use nRF8001 in a custom hardware/software project. The device is battery powered and should
use minimum current (in the range of <20µA). When we set the advertising...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Hi,
I've read the BT specs covering addressing several times and still don't really understand how private addresses work in real life.
Lets say my peripheral starts...
Hi all,
I'm want to have an additional user authorisation process in my peripheral device by having a special characterisitic that the central has to write an encoded value...
My six nrf51822 modules died after I erase flash and download "ble bcast mesh" (with sd110 8.0.0)
github.com/.../nRF51-ble-bcast-mesh
At first time, I download firmware...
hello,
my makefile use to work before i add the twi nrf_drv_twi.c file and included the directory
INC_PATHS += -I$(abspath ../../../../../../components/drivers_nrf/ nrf_soc_nosd...
Hi,
I upgraded the Segger J-Link software from 4.98c to 5.02h. I did this because I was getting some windows pop ups when starting Master Contol Panel on my nRF51 dongle...
Can anybody provide me with the BLE LE Secure Connections multirole example hex file?
Specifically I'm looking for the "ble_app_multirole_lesc_s132_pca10040.hex"
My IDE...
Hi,
we are planning to implement RTOS in our application. we are exploring both freertos and rtx. any comments on these parameters will help us in making the decision;...
Hello,
The search function is broken on the devzone. I am not able to search posts by tags.
For instance, if I'd like to look for the tag nrf51822 , this request does...
Hi In my project I need to add Characteristic Valid Range descriptor and Characteristic Presentation Format descriptor to characteristics. I added Characteristic Presentation...