How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hi!
I want to connect my NRFL2401 to my computer using BLE (v4.0.0) in order to collect data from a sensor. However, the «Start Scan» button is not functional. When I click...
Hi!
I am trying to subscribe to nrf cloud with topic " prod/<TEAM_ID>/<DEVICE_ID>/jobs/rcv". After that I get Disconnect event in the MQTT handler.
Topic "prod/<TEAM_ID...
Hello Everyone,
I am using NRF52832 in my project and in my project I want to charge the device through USB C. So when we plug in USB C into the device, the NRF52832 should...
I followed the directions for pulling down the nRF Connect SDK v2.0.2 via Toolchain Manager v1.1.3 in nRF Connect for Desktop v3.11.1.
I am using Ubuntu 22.04.1 LTS 'Jammy...
Hi,
I am creating a central code from scratch, using zephyr version 2.0.1. I want to know the central code contain all the zephyr rtos property like thread in background...
Hi All,
I am trying to communicate with IC MAX17201 using I2C interface. I am able to detect the IC and communicate with it.
When I read 8bit registers from the IC I don...
Hello,
nRF5340, NCS2.0.2, vscode.
\v2.0.2\zephyr\samples\bluetooth\periodic_adv
when TX and RX work on PHY_1M, two side work well.
but when TX side set BT_LE_ADV_OPT_CODED...
Hi,
Is it correct that nrf-sdk does not support (or have any implementation for) the "NV Counters" API in TF-M ? (needed for rollback protection in the Protected Storage...
Overriding the sdk_config.h configuration
Each define in the sdk_config.h file is a conditional define that is added only if it has not been defined previously so it can...
Hi - I have successfully built the Android Chiptool and Window Covering sample using NRF Connect SDK v2.0.2. I build them both using the same matter library that is installed...
I'm trying to investigate a HardFault that happens within half an hour of using our product.
Device is nRF52832, SDK is 17.1.0, SD is S132 7.2.0
So far, I never managed...
Hello,
I try to create and use my own device tree node.
For that I created a very basic yaml file:
compatible: "bat-measurement" properties: channel1: type: int required...
Hello,
This is a followup of an answered question: " How to get pairing/bonding to work in e.g. ble_app_uart".
The project, ble_app_uart_pair is the ble_app_uart example...
Dear Team,
We are using the following 32 MHz crystal from Epson (datasheet attached) on our nRF52810
The datasheet does not say the start up time for the crystal and...
I have two functions, which both try reading incoming data for a characteristic.
I would expect be the same address in both functions, since the p_ble_evt write struct should...