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...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hi Nordic engineers,
I am using west to build the nRF NCS, my own project which is adopted from samples. Using Powershell (win10) to run west commands as below.
I need...
I tried the "ble_app_hrs_pca10040_s132" example from SDK17.0.2 on an ISP1507-AX and wanted to access the Heart Rate Service to read out Heart Rate and Body Sensor Location...
Hey guys ,
I am trying to merge ble_app_uart code with RTC peripheral code . RTC code works fine when I try it on SDK but after merging with ble_app_uart code it doesn...
Hi,
I have a question about the connection handling when we have two connections to a single smartphone.
The smartphone runs two Applications:
App 1: Acts as central...
Hi,I recently started using a PPK2 board and at first had no trouble setting it up with the Power Profiler Software from the nRF Connect for Windows.
What I realised is...
Hi,
nRF9160 in nRF9160DK with NCS v1.6.0 and master, power consumption measured by PPK2.
With CONFIG_SLM_EXTERNAL_XTAL=n nRF9160 average power consumption is ~7uA after...
My use case is that the nrf9160 is running as a serial lte modem and I have a host controller that is controlling the ENABLE pin. VDD will always be powered so can I leave...
Hi All,
I am using a 3rd Party (Japan) nRF51822 module in a device and it is running a modified Direct test mode firmware without Soft device. Upon testing, it is found...
Hi everyone!
I'm trying to make the NFC work on a custom board. I'm using a BL653 series (nordic nRF52833) and nRF Connect SDK v1.6.0. I am running the record_text example...
I found a similar thread for this issue, but there was no solution... So I want to ask here again here
I follow the video "Introduction to the Zephyr RTOS"
https://www...
We are using a IDE Segger Embedded Studio (SES) for our development with nRF52832.
We need to use IDE which supports IEC 62304 standard.
Our Query as follows:
1. Is...
Sometimes when I call sd_ble_gatts_hvx, it can take several ms to return. Most of the time it takes very little time (<1ms), but occassionally it takes up to 34ms, my connection...