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...
Hello,
I am trying to get CLI working over UART and simultaneously use RTT for logging. I don't quite get my head around this. My platform is the nRF52840 DK. I am using...
Hi everyone,
I'm developping on nRF52840 with SDK 15.0.0 and Softdevice S140 v6.0.0
I'm using Peer Manager for pairing and bonding.
Everything work fine with io_caps...
The only examples I've found have been for ordinary single ended measurements at lower resolution, and even that is a crazy number of lines of code. Surely by now there is...
Dear nordic,
I want to change advertising data(manufacturer data including company identifier) before i start advertising
i choose central and peripheral example(because...
When I use the uart to transparently transmit, there is no problem at around 4k/s. When I increase the transparent transmission rate, there will be NRF_ERROR_SVC_HANDLER_MISSING...
Hi, I have the ble_app_uart with OTA functionality on SDK11 that works. Now I want to do the same with SDK12, but I see things have changed now. I've found this tutorial:...
Hi,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
I am using peermaneger to create central software and peripherals.
Peripherals are specifications...
Currently working on an app which will utilize the ADC component of an NRF chip.
The app will use the full bluetooth stack SF132;6.0.0, adc, and will need to have ability...
Hi everyone,
I am using NRF52832 and I use SPI as communication protocol. I check my SPI master by connect its MOSI and MISO pins together, and it works correctly. Now...
I have my own BLE application on the nRF52832 with SDK 11 and SD 2.0.0 that communicates to my own android app on a sony xperia z3 compact. The Android version is 6.0.1 and...
Hi, I bought TAIYO YUDEN "EKSHJNZWZ" evaluation kit. it is NRF52832.
it has 28 pin out. i don't know that pins are direct pin out from NRF52 or not
I don't have any example...
There appears to be a potential bug innrf_log_backend_flash function log_msg_queue_process ()....
In the case where the log message exceeds the serialization buffer size...
Hi,
I have read that bootloader can switch between two applications if programmed at different locations in flash by user. So how exactly bootloader knows to which application...