Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi, I want to update the modem firmware devices(in the field).I am using nRfconnect sdk 1.5.0 and hardware is brf9160 SICA B1 . current modem firmware is 1.2.3 . I tried to...
I tried to define an event as in attached figure. During Build, the error in the as shown in the attached imageoccurs. Where to define Log Configurations ? I ading custom...
cpu info:nrf5340
software:nrf connect sdk 1.6.1
hi professor,
In the uart interrupt I call k_fifo_put to trigger rx process thread but it is not take effect.What person...
Hi,
we are developing a system based on device with nRF52840 S140 ( central and pheripheral).
We developed on both side a custom service.
System is working fine bonding...
I'm new to the Bluetooth mesh world and I'm trying to change some basic configuration parameters during runtime, by modifying the Light Switch example. I've searched around...
Hello,
We are using Zephyr v2.6 and nRF51822 SoC in our project.
Because we are porting the code from the SDK environment into the Zephyr environment, we decided to use...
Hello everyone,
in the last chapter of
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4...
Hi,
I have removed UART from my custom board dts file as in my current application, I am not using UART for any transfer.
But due to this, I am unable to compile code...
Dear Forum,
I already succeeded in using the Nordic Toolbox's DFU-App to update the firmware of a BM833 via secure bootloader. I found out, that the Android DFU App is available...
Greetings,
Which Bluetooth LE examples in NCS v1.9.1 are suitable for the nRF52810?
I tried the usual suspects. peripheral_uart overflows flash and RAM.
peripheral_lbs...
The documents for setting up and using a Matter network require a change to account for new behavior of the chip tools.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi Support Team,
we use the nrf52840-dk board to capture a bunch the emitted power of WiFi sources. In other words, we simply capture RSSI values until the data if full...
According to the official BLE core specification, in the scanning state:
"If the scanWindow and the scanInterval parameters are set to the same value by the Host, the Link...
I am using twi_scanner example program from nrf_sdk. when I run this program I could able to get the i2c address of some devices i.e., mpu6050 with address 0x68 and I am not...