Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...
Hello, I am using the peripheral_lbs example project and build it for nrf21540dk_nrf21540
I also added CONFIG_SERIAL=n, CONFIG_UART_CONSOLE=n for disabling uart.
But still...
Hi all
I currently have a project where i send and receive commands over UART to another chip. When i receive a message over UART, a callback is triggered and I continuously...
I am having difficulty getting the nrf_regulators_system_off function to work correctly on newer versions of the Connect SDK.
In earlier versions v1.3 and such, the call...
Hi, Wanted to report an issue with iOS BLE transfer speed being lower than expected on nRF5340 (nRF connect SDK) We tried to get the same throughput on BLE as nRF52840 and...
Description: I need to create an SBOM. Currently, I am using NCS SDK V2.7.0 and Visual Studio Code Version 1.93.0. I want to use the example peripheral_uart to create the...
I'm developping an application on the NRF52833 chip with DFU using BLE
I havn't deployed a lot of thing in my software and I was surprised to see that my software doesn...
I tried using the 'externallib' sample with toolchain 2.7.0 and SDK 2.6.1, and it works fine.
However, if I add something like #include <zephyr/kernel.h> in 'mylib.h'...
Hi Nordic,
I am using modem nRF9160 to send a couple of bytes to my server. However, I have a problem with the PDP context. More particularly, when the PDP context is...
Hello, I have combine mouse with keyboard HID_12 and keyboard with media HID_23, but not able to combine mouse with media and all 3 together! Here are my HID_12 and HID_23...
I developed a project that using static passkey to pair and bond with nRF SDK17.
It be fulfilled by the follow way:
However,when I turn to NCS,I don't know how to...
Hey,
We've been using the pynrfjprog HighLevel API for our production programming, and I see that's now deprecated. There aren't any examples showing how to program the...
I am developing a keyboard using "ble_app_hids_keyboard" of SDK17.1.0 version. When I look at the log during testing, "High Duty Directed advertising" appears repeatedly and...
I'm working with an nRF5340-based custom hardware setup that includes an audio codec and a microphone, and I'm testing LE Audio functionalities. My setup involves running...
Hello,
We use nRF5 SDK v17.1.0 (soft device S140 v7.2.0) and it works well except that when receiving many message over bluetooth the device reset due to memory being full...