Hello,
I'm moving my project from SDK1.9.1 to SDK3.0.2. Project is based on peripheral_uart sample (UART part is removed since it is not necessary).
I have encountered...
Hi, i'm using NRF5191 with DECT.
DECT modem: 1.0.2
App: hello_dect sample
In datasheet I found that NRF9151 support various band: 1,2,4,9,22
and I'm using these value...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
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...