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...
1. Hi i am utilizing nrf52840 sdk with ver 17.1.10 s140 and i have the central UART as main app from there we are calling bootloader
2. Before calling bootloader ble dfu...
I tried to use mcumgr to write and read files to the littlefs of 9160. According to the instructions, I will enter mcumgr conn add acm0 type="serial" connstring="dev=/dev...
Hi are there any image/bulk data transfer demo to test throughput between nRF and iOS application
There is one for older nRF5 SDK but couldn't find one for nRF connect ...
Hi,
I use two nRF52833-DK boards for uart communication (both using pin p0.06 for TX and p0.08 for RX), with their TX and RX and GND pins connected to each other, and perform...
Hello
I am facing issues while pairing nRF7002DK with nRF WiFi provisioner app, when I build the app (provided by nordic and hosted on github). However the pairing is successful...
Hello. On july 26 at the same hour, about 30 of our cellular modems stopped sending data. They are all using Verizon firmware. The units using Hologram firmware are still...
Hi
I have 2 BLE boards with some environment sensors on them.
I need to synchronise the 2 boards with < 1 mili second precision.
one board is configured as central,...
I am using an IMU sensor in sensor hub mode (LSM6DSV16X, LIS2MDL) with the FIFO interrupt interval set at 30 Hz. The data is sent over BLE. It works perfectly when using RTT...
Hello,
We are using Zephyr OS and SDK v2.5.0 on nrf52840 chip. We have noticed some delay between spi_write and spi_read of 29µs,which is critical for our goal. Comparing...
After I installed nRF Connect SDK 2.7 and tried to run the pre-release version of VS Code extension, I am now compleatly unable to make nRF Connect for VS Code function. ...
I' m using custom board of nrf5340 with nrf7002, and the SDK version is ncs v2.5.2.
I've tried to build and run, but the log in RTT viewer is only print the line "Bringing...
Hi nordic:
I am currently using NRF52833 to create a MESH product and would like Bluetooth to send AOA tag information in MESH mode. Is this feasible?
Best Regards ...
I encountered the following error while building my ZigBee app on a CI (dockerized Linux container), after bumping the SDK from 2.6.1 to 2.7.0.
The part "nRF52840" in...
Hi All, I am using an nrf52832 and using NCS version 2.6.0. I am having an issue where I am trying to initialize and run a thread, but the thread never runs. I have tried...
I want to set the CONFIG_CAF_BLE_ADV_FAST_ADV Kconfig option to make the Peripheral initially advertise with a shorter interval,but after adding some dependency configurations...