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 am using SDK 15.3 and wanted to ask that if there is a while loop where I can check flags and increment tickers. The program at the moment gets stuck inside
Suggestions...
hello, I have two questions for SAADC of nrf52832 when we use nrf52832 SAADC for voltage measurement.
The AIN0 is connected to the pin to be measured(the voltage is about...
Hello, I encountered the following error when compiling the SDK16.0.0 with keil5.26, how to solve it?
compiling system_nrf52840.c... RTE\Device\nRF52840_xxAA\system_nrf52840...
Hi,
I am using nrf52832 with softdevice s132. The peripheral device is nrf52832 and central device is a mobile app. I want to disable BLE in nrf52832 and I am using this...
Hello,
I have tested the example code of the nRF-IEEE-802.15.4-radio-driver and now I'd like to modify it.
How I can disable the ack? (I tryed this function: nrf_802154_auto_ack_set...
Hello
SDK 15.3.0
4 year old post describing flash storage libraries:
https://devzone.nordicsemi.com/f/nordic-q-a/13821/difference-between-persistent-storage-libraries...
Hello
I try to use this bootloader https://github.com/williamhuang03/STM32F4-Custom-Bootloader on STM32F4 which works well through cable but as suddenly I use Nfr51 as transmitter...
Hello All,
I want to perform an Rx blocking test for my nRF52840 BLE chip which is installed on my custom board. I wan to transfer the packets from device to other, and...
I take the external PWM signal, I directly used the method of controlling the GPIOTE register to be successful.
But I can't achieve the same effect using the program in...
Hello,
I'm using nRF52840( PCA10056 ) of SDK 15.2 to debug long range mode. And I have already followed the steps in thread: https://devzone.nordicsemi.com/f/nordic-q-a...
There was a similar question in the past, but I couldn't solve it by referring to it.
ESB communication between nRF24L01P and nRF52832 (PCA10040) fails. nRF24L01P...
I would like to remove the HEAP in my app to free up RAM.
I removed all explict calls to malloc and family.
I removed all variable length arrays, after finding that...
Page https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_t_t___c_p_f___f_o_r_m_a_t_s.html, link to http://developer.bluetooth...
I am dealing with a strange anomaly on the MOSI line of the SPI bus - sometimes, the first byte of a command 0x84 to the external SPI flash, I get this on the bus (~ 4 MHz...
Hi,
I'm running an app with softdevice v2.0.0 with SDK 11 on an nrf52832.
the app is using gpiote to handle incoming interrupt from another device.
to start handling...