Hi,
I'm developing on the current setup:
nRF52840
Soft Device 140 version 7.2.0
SDK 17.1.0
MDK: 8.51
Segger v4.52c
Secure bootloader (DFU)
I don't define...
Hi Team,
I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization...
Hi,
Its maybe a stupid question but is there a easy way to operate the DK with 3V VDD and IO Voltage? The 9160 DK had a simple switch for this. The default for the 9151...
Hi,
I am new to BLE development. I am using Visual Studio Code and Nordic SDK v2.7.0. I had working code a few weeks ago. I went on vacation, and when I returned I had all...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hi,
I am unable to use the new nrfutil to do even a device reset of my devkit. I have installed the recommended segger version and the apple-silicon version of nrfutil...
I have been looking at BLE with the Nordic products from the perspective of someone who gets a hand wave of an idea and moves forward. I have developed Nordic firmware but...
Hi all,
in my custom board I'm using an NRF24L01+ as RF transceiver. The relevant part of schematic follow: (hi res => https://imgur.com/a/z4nQxXh )
The following...
The nRF905 chip can be setup to different payload length. 0-31 byte
Must RX and TX unit be setup to same payload length or can RX unit be setup to ex. 20 bytes and TX unit...
Hello.
There is a label on the back of the nRF9160DK.
I can find "HWID: FF:6A:B3:34:69:AC" on the label.
nRF connect can get the same string: " FF:6A:B3:34:69:AC " when...
I am trying eddystone example from SDK 15, its working fine but once I press the button to enable connecting and function nrf_ble_es_on_start_connectable_advertising(); is...
I want to use REG0 to supply 1.8v to external 4.7k pull-ups including when the system is off. Looking at the product specification REG0 can supply 1mA while in system off...
I have updated my repos to the latest commits on master for zephyr, mcuboot, nrf, and nrfxlib. I ran `
pip3 install -r scripts\requirements.txt
and I can open the asset_tracker...
hi, I'm working with NRF52832, DFU service is configured as secured. my question is : i'm trying to change dfu char a ct e ristic property to "ind i cation" by writing to...
Hello
I would like to test if provisioning over GATT Bearer still works with our application. Firstly I thought of using the serial example together with the PyACI, but...
Hardware: nRF52832
SDK 14.2
Segger Studio
Hello Sir or Madam,
We've made a new hardware variant of a previous design with an nRF52832 on much smaller form factor...
I use the QSPI(SDK15.2) of NRF52840 to read and write FLASH. Every time I open QSPI function, QSPI is closed after writing flash, but after close QSPI, there will be occasional...
Hi,
I want to capture data from TWI ADXL345 and send them by ble_nus_data_send() to mobile. Timing of data sending is done by application timer. My problem is that when...
Hi,
I tried to merge ble_app_multilink_central and ble_app_uart_c.
But, when I run the project It errors like below
I thougt the problem is the address of RAM_START...
HI,
my new BLE project is using nRF52810 chipset. Following is the requirements:
1. BLE nRF52810 will pair with iphone/android taplet
2. iphone/android table will...