Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
I have two nrf52538 dev kit configured to work as peripheral(s) with simple static pass pairing program and Android phone as client. 1) peripheral_1 address = 0xCECECECECE...
I have three mesh nodes in a mesh network, a provisioner, a vendor server model, and a vendor client model.
I know that a provisioner can set client model publish address...
Hi,
we are using active voltage divider as battery readout circuit. It is controlled by MCU NRF52832 pin P0.09. Voltage from divider is read by integrated SAADC on pin P0...
Hello,
I'm working with the nRF52840 PDK and the SDK for Thread V0.11.0. The RTT Viewer shows that the program uses the Thread version OPENTHREAD/ga89eb88-dirty.
I try...
Hi,
I was trying to follow the guide to enable unit test of mesh SDK, but cannot get it through yet.
When I run the command
cmake -G Ninja -DBUILD_HOST=ON -DCMOCK_ROOT...
Hi,
I am using the nRF52 PCA10040 board. The memory settings are IROM1 - { start 0x1B000, Size 0x65000 }, IRAM1 - { Start 0x20004000, Size 0xC000 }. The board was working...
Hi,
my ble device mcu is 51822 with sdk11,when my ios app on frontend,it can search the ble advertising immediately,but when my app runs on background,it can't search the...
Hi,
I did some benchmark on internal flash access and found it takes more than 2 seconds for the device to write 16kB data. I timed by "nrf_fstorage_is_busy". Is this normal...
Hello,
I am using the sd_ble_getts_value_set() function two times in a row on two different characteristics. Both characteristics are part of the same service.
At the...
Hello,
I am really new to using the Nordic nRF51822 and I'm having problems making SPI work with the S110 SoftDevice. I was able to combine the sample codes spi_master_example...
I am using a nRF52840 PDK and trying to config 8 buttons.
(1) GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS to 8 (sdk_config.h)
(2) Add buttons define (pca10056.h)
Button...
I've been trying to run some of the examples provided with the SDK's. Blinky is the only one I've gotten to work for sure. I think I haven't set up the linker scripts properly...