Hello,
I am using Nordic Thingy91 5G board. My modem firmware version is 1.3.6. My nRF Connect for Desktop version is 5.2.0, which has a Serial Terminal version of 1.5...
Hi,
I'd like to know how can I implement a Scene Server for one or more Generic Onoff Servers (typically leds).
I read the documentation related to Scene Server and I...
Hi,Team,
I am developing pawr using nrf54l15-dk. I wanted to set the parameters of pawr with 128 sub-events and 8 response intervals, but the setting Failed and the error...
Hi,
I have a custom board where I have an nrf9161 main processor and an nrf54L05 processor connected with each other via I2C.
In this case, I'd like to manage the communication...
Hi
I've an application running on nRF Conenct SDK 3.0.2 on an nRF52840DK. Now I tried to enable update support over serial recovery of MCUBoot using the USB ACM.
First...
I have created the nRF Cloud Multiservice Sample application and would like to add WIFI support.
I am using nRF9151 with nRF7002 EK hardware and would like help in adding...
Hi, I followed the Getting Started Guide from the nRF Connect, but when I got to part 2 "Clone the nRF Connect SDK" I get stuck: The error message:
bash: west: command not...
When generating certificates according to this guide for the nRF9160 Feather , I noticed that there are two certificates in the clientCert area. Is this expected?
I've yet...
Hi,
I'm using the nRF52840 dev kit for a BLE-based application. I need to implement a capacitive touch button for detecting button presses and releases (no sliding). I only...
Hi,
I have updated my SDK from v1.2.0 to v1.3.0 and am currently fighting my way through all the compatibility issues that my application is now suffering from.
Is there...
Hello,
I'm trying to develop custom model for my bluetooth mesh application. I have gone through Creating new models document and I understood the procedure. But to integrate...
typedef struct __attribute((packed)) { uint8_t on_off; /**< State to set */ uint8_t tid; /**< Transaction number for application */ uint8_t transition_time; /**< Encoded transition...
Hi, We're connecting to our server over LTE and then immediately starting GPS search. The modem is in LTE+GPS mode. As we understand it, the GPS will do nothing for about...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to get mnc and mcc data but no luck. Any help?
I also tried it using modem_info_params_init and modem_info_params_get...
There are 10000 posts with this problem. I have imported someone else's project, and the file exists at Keil_v5\ARM\Packs\ARM\CMSIS\5.7.0\CMSIS\Core\Include exactly where...
Hi all,
I've been trying to get BLE up and running on our custom board after writing firmware on the DK. I am able to get other peripherals on our board up and running ...
Hi guys,
I am a long term Nordic user since SDK12 and i know that Nordic does not support MbedOS by any means but maybe you could help me try and understand what needs to...
Hello,
I've a very strange problem with the nrf52838 chip in the ISP4520 ( https://www.insightsip.com/products/combo-smart-modules/isp4520 ).
The nrf52832 advertise...
Hi,
I need to sample ultrasonic signal with PDM microphone. I would like to use NRF52840 PDM module and configure it for sampling frequency of 96KHz. Is it possible? Also...
Hi,
I have used BMD301 BLE chip. I have connected one wifi chip "ESP02" with BMD301 chip via UART.
I am using nRF5_SDK_15.3.0_59ac345 for my ble application firmware...
Hi,
we have a nRF52 DK getting sensor values from a Sensor connected as SPI-Slave. Everytime there is a new Sensor Value (~20 ms) the sensor generates an Interrupt and pulls...