Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
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...