Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hello,
We are using Raspberry Pi + NRF52840 as Borderrouter for Openthread using Radio Coprocessor design.
However we are facing stability issues on the RCP where it...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
Hi,
I have read the documents regarding the powering up the board form external supply and switch position
i need simple answer how power the board completely means...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
I am using nrf52832 modules connected in mesh light switch example configuration from mesh V 3.2.0 i am unable to send a array over mesh i have gone through various posts...
I wanna know that, is latest SDK has demo example which will convert nRF52 SoC
to act like basic 2.4 Ghz transceiver (who should by default remain in Receiver mode &
switch...
Hi guys,
My question is really general: How do I reduce the TX Power of an nrf51822 BLE beacon?
The situation is the following:
1. I ordered this device: https://www...
We have a problem on our test system: it cannot communicate with our DUT on ATT level after 30 seconds.
Our DUT consists of a NRF52840 with SDK 16.0.0 and softdevice S113...
I have an issue with the NRF beacon code combining with the NRF rtc code.
I want to set up a bluetooth advertisement with an incrementing value. Therefore, want a timer...
Hello,
I am using ble_app_uart example in nRF SDK 15.2.0 in which I have included "nrf_drv_gpiote.h" and initialized gpiote as follows:
After making this change, the...
Hi Devzone!
I'm planning to integrate fpu_fft with ble_app_uart, and did it.
I wanna use IRQ of fpu_fft but I can't find where I should define fpu_interrupt_mode.
...
what is a last Online Power Profiler? this one ( https://devzone.nordicsemi.com/power/ )?
And I am wondering what is the model exactly I couldn't find the effect of connection...
Calling modem_info_short_get for the parameters MODEM_INFO_MCC, MODEM_INFO_MNC, MODEM_INFO_AREA_CODE and MODEM_INFO_CELLID fail. Call to modem_info_short_get works with MODEM_INFO_CUR_BAND...
Hi,
This is a follow-up question on RSSI measurements. I understand that it's generated from an ADC that measures voltage received from the antenna. My questions are......
Hi my company is trying to find a way to read the frequency of that 32 Mhz external oscilator on nRF52840.
As we cannot directly probe the oscilator due to the capacitor...
I am currently working on getting a pwm to work on port 0 pin 1. I am using the dev board, and a custom board.
when I use pwm_pin_set_usec ( pwm_dev , 1 , 5000 , 25 00 ...
Hi.
setup is 52832, SDK15.3.0, S332
I set MIn Max connection inverval is 500ms.
when connect using nRF Connect app, it is not change immediately connection inverval...
Hi There i have a Code handling two events simultaneously, one event is advertisement And the other is scanning which is done every half an hour. the average current consumption...