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...
I am in the process of evaluating the NRF52840dk and the NRF52840 dongle. I would like to have a program that will show, or record, RSSI data between units, or a unit and...
Hi,
Our setup includes two devices, a central and peripheral. For both devices, nRF52840 is used.
We are working with nRF5 SDK version 16.0.
In our application, the...
I am having difficulty copying the light_switch client and server demos outside of the SDK, what is the general procedure? I have manually deleted and re-inserted the files...
We have created a custom board using the nRF52832 (as part of the uBlox ANNA-B112 module), and are using the internal LF RC oscillator.
We are about to go through some pre...
Hi all,
the installation of nrfutils as per nordic infocenter
is failing. Not sure if the first step worked (claims it did but with some error messages):
Next step...
I have added the include and src. file paths to the MAKEFILE and yet I am experiencing this error.
I tried deleting the main.c.o file too, but am still experiencing this...
Hi,
After implementing my own services, I run into a problem when trying to read the value.of a characteristic. I basically have four services, of which one only holds one...
Dear Nordicsemi,
we need automatic simple test of ble function of our products - scanning bluetooth devices in rage and reading RSSI of device with specific mac address...
Sorry to bring up a topic which seems to have been discussed already, but I don't see an answer to my specific questions.
The original design of my project was to have both...
Hi,
The known issues section of SDK v1.3.0 release note states that
"
nRF5340
FOTA with the SMP Server Sample does not work.
"
Is this fixed in version 1.3.1?
Good morning, I'm working with the nRF52 DK and a custom board that has the nRF52810.
I am using the SDK 15.0.0 and followed the tutorial described here:
https://devzone...
Do you think my nrf is original?
The person I bought says it's original.
Can you please check it?
Seller link: http://www.ebyte.com/en/product-view-news.aspx?id=113
Hi,
I have a custom board in which i am using nRF52840 with SDK version is 16.0.0.
I have tested app_uart library its working Ok and current consumption is 6 uA in deep...
Hello,
I'm developing a project which uses two threads. One configures UART and keeps on a while(1) loop. But once it receives a byte, an ISR pushes the incoming byte...
Hello
I am adding the mpu6050 library in the ble_app_template of SDK 14.2.
Use the ble_mpu6050_simple example here. https://github.com/Martinsbl/nrf5-mpu-examples
I...