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 Team ,
In my application , i am using RTC1 for RTOS and RTC2 for Running a time calibration andRTC0 for Softdevice but parallelly i need to add Lbs service which includes...
Hi there,
I wanted to test Matter/Thread networks using the nRF5340DK I have.
I downloaded the nRF Connect SDK through the Toolchain manager.
I tested the blinky app...
Hi,
I have an unusual requirement where the current constraint device needs to the controller and passively scan. My understanding is the best way to estimate the current...
Hi Nordic Semi
I have implemented a basic BLE peripheral on a nRF5340 using the nRF Connect SDK 1.7.0.0.
The product we are developing have strict power consumption requirements...
I've been able to port the DFU process into a C# app running within a Linux gateway.
I'm using the buttonless without Bonds service to enter DFU mode.
The problem I have...
I am trying to find information on this and it is not clear.
Is it safe to perform FDS read operations (i.e. fds_record_open(), fds_record_find() and fds_record_close()...
Device: nrf52833
SD S140
Application - Central Host, based on uart central sample project
The peripheral device needs to deliver a block of data (10-20K bytes) to the...
Hi,
First of all, I am currently trying to merge several projects and some of the project were using older versions of the drivers. Then I noticed that the oldest update...
Hi,
I am trying to get a GPS reading on the NRF9160DK. I have tried both the GPS sample (no SUPL client) and the A-GPS sample , but with neither sample projects I manage...
Hi
I am experiencing an issue with nRF Connect Desktop Programmer failing on Mac OS Catalina.
I am attempting to program a Thingy:91 via nRF Connect Desktop Programmer...
I recently got the NPM1100 dev kit and it's awesome.
I'm working on a portable bluetooth device based on NRF52840, which has NPM1100 as battery management IC.
I would...
Hi,
I am developing an embedded solution where I need to use a nrf52832 as bluetooth controller to detect advertisement packets from beacons. I flashed the zephyr hci_uart...
SDK version 1.7.1
I am working on a project involving a nRF9160 and the sample application nrf/samples/nrf9160/azire_iot_hub and working on reliability issues with disconnections...
Hell to all,
We are currently developing a device that are NRF52832 based on NRF SDK v16. It is in our plan to make use of the Wirepas stack too. At the beginning, it...
Hi
I have committed myself to building a central app that will be based on UART example replace an existing BLE soc that can no longer be found using the central.
My sensors...