Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have been trying to find some help or an example of using a capacitive sense button with the csense library(in SAADC mode) but also read the voltage of my battery using...
The Mac version of nRF Connect shows the Device Information Service characteristic Serial Number String as hex, not a string. It shows properly as a string on the iOS version...
Hi,
I'm changing the peripheral device name by sending a command from the host over ble. I can see the changed device name after the host disconnects. Is it possible to...
Given the info here and here ...
1. Does this mean that the nordic example here is wrong, and that line 54 should be time_struct. tm_mon = month - 1; to account for the...
I use SEGGER build mesh V4.1 project light_ctl and light_switch.
I flash light_switch_server_nrf52840_xxAA_s140_7.0.1.hex and light_lc_server_nrf52840_xxAA_s140_7.0.1.hex...
Hello Nordic
I am using nrf52832, skd 16.0 , s132 v7, the data with the new FW will be delivered via UART
I wish to understand some issues regarding FW update, after doing...
Hello,
I am working on SDK v14 version mpu6050 sensor. I found an example of mpu6050 here.
https://github.com/Martinsbl/nrf5-mpu-examples
And here I found a way to...
Hi, I am working on nRF52840. I want to add Device Information Service in ble_app_template. (as shown in the attached image its from another device) How can I add? Kindly...
Hello,
nRF52840, SDk16.0, Softdevice 7.0.1,
I am having the following flash write error message while writing data to flash. I'm using FDS library. Interestingly this...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course
I have set the device name as...
Hi
based on nus example , I'd like to create RX/TX characteristics with a custom UUID (128bits)
My problem is about the UUID characteristics versus UUID service, for example...
I've inherited a project where the software was developed in IAR and I've rebuilt it in SES. I am having an issue configuring the memory for the soft device.
The chip is...
For a project under development I used two NRF24L01 for testing and they work very well.
Now I would like to know if: is it possible to use one NRF24L01 as TX and several...
Hi, I am working on ble_app_template. I am trying to save a value in the flash memory of nRF52840. I am using the following 2 functions to write/read in flash memory but getting...