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 -...
Hello,
I'm using a NRF52832 QFAA connected to a Quectel modem through UART. We're using UARTSerial from Mbed OS 5.
We've produced 12 custom boards where on 2 of them the...
Hello,
I'm working on adding an HTS service to an existing device (nRF52832), and running into a problem that can be reproduced on PCA10040 and S132 5.0
When my code is...
I modified the firmware of our control unit to allow BLE communication. Now It communicates with an ANDROID APP. The chip used is nRF24L01+, It send and get only Non-Connectable...
Hello,
I'm trying out the HID Keyboard example (sdk 16.0.0, s132) and was able to pair once to my phone. Now I can't pair to any device. The following pop-up window appears...
I'm running SDK 14.2 using FreeRTOS on a nrf52832.
When I increase NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 158, the system ends up in Hard Fault.
Anyone have suggestions on...
Hello,
I am using an nRF52 to transfer 20 bytes (through notifications) to a raspberry pi (with bluetooth dongle). I've been experiencing some weird connection times: I...
Hi
I have 1 PCA10040 dev kit and 1 Raspberry Pi 3.
If I connect NRF dongle to Raspberry Pi will Raspberry Pi act as mesh-node ?
All I want to do is send data from PCA10040...
Hello,
nRF52840 is having the inbulit RTC for keeping the time.
Should i need to use external RTC with coin battery for even after power off the BLE nRF52840.
PLease...
Hi!
We're considering implementing some security measurements into our devices, and so naturally we've started to investigate CryptoCell and other Backends supported by...
Hello,
I recently updated nRF Connect to version 3.4.0 (Bluetooth Low Energy). I'm observing, that the tool is not able to reconnect to a peripheral that was previous bonded...
Hi Nordic Experts,
I use nRF52832 for a custom board, I use GPIO P0.17 and P0.18 for controlling NMOS switch, for buzzer and vibration motor, and the frequency is controlled...
So I seem to be having trouble interfacing with nrfl2401. To initially test the chip, I sent `0xFF` to be able to read off the status register but when I do, I get `0x1C`...
Hello Nordic Team,
We are working on a BLE project with RSL10 board from OnSemi. We need a BLE sniffer to capture and analyze the BLE packets in the air for debugging purposes...
I have a module LAIRD BL651 based on nRF52810 SoC
I’m using the latest nRF5_SDK_16.0.0
I can flash ...\examples\ble_peripheral\ble_app_uart\hex\ble_app_uart_pca10040e_s112...