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...
Hello,
I am using nrf52832 SDK 15.3.0, in Segger Studio IDE.
When i am using NRF_LOG_FLUSH in my application , then application is getting stuck in the below code:
...
When the transmitter frequency is 2445MHz and the receiver frequency is 2413MHz, the receiver will receive the data from transmitter correctly. Not only the receiver can receive...
Hi, currently I use nRF Connect v3.0.0 to flash my nrf9160-DK. With the Segger Studio from Nordic I am able to generate the merged.hex but now my problem: I erased the chip...
Hello
I would like to compile Direct Test Mode on Segger embedded Studio.
I follow all instructions with getting started assistant
but i have one error : error 5 cannot...
I am starting with the nRF52-DK. Page 8 of the documentation has links for examples to get started.
4 Start developing After you have set up the development kit and installed...
Hi,
I get the problem when I tried to download ncs
west update WARNING: Can't set ZEPHYR_BASE: parsing of manifest file failed during command update : no "manifest...
Hello, everyone, I have an issue where I could use some help!
I have this setup.
- One nrf52840 ble peripheral (the data collector) that accepts multiple central connections...
Hello all.
I am developing a BT4.2 compliant application. I have a question about LESC (LE Secure Connection).
devzone.nordicsemi.com/.../how-to-implement-ecc-functions...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . I am trying to set the value length of the custom characteristic...
Hi,
I've been trying to connect nRF9160 DK to google cloud by running "google_iot_mqtt" following the directions here https://devzone.nordicsemi.com/nordic/nordic-blog/b...
I use SEGGER step-debug commands F5, F10 and F11.
Sometime F10 cause the debugger to step into disassembly code, making continue debugging hard.
Restart debugging 'cause...
Hi, I have an nRF51822 with s130 doing normal advertising and a Nordic UART service. Is there an example somewhere of doing some simple observation with it at the same time...
I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example . However, I now want to try increasing security settings...