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'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
I would like to communicate with and existing product that has the ability to communicate thanks to a UART-Bluetooth module. This module uses a Serial Port Profile and shows...
Hi,
I'm working on a thread network and I have some difficulties to configure the BorderRouter.
I use the BorderRouter V2 rapsberry image from Nordic, I recompile the...
Hi,
I want to be able to update the bootloader along with the application via OTA DFU. I know I can't generate both the application and bootloader in one image/zip so I...
I am looking for specs for the input impedance of the comparators (COMP and LPCOMP) for the nRF52832. I searched the forum and all I found was someone saying it is ">1 Mohm...
Hi,
I am trying to incorporate flash storage library to ble_app_uart_c example. I have added all necessary functions from ...\examples\peripheral\flash_fstorage.
When...
Hi everybody
I have a couple of questions regarding power consumption for the 'nRF5_SDK_11.0.0_89a8197' (nRF52832).
I currently have an application which use 12-bit SAADC...
Hi, I made a simple diagram of what my device should do:
The nRF52840 should receive data via SPI from another controller, mathematically process this data, and output...
Hi,
I just pulled the source code of 'nrf' from the git server (SHA1 ID: 383da27cc232bd7baa353e965b7fe8fa08b56d77).
After performed 'west update' to sync other repos,...
Hello!
I want merge and write via SWD full firmware, including: main firmware, bootloader, settings page.
When I start debug, all data correctly writed, but main firmware...
I am trying add UART functionality in nRF5_SDK_11.0.0_89a8197\examples\dfu\bootloader.
After adding all required files and compiling program I am getting following error...
Hello,
My device has GATT data attributes configured to have BLE_GATTS_VLOC_USER so the data are in application stack. In this way, the softdevice has direct access to the...
I've been trying to use the Adafruit nRF52 library ( github.com/.../Adafruit_nRF52_Arduino) and the Arduino IDE to program a nrf52832 using my nrf52840 DK. However, I keep...
Dear Sir,
I wanted to make the peripheral connect to a predefined central device. Here I am using an android phone ( with nRFConnect installed in it) as the central device...
Hi,
I Used nRF52832-CIAA-R in my ongoing product development.
I need two UART and one I configured PIN(P0.6 and P0.8) for GSM.
Can I use any GPIO pin as a UART for GPS...