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 need to do DFU OTA for my Custom board. So, I need to Know the procedures which I need to follow for nrf5340 and how can I do that on NRF Connect SDK. Kindly help me...
i have no idea on how to read the device id of the qspi please guide me to do so i have gone through the qspi example there could not any instructions to read the device id...
Good day!
There is now way to restart dfu_mcuboot with
CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS
Checkout:
dfu_target.c
next dfu_target_mcu_boot.c
and finally...
I've been developing in the following environment:
Windows 10
NRF Connect for Desktop
with few problems for the past six months.
On Friday 12/10 I was suddenly unable...
Hi,
in Product Specification document of nRF9160 Product Specification
I found that accuracy of LFXO is +/-20ppm
is this accuracy valid for all the temperature range...
Hi Nordic Team,
I have deployed dozens of nRF9160-based devices in urban environments, where some of the devices are within coverage of multiple NB-IoT cells. My devices...
Since some days I try to create own applications with the nRF5440 processor. I tried it with Segger Embedded Studio and also Visual Studio Code. The example projects work...
Hi,
I have been trying out the Matter samples as shown in this webinar . I have been following the instructions for version 1.7.0 of the SDK, specifically the ones in Configuring...
Hi,
I'm implementing a simple DFU for my device. The device has the buuttonless dfu rom and bootloader. I working on my android app now.
I want to be able to read the...
Hi,
I ran some tests with the SW and HW crypto on nrf5340dk. I expected that using the crypto cell would improve my crypto performance tremendously but unfortunately,...
Dear friends,
My 52840 DK flashed a serial example( nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial ) as a provisioner.
We use PyACI communicate with provisioner by Uart...
Good evening,
Referring to the following page which lists IDEs that are supported by Nordic Nordic Supported IDEs
Please kindly let me know if the following toolchain...
Hello,
first I have to say that I'm new with nRF5340, Segger Embedded Studio and Cmake.
I have a working project with CMakeList.txt. So I include it into Segger Embedded...
Hi.
I am trying communication from nRF52832 to iPhone using ble.
I use main function which put in nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart.
But,I...