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'm using nRF8001 with Arduino for our project. I use BLEeripheral. h and I need to know if it's possible
with the visibility of NRF
when invisible can nrf...
Hi,
everyone,
I am new with the uvision IDE.
Can anyone tell me how should I supply source and header file to project so that my header files can be access without relative...
I'm curious. I believe I can set it up in the keil "options->target" tab.
I get it that as long as I don't cause the softdevice and my program to "overlap", it is fine...
Hi,
Everyone,
I am using ble_app_uart project to start with . I added tps service by checking BLE_Services->ble_tps in Manage run time environments.
And changing some...
Hi, all.
I use nrf51822 complete to scan devices, with nRF51_SDK_10.0.0 and s120_nrf51_2.1.0. When in scan state, the scan window is 50ms, and scan interval is 100ms. I get...
Hello,
I read somewhere on the forum that S120 can support upto 8 ATT server instances (Central + Server configuration). Is there an example project that shows how to maintain...
The nrfgo Studio installed on my win7 comp crashes every time after a few seconds into the programming interface. Just installed Jlink 5.10b driver, seems to be having major...
I'm running a BLE Free rtos example code with the UART service example code.
I noticed that after 3-5 minutues of advertising the BLE service it stop advertising...I'm...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
When I add CFLAGS += -DENABLE_DEBUG_LOG_SUPPORT to an otherwise unchanged Nordic demo based on gcc, I get these errors everywhere:
../../../../../../components/ble/device_manager...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
I've been thinking recently about how to structure the custom profile for some hardware I'm developing, which has a a few sensor components and a button onboard.
What I...
Hi Everyone,
I just need a simple code to pair my Blend Micro to windows 8.1 and then to transmit data from Blend Micro to my laptop wirelessly. Can anybody help me with...
Hi,
I'd like to use a std USB BT4 dongle (trendnet TBW-106UB),
that install me a bluesoleil stack for bluetooth under Win7
to dialog with cutom BT4 device using a NRF51822...