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'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
Hello,
I am using the SMS sample of the NRF9160 SDK version 1.6.1. It allows to automatically send a SMS to a precise phone number, and to receive SMS.
As indicated at...
Hi,
I have been trying to use CMSIS DSP library over nRF52840. I added appropriate CONFIGs in prj.conf file, and cmake file. However, whenever I try to use function from...
Hi,
I would like to change the CDC_ACM UART (CDC_ACM_0) baud rate in runtime mode on nRF5340, but it seems to be not working. Below is my code snippet:
The return value...
Hello,
I am working on project where my requirement is something like... Device will advertise and it gets scanned by its own scanning.
What I have done so far......
Hello.
We are migrating from SEGGER Embedded Studio (SES) to IAR Embedded Workbench (IAR). At that time, an error occurs that "__ICFEDIT_region_RAM_start__" is not defined...
I want to select the nRF52 series SoC as our product platform. I have a use case in which I want to get the optimal channel map and I find the "sd_ble_opt_get()" function...
I have taken over a older (5+ years) project that uses Gazell, but it didn't use the Gazell link layer to do wireless pairing. We were looking at shifting to SDK 12.3 (last...
Hi,
I am using the CAF BLE components to use bluetooth on the nRF52840, which I control over HCI via the nRF9160. This is all working.
To use the CAF advertising component...
Hello Nordic DevZone, My name is Ted, and I'm having some difficulty with a recently installed Nordic / Zephyr SDK and toolchain. On 2021-07-24 I downloaded and installed...
I'm trying to read the memory off of a BT840F, which I'm hoping to do via a debugger. I've read that a tag-connect cable can be used to connect from a pcb to the debug out...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Hi,
I have an issue when I migrate my app from nrf52 sdk v16 to v17.
I have setup an app with an uart communication, an app timer and a watchdog. All off these (uart and...
We are using the Libuarte - advanced UARTE driver and sometimes see crashes in the uart_evt_handler code in nrf_libuarte_async.c when it gets a NRF_LIBUARTE_DRV_EVT_RX_DATA...
I am interested in developing a Cloud Driver that communicates to my own servers over HTTPS.
Cloud API documentations state that a driver needs to implement a set number...