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'm migrating my project from using child/parent to sysbuild ( simple Hello world code, and using MCUBOOT + NSIB ).
The first error i faced when moving to use sysbuild...
Using Zephyr.
I'm looking for a process or a function to log unconditional message in the logging system including timestamp and other typical logging/display functionality...
We have a custom board with an nRF9160 directly connected to a SIM-S-IO3-MFF2-2 IC. I understand these kinds of eSIMs in IOT devices are typically provisioned over-the-air...
I have a slightly off the wall requirement where I need to send a serial data stream at 5kbps, it will be used to drive an external OOK 433MHz transmitter. The data format...
Hi,
I am having some issues when trying to enable the Fast Pair when executing the bt_fast_pair_enable(). I used the debugger to determine where it's failing:
...
Hello,
I am working on setting up the nrf52 (nrf52832) to communicated with the AD4130 from Analog Devices via the SPI Port. However, I am encountering a problem that I...
Hi,
I'm using the nrf9160, sdk 2.4.0 and tool chain 2.6.1. I need to scan the i2c sensor, I didn't find the i2c scanner example. So i was add one code and tested i'm getting...
I am trying to test the light switch and light bulb example with google home app and google nest device as a border router. I have flashed the bulb example into a nrf52840dk...
Hello, I've been trying to connect to cellular from our custom board (using nrf9160_ns) for the past few days. It already worked with the evaluation board using the same sim...
Hello,
I'm using the audio application provided by nRF. I want my device to play an audio file containing a sound saying "Connected" whenever the board is connected to the...
Hello, I'm running the nRF5 SDK's ATT_MTU throughput example and I want to check that the data sent by the 'tester' (nRF52832 in my case) is effectively received by the 'responder...
Hello Nordic team,
Currently we are developing with the latest Serial LTE Modem FW and modem core firmware which is available on Quick Start.
We see that the COEX0...
Hi
I set the time and date from cfs
the received package is valid. the timestamp is transfer to the set method correctly. the output shows also that the system time is...
We are currently using a Linux system and controlling HCI_UART firmware through BlueZ.
The problem we are encountering is that using BlueZ V5.55 allows normal Bluetooth...
Hello! I have a GATT Server in the form of a nrf52840-DK that has been given to me from a company that has a custom service on the server using CCCD. I have the full documentation...