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 working on mesh application using two nrf51822 and one nrf2832. I started from light-switch examples. nrf51 set as two server and nrf52 as a client . In server side integrated...
Hi all,
in the datasheet of the nRF9160 is mentioned, that the same antenna can be used for LTE and GPS.
Page 364, chapter 8: GPS "Dedicated GPS antenna or shared antenna...
I'm using nRF52840 with SDK15.0.0
Following this tutorial : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial...
hi,
I'm trying to add a new BLE service to my device. I've followed the instructions in tutorial : devzone.nordicsemi.com/.../ble-services-a-beginners-tutorial , up to step...
Hello,
I have just started working with mesh and I'm using the 0.9.2 Mesh SDK. When I use the Serial interface (nrf_mesh_serial) I don't see any function about rx or rx...
Hi,
I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh SDK 3.1.0 and nRF5_SDK_15.2.0.
the data...
Hello!
I currently have 2 nR52DK using SDK14 and SDK15:
1) Beacon based on the beacon example
2) Central based on app blinky central + multirole
Then, I modified...
Hallo
I'm using sdk12 , S130 on NRF51822, so far successfully updated application, soft device and BL, however
lately after changing the size and starting address for...
Someone have a example of reading orientation sensor in javascript/HTML of the Thingy:52 equal of the github Nordic Example? github.com/.../Nordic-Thingy52-Thingyjs
Hello, I have a problem with staring "Run" in the "debugger mode" . I used Rigado evaluation board with BMD300 (nrf52) and also work with nrf5 SDK_15.3.0 Examples. Sometimes...
Hello,
I have 2 PCA10056 DK (with nRF52840), my purpose is to check the serialization between App. chip to connectivity chip
I have 2 problems on in each chip:
1. App...
I'm using the code below to enter lp mode;waiting for rtc wake up interrupt to wake up the mcu;
Now I need the app_timer module to do more things ,so I add app_timer lib...
Hi,
I'd like to add a cli command for entering DFU mode .
I'm using nrfConnect on a PC with USB.
When pressing the IF/BOOT button, I can enter DFU and can update the...
Hi,
I am using IAR embedded version 7.40 and my board is nRF52832 PCA10040,while i was checking devices list in IAR IDE under NordicSemi i can see only nRF51 series devices...
hi... i am using nRF52832 , 15.2 version segger . i have merged the uart and timer . i have set the timer for one minute , so every one minute it will send the data to ble...