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...
Hi, I am newbie to the nordic world. I am trying to developing an application that allows me to send data via UART ("not using the ble " )from nordic nRF5340 board and read...
I have read the related issues, none of them provided a solution for me. There was one answer which suggested to downgraded libstdc++6 as a solution without giving any specific...
Recently, I have been working on integrating mcuboot with the partition manager from the NCS sdk. In addition, for another project, I am using Zephyr upstream and using Sysbuild...
I need to get the number of items stored in a fcb and there doesn't seem to be an easy way to get the count from the current read position (fcb_entry struct).
Can anyone...
Hi!
I use SDK15.0 and s132_nrf52_6.0.0_softdevice
I use nRF52 in two modes- peripherial and central in one time.
When I use it like peripherial and have connect with...
I am using RTT to debug my application and it's fine when it's working. The problem is that it seems to be flaky as hell. Sometimes it just stops working without any apparent...
I'm using the NCS 2.5.2 sdk and nrf 5340 with 7002, and I want to do BLE OTA DFU using external flash.
I've found this guide Add DFU support to your application - Software...
Hi,
I am learning my way with Zephyr on nrf5340 SoC, an loving it so far. Unfortunately I got stuck on something that should work out of the box, the setup of the BLS subsystem...
Hi
I want to use button interrupt in NCS.
There is no button interrupt enabled in initialization.
My test environment:ncs2.6.0,nRF52840DK.
In nRF5SDK, I only need...
Hello,
I am experienced working with Arduino and have developed projects with the XIAO BLE that has an nRF52 in built.
Right now I am developing a software using the nRF52...
Hi,
I try to install nrf connect SDK using the nrf extension in visual studio code.
I get error messages like :
[west]: fatal: unable to access ' github.com/....
I have developed the low-level drivers for the MT29F4G01ABAFDWB (using spi) NAND flash and am currently using the Zephyr RTOS. I would like to integrate FATFS into my NAND...
I'm still a beginner,I don't understand why the board I designed can't run the nRF connect SDK application, but the nRF5 SDK 17 application can run normally. I want to know...
Hi,
I have been using the nRF52840 Dongle for at least three months without any issues. First, I implemented my project on the nRF52840-DK, then easily configured it for...
Hello,
In my code, I would like to use the power_down_unused_ram () function. I included the ram_pwrdn.h file but the build returns with undefined reference to `power_down_unused_ram...