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'm working with the latest v1.6.1 nrf SDK, and was able to get the Blinky sample code to work.. But trying to translate that to toggling other GPIO isn't working. I also...
I freshly installed Nordic Edition SES v5.50c and nrf sdk 1.6.1 on my machine and opened the empty_app_core with the Open nrf-sdk project option, selecting nrf5340dk_nrf5340_cpuappns...
While trying to build and run on my nRF9160 DK the project: asset_tracker , that I imported into SES by selecting: File>nRF Connect SDK Project...(in the SES menu), I followed...
Hello,
I have a ble nrf52840 module. I want to make it as becon code which is power optimized. Pls tell me the steps by which i can do that .Share some document or code...
hello ;
i need to send data from the nrf52840dk to / over the internet and to the server , so i know that on board nrf52840dk , there is no wifi chip on nrf52840dk , so...
Hi,
After the execution of erase all command(nrfjprog --eraseall) My custom board is not visible anymore. When I tried to connect with the nrf connect programmer ,I received...
This is the error I have. Couldn't figure out what causes this error. Tried all the related issues mentioned on this website. I have made sure the python and latest version...
The questions of data throughput:
1. nRF9160 supports SIM card for data transmission through NB-IOT, so what is the data transfer rate using NB-IOT?
2. Including data...
Hi, I am new to nrf.
l am using nRF5_SDK_15.3.0_59ac345
I am working on the ble_app_uart example and want to write the data in the flash of nrf52832.
I included flashwrite...
Dear Nordic Enginneer
Our customers has a problem when using the NRF52840.
They want to make a mouse,and now they use LLPM and then they use the gmouse example and the...
In Bluetooth LE Audio - nordicsemi.com , it says that nRF5340 supports LE audio. But in Bluetooth Launch Studio Launch Studio - ICS Details (bluetooth.com) , I find the ICS...
Hi everybody,
Now I want to integrate nrf52835 into the android system. Using ble is like using anroid's bluetooth.I finally want to implement pairing, communication, opening...
Hi,
I have modified the HRS example (central+peripheral) from SDK 17 to operate in Long-Range mode (PHY CODED). This appears to work correctly assuming that a bond was...
I have succeed transferred data from PC to NRF52840 dongle and managed to receive it back on the PC.
But i want to be available to manipulate the data in NRF52840 dongle...