Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
Dear Nordic Support,
I am using nRF52 SDK v16.0.0 . I am running BLE peripheral examples. As I read from the examples, the button 1 is used for sleeping and waking the board...