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,
We are use iBeacon to position mobile phone. What can we do to increase the RSSI power?
50m is enough for our application, but we need to stable the value of RSSI...
Hello,
How can I manage the rotation direction of DC/EC motor with NRF52?
This doesn't work:
#define DUTY (90)
while (true) { nrf_gpio_pin_write(SERVO_PIN1, 1); app_pwm_channel_duty_set...
Hello, I am using the Peer Manager and FDS. I am storing one record with file id 0x1111 and record key 0x2000. When I call fds_file_delete( 0x1111 ), subsequent call of fds_gc...
Hi,
I want to do some math operations on matrices in C with complex numbers like multiplication, eigenvalues a nalysis,.. Can someone recommend any library?
Since I am...
How can I read and/or write registers belonging to the Network core from the application core. I would like to do it without modifying the hci_rpmsg that is built by default...
Hello,
MCU: 52832
SDK: nRF5_SDK_17.0.2_d674dde
I am currently using ble_app_hrs_freertos_pca10040_s132 as starting point with SEGGER Embedded Studio as debugger...
There are source files (nRF Connect SDK) with two SPDX license indentifier: "SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic" and "SPDX-License-Identifier: LicenseRef...
Hello,
I am starting to work on a sample project, wherein I need to include multiple C++ files, all present under a common folder. Can I define that common file path under...
Hi
I use keil or SES to compile the example(nRF5_SDK_17.0.2_d674dde\examples\multiprotocol\ble_ant_app_hrm\pca10040\s332). There are some errors occurred as shown in the...
HI
Recently, I had updated the toolchain manager in NRF connect desktop. Now I have version V0.10.0. I think, at the time of the tool manager update my NRF connect SDK also...
Hi,
I am trying to implement a Thread Border Router on Raspberry Pi 3 with NRF52840DK as a Network Co-processor (NCP).
I have followed the below steps to install the Thread...
Hi
I succeeded in changing the channel mask in the advertize_init function, but I could not change it in the middle of the function.
For example, I want to change the...
Hi,
I am new to Nordic product. I bought nRF52840 board and DWM3000EVB board from Qarvo for building some UWB project. I checked this forum a little bit. But I still did...