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...
Hello!
I am currently working with Actinius' Icarus IoT board and I'm trying to get the interrupts to work. This is the boards' pin layout: At the moment I have connected...
Hi everyone,
I am trying to create a system to collect data from different sensors and store them in a FRAM. Then by using SPI, I want to transfer the data to the nRF52832...
Hi,
Trying to build the asset_tracker_v2 application I finally get the following error:
Rebuilding ‘zephyr / zephyr.elf’ from solution ‘build’ in configuration ‘Common...
Hi All,
I have problem running nRF5340 in continuous mode without any external trigger (timer/ppi). I would like to setup SAADC so that last conversion triggered new set...
I want to use CONFIG_UART_0_NRF_UART instead of CONFIG_UART_0_NRF_UARTE. But I don't get any option for this because CONFIG_UART_0_NRF_UARTE is selected by default .
I...
Hello everyone,
I am working on a project based on nRF Connect SDK v1.7.1 that I want to move to the new SDK v1.8.0. But I'm experiencing problems when building the project...
Hi We'll be adding to a design that uses libuarte/UART0. I've tested/run the example code and it's fine. Changing/swapping index from UARTE0 or 1 works fine as does reassigning...
Hi Sir/Miss,
I use SDK 17.0.2 version and softdevice s112 7.2.0 version to develop in nrf52810.
And, I base on this project (NUS with static passkey) which imports CTS_C...
Hi,
In nRF_Connect_SDK's OpenThread's Coap_Client sample, I want to implement the role of both client and server on a single node.
Also instead of sending messages to...
I'm trying to implement the FTMS fitness machine service with the Kinomap app, similar to zwift. using as base the code of the ble_app_rscs of the library nRF52 together with...
Hi,
I understand that Attribute protocol supports commands, requests, responses, notifications and indications.
Can you please tell me if those packets are sent with the...
Hi,
I'm new to nRF52840 Dongle development.
We use some nRF52840 Dongles (packed in a machine) with pc-ble-driver-py for transferring data through BLE.
I can not share...
Hi,
I'm using the flashlog on my nRF52840 to log events. I have an external RTC which I read when logging each event in order to timestamp the event. My RTC code writes...