Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
hi!
Can anyone help me with code merging of saadc and ble uart.
Basically i have done analog to digital conversion of my sensor value and monitoring it on serial monitor...
Good day,
Studying the possibility of using C ++ on the MCU nrf52840, I met an interesting moment in file "nrf52840.h"
I have added a part of the file which gives me some...
Dear Nordic Semiconductor support team.
I tried to make my nrf51822 DK to talk to Micro:bit by using Gazell library. ( from nRF5_SDK_12.3.0_d7731ad\examples\proprietary_rf...
I am using nrf52832 with buttonless DFU ,SDK 15.0,using fstorage.I want to store some device information in flash,such as serial number,hardware version,these data will not...
In the compatibility matrix , Engineering A must use the "nRF5340 OPS v0.5.0" specification but when clicking on it, only the latest version (0.6.1) is available.
Which...
Hello,
I want to add control over UART to ble_app_blink_c project.
SDK is version 16,I copied <SDK>/examples/ble_central/ble_app_blinky_c folder and made <SDK>/examples...
Hello,
We're experiencing a strange issue where a device we sent to a partner in the US wasn't able to connect over there after rigorously testing this before shipping here...
I am currently using one nrf51dk board that is automatically showing itself on my computer as a mapped storage device with the label "JLINK".
This is actually a board I...
Hi,
I have a ble device that uses nRF52 chip. I would like to know if it is possible to do ble automation on that device.
Here is my setup:
OS: Ubuntu 20.04 LTS
...
Hi everyone, I am using TWI driver to communicate with I2C. I have write the following I2C read function.
Now I want to write a second I2C function with some modifications...
Hi,
I have a device that throughout the uart data to ble,recently I find a problem that in the case of weak signals,the data sequence is out of order.
Here is the question...
Hi,
I am trying to run the sensor example as provided in the Mesh SDK. I am getting the log as mentioned:
13691970>, main.c, 475, mocked motion sensed = 0% <t: 13691973...
Hi there,
I'm using the softdevice sd_ecb_block_encrypt to encrypt my 16byte block data as follows:
When my data buffer is filled, it called aes_encrypt(),
void aes_encrypt...
Hi Nordic,
I are working on battery operated device.
Need to measure battery percentage using ADC.
Let me know how can we select range of 0-100% for battery voltage...