Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
hi team,
i am working external adc with the help spi communication, now adc working fine with the SDK version 2.6.1 , if will make or change any other SDK version like Ex...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with two specific exercises: l2_e3 and l4_e1 . Other...
Hi everyone,
I'm developing a matter generic switch and I’ve run into a puzzling behavior when commissioning an nRF52840 DK with Apple Home via an Apple TV Thread border...
hi support team,
i have customer is developping mesh.
customer is trying to sniffer the message when i pressed the buttoon on demo mesh_light.
i have two questions on...
Hi,
Right now i can send data from 1 nRF51822 to 1 Android phone and vice versa
(nAN36 Project)
And now I have a project and in my project i have a sensor which send...
Hello everyone,
I compiled the nrf51-app-button-examples without any error and warnings but it is showing me this error (No cortex -M Device found in JTAG chain / Target...
Hi,
I am using the heart rate collector example (ble_app_hrs_c in SDK9.0) without any trouble, but I would like to modify it to be able to connect to multiple heart rate...
Hi
How to test BLE ANCS + NUS that included in FW on OS APP?
OS (Device manager) will connect ANCS then it cannot connect with nRFtoolbox - UART.
Please advise.
BR
...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
HI :
I am trying to use spi to communicate with a slave device . The slave device only have 3 interfece SDIO SCk NCS. I need to read the register of the slave . According...
I programmed a nRF51 dongle as an ESB receiver using the esb_ptx_prx example code. It sleeps most of the time by calling __WFI() in the while loop.
I used an external 3...
I have a oneshot app_timer that I'm using as a software watchdog timer. Under normal operation is never supposed to go off. I'm loading the timer with a 15 second timeout...
Hiii,
I am working on the ble_central_and_peripheral program(s130) in sdk8.1.0 .I could connect the device to the MCP and on clicking enable service we gets the notification...
Greetings,
I find it much an arduous task trying to sift through all the SDKs and Documentations in order to find the one specific material that I need. I've installed...
when I use softDevice S110, there exists ble_evt_dispatch function, Can I define event ? if I can, how to define event and how to use event handler . Thank you !
Hi
I want to update the connection parameter and send this request from nrf51822 to a smartphone app. I see there is a function ble_conn_params_change_conn_params() for...
I'm sure there is something obvious that I am missing, but bear with me. The following link references a function called: nrf_drv_gpiote_out_config :
infocenter.nordicsemi...
I'm trying the example in the SDK v0.9.1: examples\spi_master
When I load the project, build it, and debug it, all that happens is that it goes into a failed state where...