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 tried to create standalone project based on SAADC example from nRF SDK. I copied all neccesary .h files etc., changed the include directiories. But then appeared some...
I want to try NRF52811 EYSNCNZWW with Jtrace but i am not getting how to implement this.
I have Cortex-m Reference board which uses STM32F407 micro controller, it has dedicated...
Hello, I found this blog post in google and I decide to try it. I have couple of NrF52810 currently that we struggle with the limited space and the solution described in the...
Hi,
I have an issue with the first version PPK coupled with an nrf52840dk. I used to measure the current on the board through the nRF Connect desktop app on Linux and it...
Hello,
I'm looking for AoA antenna array reference design which could be used to create an actual device, but have not been able to find anything.
Thanks,
Billy..
While connecting with one NRF Development kit and Android NRF blink app mobile code, data is getting received properly.
But with some changes in development kit code ,We...
Hi,
I am using memfault with sdk 1.6.1 and want to get the reboot reason in my code. it is shown on boot and it seems the nordic register NRF_POWER->RESETREAS is then reset...
Hello Team, Could we control the 64MHz clock for some peripherals? I know that it is controlling by the clock control system itself and no way to configure it by the user...
Hi
When I generate a Zephyr Project with SES I get all c-files from CMakeLists.txt in the SES Project tree.
But I want also the h-files in the project tree.
How can...
We have developed our own application board with the nRF9160 on it according to the reference design.
The modem is connected to an application controller by UART (no HW...
when i connect NRF9160-DK (version 0.8.5 )to the CMW500 for CAT-M test, we have send the below three commands
AT+CFUN=4 AT%XSYSTEMMODE=1,0,0,0 AT+CFUN=1 to
the NFR9160...
Hello, all.
I'm using nRF52833, pca10100.
What I'm trying to do is just manually disconnect.
So, I referred to the Multi-link Central example. Multi-link Central is...
At this link https://infocenter.nordicsemi.com/pdf/nRF52840_Rev_2_Errata_v1.4.pdf, in 193 and 198 ID,this seems to be a mutually exclusive. In 198 workaround, .synchronize...
In the AGPS sample for nRF9160 "v1.5.1\nrf\samples\nrf9160\agps" main.c, there is option to set interval an and timeout in "gps_config" structure in "gps_start_work_fn" routine...