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...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi
I am facing a problem similar to the one in Case ID228253.
I am using a custom 52810 board and have configured the UART pins on P0.12(Tx) and P0.14(Rx), defined in...
Feeling disappointed while trying to find information on nRF Connect SDK documentation. Let me give this simple example:
Mission: check and ensure that watchdog is enabled...
Having in mind an application that is comprised of two nRF devices (can be two 52833 or 5340 or any combination of these).
One to act as a Central, the other to be Peripheral...
Hello.
I have my application created by referring to "ble_app_buttonless_dfu" example.
When I applied for certification with this application, it was determined that this...
As you know, FDA check issue that is SWETYNTOOTH for all BLE Solutions to apply for medical solutions
So, My customer requested that is checking free from SWETYNTOOTH issue...
Hi,
According to comments above bt_mesh_time_cli_time_set of time_cli.c , if the last parameter is NULL
the function is non blocking:
However, the function returns...
I connected my device over BLE with the computer and currently using Bluetooth LE Console from Nordic. The Console is receiving data and that is good, but I do not know how...
I'm running the radio_test example on an nRF52840, but when I try different modulation duty cycles, it seems to work fine for everything less than 94% however 94% itself starts...
Hi Nordic,
I got the following error when I start nrf connect the first time under MacOS. This log is captured by turning on the Debug console:
Uncaught Error: dlopen...
Hello,
I am sampling two analog signals at different sampling rate with burst and oversample enabled.
nRF52832 (Rigado BMD-350)
SDK 15.2
IDE - Segger Embedded Studio...
Hi,
I just got my custom nRF5340 board and started testing it. Here's what I've done:
Connect the board with JLink v11.
Erase the board with Programmer on nRF Connect...
Hi I trying to develop a module in the 52810. I want use te ble_app_beacon and add a DFU buttonless. I was able to add the DFU, but when i was to integrate the buttonless...