Hello,
We are working on establishing a connection between one of our existing Bluetooth modules (cypress) and nordic based module to provide backward compatibility with...
Hello,
I’m working on a project based on the nRF Connect SDK v3.0.0 Matter Light Bulb sample , using the nRF52840DK. I aim to implement IPv6 support and enable Matter over...
I am trying to create a partition on my external flash using littlefs
Here is the line that is returning me an error
FS_LITTLEFS_DECLARE_DEFAULT_CONFIG ( storage ...
We are developing HW that includes nRF9151 running DECT NR+ with the Wirepas stack for mesh connectivity between multiple units. The product is expected to move between geographies...
Hello Nordic Support team,
I'm receiving the Transmission failure and Lora Initialisation failed message despite to correct wiring and everything else. I'd attach a link...
I am reaching out to seek your guidance on a development project involving the nRF52840 and Semtech SX1262 LoRa transceiver.
We are building a marine crew monitoring and...
Hi,
Platform : nrf52840, NCS 2.7.0
I would like to get the MCUBoot image swapping progress without modify the NCS, and display a progress bar on the LCD to indicate the...
when use the sd_ble_gatts_hvx() send data and printf() the value below
p_ble_evt->evt.gatts_evt.params.hvc.handle
p_ble_evt->evt.gatts_evt.params.sys_attr_missing.hint...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
ru.txt ra.txt Can someone help out in this. There is no option to capture the data in RTT. Somehow I am not able to take a screenshot directly from the Windows on my MAC.
i to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I wrote an application based on ATT_MTU Throughput Example. Now I'd like to add support for Thread protocol. Is there a possibility for adding OpenThread libraries to...
Hi to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I use sdk 12.2 for my production software with UART protocol, my product is distributed to customers since 6 months with many type of phone or tablets using it without...
I have inherited a project where the Makefile sets __HEAP_SIZE and __STACK_SIZE for both CFLAGS and ASMFLAGS:
CFLAGS += -D__STACK_SIZE=2048
CFLAGS += -D__HEAP_SIZE=0
...
First of all I want to say hello. I'm new in nRF52 devzone and I have problem with ble_app_uart and ble_app_hrs programs. I use pca10040 board and eclipse for flash and debug...
Dear Guys,
I wonder if there is any possibility to have my ble as a scanning device but for softdevice version s110, I'm asking because I found all the examples are with...
Hi,
I am using ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex as the sniffer and I am trying to see all ble beacons.
Because I have many beacons about (100 in one second...
Hi.
In SDK 14.0 examples, there are two examples for pwm.
I analyzed both example.
pwm driver example source looks like that it use pwm peripheral driver source.
And...