hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
I am working on interfacing MT29 flash driver on nRF52840 and trying to add littlefs file system on top it. while Integrating I was getting mount errors. when I tried to debug...
I want to use USB840F dongle connected to PC to scan for device and connect to other BLE devices.
Cannot find any documentation or example of how to do so using visual studio...
Hello, i have a nRF51422 DK and i want to revert back to J-link image but I cannot find the .bin either on the official site or on the internet ! I guess it's no longer available...
I need to transmit and receive data bytes over SPI module with nRF5340 DK board acting as the SPIM. Please help me with the DT configurations. I need to achieve the same using...
Good day,
I am trying to combine gzll, USBD HID and USBD CLI with SDK 17.1.0 and nrf 52840. GZLL receiving input, send to USBD HID, USBD CLI output logs and debugs.
Below...
Hi,
I am developing a nrf5340 based device (no external memory) using FOTA to update the firmware. This process used to work quite well for a while now, but I ran into trouble...
Hello,
I am trying to use PWM to control two LEDS, one red and one green (referred to as blueled in the code) to produce different colours. I have had a look at the example...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I'm studying the CDC_ACM...
Dear support team,
We need to add custom fields to the node database (CDB), as shown in the screenshot below:
Use bt_mesh_cdb_node_store(); to store, and then use the...
Hello,
I installed NRF Connect SDK 2.6.1 on Ubuntu following this guide, Now I try to follow the tutorial for Adding clusters to Matter applications . I'm stuck at (2) Adding...
In my last question, devzone.nordicsemi.com/.../can-cis-and-bis-modes-work-at-the-same-time-or-switching-freely , I have asked that if the CIS and BIS modes can work at the...
Hi.
I am using SDK v2.6.0 (Toolchain v.2.6.0). When I open VS Code (v1.91.1) I keep getting this warning -->Bad CMake executable: “”. Check to make sure it is installed...
Hello, I am developing on a custom board with the nrf5340 and programming through SWD using the nrf5340dk. A few days ago everything was running fine and I was able to continuously...
We're having an issue where our nrf52840 appears to stop advertising, and isn't able to resume advertising.
Our device is a custom PCB based on the Thingy91 (has both an...
Hi Nordic,
In my project, I have a NRF9160 and a NRF52832 with a ble host/controller stack over SPI HCI on NCS v2.5.2 As soon as I activate the HCI SPI in my project, the...