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
I am using two sets of different Eddystone beacons configured to transmit Eddystone UID data (namespace and instance id). One set of beacons are off the shelf (OTS) beacons...
We have noted a PCN that seem to affect power consumption and certification. ( https://infocenter.nordicsemi.com/pdf/pcn_134_v1.0.1.pdf )
Can you tell me if the 3v3 Vmin...
Hello NordicSemi and Developpers,
I am working on a project with using the nRF9160 SiP and running a slightly modified version of the Serial LTE Modem sample from the nRF...
Hi!
I'm trying to connect nRF52833 with nRF21540 for long range communication, but there is no recommendation in reference design files of output circut for ANT pin (nRF52833...
Hello Nordicsemi Dev community,
I have previously utilized the `zephyr/samples/bluetooth/peripheral_hr` example and flashed both app and net core with the respective ...
Hi
i'm trying to connect openocd using Jlink of nrf52833 DK, but it does not work.
i installed openocd in MSYS in win10 environment and also installed seagger Jlink driver...
Hello, i'm currently working on my Bachelor Thesis using Makerdiary Board. I recompiled the OpenThread Libraries to get the CLI working on my Board. I need to read out sensors...
Hello,
I'm trying to use UART0 for communications between the nrf52840 and another microcontroller, while also using UARTE1 for debug communications between the nrf52840...
Hi.
I'm trying to combine TWI sensor and BLE app UART examples.
I already tried putting parts of TWI sensor example in the BLE example, but it gave errors on missing...
HI everyone,
I have issue relate to ble_lbs_init(ble_lbs_t * p_lbs, const ble_lbs_init_t * p_lbs_init) function.
issue happened when i call: err_code = sd_ble_uuid_vs_add...
I am new with nRF9160, just bought a nRF9160 DK from overseas, but I use it in China, two questions come up.
1. Is it working with China celluar network?
I tried the Basis...
Hi,
I'm trying to make the softdevice controller work on NuttX RTOS. I followed the SDK example code to reproduce initialization. All calls are returning 0 (no error). However...
Dear Sir,
we're developing a Ble keyboard with 52810. the product needs to detect what kind of operating system and have different behavior therefore. but i don't know how...
As below, BLE Data RX works fine, but TX doesn't. When does this happen?
Currently BLE connect/disconnect and RX is working fine. The power does not turn off due to this...