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 have to program the application on an nrf52840 chip that is connected to another MCU via the SPI interface. Since I have to send the image from the MCU to program...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...
What causes NRF_LOG to report 'overflow' ? The buffer I provide is certainly large enough.
I have #define NRF_LOG_DEFERRED 1
What happens if I have something like this...
Hi,
When the Bootloader calculates the application CRC it takes around 350ms. I saw that it is possible to switch off the crc calculation or to use hash for validation....
Hi!
We are working on testing JIG after SMTA process and we'd like to use open source solution for in circuit flashing and testing our product. Project is based on NRF52832...
I am using a nRF52832 custom board based on SDK11 and SD 4.0.2 configured as a peripheral with a GATT server. I am seeing a case where the client is an Iphone XR iOS v13.2...
Hello, I'm struggling programming the Blinky app from examples to my NRF52 DK (pca10040) Here is my script: # 1. Generate settings nrfutil settings generate --application...
Hello, I hope you are doing well.
I am using the nRF52832 with the SDK16. After adding some new custom characteristics, I didn't have enough space in the BLE_GATTS_VLOC_STACK...
Hi,
We tested, certified and declared our bluetooth product with Softdevice S140 v6.1.1 and referenced the QDID 124988 launchstudio.bluetooth.com/.../77429. On the declaration...
Hi,
We would like to share a part of our Zephyr software with a customer. We would like to share a static library, not the source code. The code to be included in the static...
Hi,
I am getting a "Cannot Create Project" error when trying to create my first project with NCS for the nRF9160 DK board. I installed the SDK using the toolchain manager...
nRF devices have a proprietary service called Nordic UART which provides a similar functionality to SPP (Serial Port Profile) of Bluetooth Classic but over BLE. Now, for SPP...
Hello,
I am using anrf9160 chip. I have a question about the ERASEPROTECT register. I would like to write it using the firmware to disable the ERASEALL functionality.
...
Am I correct in that if I plug an nRF52480 dongle into any of a Linux, Windows 10, or Mac, that I can create my own C++ programs using the S140 Soft Device import libraries...
I am looking for a way to flash program an nRF9E5 on Windows 10.
Currently, I have been using the nRF24E1 Dongle on Windows XP with the program nRFPROG to complete this...