Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...
What causes NRF_LOG to report 'overflow' ? The buffer I provide is certainly large enough.
I have #define NRF_LOG_DEFERRED 1
What happens if I have something like this...
Hi,
When the Bootloader calculates the application CRC it takes around 350ms. I saw that it is possible to switch off the crc calculation or to use hash for validation....
Hi!
We are working on testing JIG after SMTA process and we'd like to use open source solution for in circuit flashing and testing our product. Project is based on NRF52832...
I am using a nRF52832 custom board based on SDK11 and SD 4.0.2 configured as a peripheral with a GATT server. I am seeing a case where the client is an Iphone XR iOS v13.2...
Hello, I'm struggling programming the Blinky app from examples to my NRF52 DK (pca10040) Here is my script: # 1. Generate settings nrfutil settings generate --application...
Hello, I hope you are doing well.
I am using the nRF52832 with the SDK16. After adding some new custom characteristics, I didn't have enough space in the BLE_GATTS_VLOC_STACK...
Hi,
We tested, certified and declared our bluetooth product with Softdevice S140 v6.1.1 and referenced the QDID 124988 launchstudio.bluetooth.com/.../77429. On the declaration...
Hi,
We would like to share a part of our Zephyr software with a customer. We would like to share a static library, not the source code. The code to be included in the static...
Hi,
I am getting a "Cannot Create Project" error when trying to create my first project with NCS for the nRF9160 DK board. I installed the SDK using the toolchain manager...
nRF devices have a proprietary service called Nordic UART which provides a similar functionality to SPP (Serial Port Profile) of Bluetooth Classic but over BLE. Now, for SPP...
Hello,
I am using anrf9160 chip. I have a question about the ERASEPROTECT register. I would like to write it using the firmware to disable the ERASEALL functionality.
...
Am I correct in that if I plug an nRF52480 dongle into any of a Linux, Windows 10, or Mac, that I can create my own C++ programs using the S140 Soft Device import libraries...
I am looking for a way to flash program an nRF9E5 on Windows 10.
Currently, I have been using the nRF24E1 Dongle on Windows XP with the program nRFPROG to complete this...
I am trying to express the data from the iOS Sample - SoundViewController.swift ( github.com/.../SoundViewController.swift) to the Inputnode by changing the EQ into a speaker...