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 working with ncs 2.6.0 trying to implement some logs using the DiagnosticLogs cluster
But It looks to me like it is not impemented/supported yet.
For testing...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
I am using the Direct Test Mode sample as a starting point (samples\bluetooth\direct_test_mode). I am using NRF Connect SDK Toolchain v2.5.0 and NRF Connect SDK v2.5.0. I...
As far as I know, ppk2 is an eye-catching and open source power evaluation tool. I got the source code of the power profiler from github, and obtained the hardware design...
Hello,
With the CMakeLists file, is it possible to make an error during compilation if the SDK version is not the correct one?
Example: I am developing an application...
I'm trying to modify this bit-banging ws2812 gpio Zephy driver to run on an nrf9160 board. The problem is I can't mange to get consistent pulse timing using assembly instructions...
Hello
I have a problem setting up communication between a nRF9161 and a nRF52840.
I have a custom board with a nRf9161 and a nRF52840. These two are connected with 5 lines...
Hello, I'm using the nrf5340 and nrf Connect SDK 2.6.1. Currently the MCUBoot is immutable and the cpuapp image is encrypted (it contains IP and secrets). The MCUBoot is kept...
Hello,
I 'm updating from Zephyr 3 .2.99 to Zephyr 3 . 4.99 .
I attempted to add a main() function to my application . (Heretofore I have not been using a main() function...
hello I am designing a custom PCB using an nRF5340 and i have one nRF5340 audio dk with me and both are configured as a gateway and headset . i am facing an issue in pairing...
To do this by reusing the sample of nRF5340 Audio I am thinking of using it by editing the overlay file.
nRF5340 Audio has A/D linked to P0.24, Use P0.24 separately from...
When I tried to use the sd_ble_gatts_value_get() function and found no error but no corresponding value returned, I was sure I had the right value in my feature because it...
Hi,
I try to create a one-button minimal "smart watch" based on a small nRF52840 module (register button press) and a second nRF52840 'central station' (receiving and converting...
hi there i hope you are doing fine and best of your health. actually i am developing the custom app to communicate with nrf 52840 soc device through bluetooth, which is working...