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,
I recently procured a nrRF52 DK board (PCA10040, v2.0.0 with nRF52832) for our new product development activity.
I tried following precompiled binaries present in...
Dear Nordic Tech Support & community,
The SDK 16.0.0 supports only one button long-push at time. Attached you can find a SDK-patch to add the support of multiple long-press...
Hi Team
I am trying to implement the firmware upgrade for master controller nrf52832 on chip using esp8266 over uart and I am very new with this boot-loader part.
I...
Hi
I had implemented a DFU module in esp8266 where I am trying to upgrade nrf over serial (UART Communication).
I had success with Init file write but when I send the...
Hi,
I am using nrf52833 EVB as an SPI master. The data is sent properly and well-received at the slave, however, I have a problem with the data received.
The problem...
Behaviour:
- Bluefruit the feater (nRF82832)
- Bluetooth BLE
- Implementation of Fitness Machine Service (0x1826)
- What is correct : all characteristics notified...
Hello, Nordic!
Our project is at evaluation stage. We aimed to build an Bluetooth 5.1 AoA indoor locator system, where the reciever should know the location of the transmitter...
We are using nrf52840 USB dongle to get PIR sensor readings and send measurements over the Bluetooth Mesh Schematics are following: We increased power for peripherals to 3...
Hi:
When I use nRF51822's 2.4G Radio(not BLE),I want to improve anti-interference level,Make sure that all my pairs of host and device can communicate normally.
Thank...
Hi
Looking at the AGPS sample code, it seems GPS/LTE is turned on and off using AT commands (AT+CFUN=x, x in {20, 21, 31}).
Do you recommend NOT using PSM when using AGPS...
Hello,
I have several nrf52 Development Kits which will be used for creating a Bluetooth mesh network. They sport the NRF52832 SoC.
Do they have, or will ever have, support...
Hello
*Environment
- LG V30 (Android 9)
- nRF52832, 15.3.0 SDK, S132
- nRF5340 ( I can't find SDK version)
I have some issue.
LG V30 Mobile can't reconnect...
Hi,
I am using nRF52840 USB dongle and DFU trigger library to update firmware without push any button.
The Python 2.7.x is working fine for DFU trigger into the DFU mode...