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...
Using SDK 17
There must be a way to show all commands in RTT without needing the tab to work right?
Ive been digging through the code but don't see where the magic happens...
Hi, when i'm debugging my circuit, the logical of a if or while don't work. In the image, the timeout_rtc is higher than 100, but the value of a don't change to 1. What's...
I used the P1.13 pin of NRF52833 as the output pin, and used it in the manner of the blinky sample program, but it crashed and prompted the following error message:
***...
Hello, I have a custom HOST board. There are use NRF52840 BLE chip.
I'm run Bluez 5.61 on the HOST board and by meshctl> I am able to run as a controller. But if I want...
how to set BLE_GAP_ADDR_TYPE_ANONYMOUS
i have follwoed https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners...
Hi,
There are tons of documentation on how to make a mouse, keyboard or remote control work as a HOGP device, and I have successfully implemented both mouse and remote control...
Hi,
Using NRF Connect 1.6.1 on NRF5340 I have modified hci_rpmsg project to add another endpoint for bidirectional calling between app core and net core. I have used the...
Is there a reason that AT_CLIENT example always works for LTE but SERIAL_LTE_MODEM only works the first time, and then trying again it never connects to the LTE ? Typing AT...
I’m trying to write a program that reads data from 4 hall effect sensors and outputs it to a serial monitor over Bluetooth. The sensors communicate over I2C. The programs...
Hello,
I've purchased the nRF52840 Dongle: https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle . I've successfully flashed it with the version 4.0...
Hi:
I use nrf52832 to connect to the sensor module through uart. When the sensor device is turned off, I can repeat the pairing and unpairing of the Ble module through the...
Hello,
After reading many things, I would like someone to confirm or correct my understanding. I believe this will be great clarity for others as well.
The nrf52 requires...
Hello dear all. I am compiling a firmware to merge the timer function into the nrf52-ble-app-uart-c-multilink firmware. The timer function is copied from ble_app_uart__saadc_timer_driven__scan_mode...
Hi,
I am a new beginner when it comes to Thread and Matter. I am trying to run Matter on nrf52840. I flashed the door lock example, commissioned the device using BLE and...
I am using SEGGER Embedded Studio and an nRF52-SDK circuit board to run example ble_central\ble_app_hrs_c from nRF5_SDK_17.0.2. I have a peripheral that reports motions. The...