We have used zigbee sample for coordinator we did many changes in that like subscribing and sending values in UART when any new device gets added.
but noticed ZB_ZDO_SIGNAL_DEVICE_ANNCE...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the...
Hi,
we are using the nrf9160 on an addon-pcb as serial LTE-M/NB-IoT modem for our gateway. The host controller is running vanilla Zephyr.
Can someone tell me if I'm wrong...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
Hello, We are using the NRF52840 and softdevice S140, PCA10056 on all examples. SDK version is 15.3. We see a problem following the secure OTA DFU protocol regarding acessing...
Hi,
I'm developing and testing the code using the PCA10040, but this board uses the NRF52382_XXAA which contains more memory and I want to use the NRF52382_XXAB. So, how...
Hello guys,
I have coin cell powered nRF52832 based sensor node. I develop the firmware in Segger Embedded Studio, SDK15.3.0.
On the pressure of a button on the sensor...
Mesh SDK:3.2.0
I want to send dimming level to server, and want return data of dimming level with mcu voltage.
When I receive server set callback, I tried: status publish...
I am developing a beacon-related project, my nrf51 device needs to play beacon. Beacon will determine the distance from NR51-> Smartphone. If distance = distance I give, I...
Hi all.
I am using a nrf52840 with mesh sdk 3.20 and sdk 15.30.
I am implementing RSSI tracking and require reference nodes to advertise once on each channel (37,38,39...
Hi guys,
I am using nordic semiconductor nrf52840 development board and segger. Is it possible to display the data of ultrasonic sensor on the nrf connect app by configuring...
Esteemed Colleagues,
We are using PCA10040 (1.2.4 2018.16) to develop a customized NFC Type 2 TAG. SDK 15.0.0 was used because we needed to work with hal_nfc_t2t.c instead...
Hi Team,
I am developing a low power application where we need to update Firmware frequently based on use cases.
I have successfully tested BLE secure DFU example and...
Hi,
We're trying to characterize the radio timings of the transmission of a Bluetooth Mesh packet from an originator in a Bluetooth Mesh network. Looking at the broadcast...
Hi,
In your nRF5 SDK v16.0.0 release note, I recognize that a new feature is added:
I am wondering which BLE event is indicating that SD has been free from BUSY state...
Hello I have seen this (mesh reducing power consumption) ,
and I was wondering if there are any mean numbers on the current consumption in BLE contrary to Mesh (with a LPN...
The gnu C++ compiler wont do non trivial assignments designated initialisers, but by simply reordering this will work, Its a bit annoying,
nrfx_qspi.h line 73 replace with...
I would like to know if it is possible to flash the modem firmware through openocd, we have been able to program the application firmware using this version of openocd . ...