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'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...
Hi,
I'm openning a new case (following the proposal of Einar Thorsrud ).
I want to do a BLE NUS project with custom service 128bits and with custom characteristics also...
Greetings!
Using the NRF52840 PDK, I succesfully erase, write and read without any modifications!
I have custom boards which involved a NRF52840 and a MX25R6435F (so same...
Dear Nordic Support,
My project is split into two parts: A firmware application that is based on the Generic Level Server model example (from the Mesh SDK) and an Android...
Good morning,
I'm working on nRF5 SDK v17.0.2 and I am using Segger Embedded Studios (SES) for the development.
I'm having a problem when I want to share my project...
I'm aware that the nRF CLI tools are not yet ported to AArch64 so they don't work natively on Apple Silicon. Normally rosetta 2 is fine, but nrfjprog is not compatible with...
working with nrf52832, sdk 16.0 s132 v7.01
in the uart example i get to this place in the code :
i get a pin toggle which makes my system do some unwanted things...
Hi,
I have a ARM based Linux host CPU connect to MDBT42Q-U(nRF52832).
But I cannot control it by BlueZ:
```
root@OpenWrt:/# btattach -B /dev/ttyMSM1 -P h4 & root...
Hello,
After some weeks of inactivity and moving my desk to an other address, the nRF connect application is not running and show a white screen for all applications except...
Just checking in, I am recently starting to develop cellular communication and looking to develop on the nRF9160. I have been in nRF52 space and with that I develop inside...
Hi, I'm using nrf52840 DK. In my project I want to receive audio from microphone (analog) and stream it to bluetooth headphones. Is there any possible way to do it? Any help...
Hi,
I have been working with a nRF52840 DK up until now, but I need to change and move to a nRF52833 DK. I wanted to adapt my code as they can both use the softdevice I...
Hi all
I'm working on a project based on the nRF52 chip and I'm encountering
If the system runs out of battery or no buttons are pressed within a timeout the system has...
Hello
I made an application on the nRF52 sdk, which works correctly.
Now I want to add the ability to update the firmware via OTA bluetooth.
I followed the instructions...
1. Using Zephyr, trying to config SPI_3 of nrf9160 more than 1MHz for flash interface.
2. Ending up in faults.
3. We need to configure SPI_3 as master with freq > 2MHz...
hello!
im using sdk 17.0.2 with softdevice s112 in our customized board as i want to work for long range mode,so i need extended advertisement ie no available in s112 so...