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...
I am using pyserial on OSX as well as Ubuntu to send commands to the serial CLI via the JLink virtual com port for testing, and am occasionally experiencing lost/mutated characters...
Hi everyone. I am a beginner i really need help regarding an issue. I have two nrf52832 modules, on each of them i have a sensor from which i read some values. All i want...
While testing and debugging our current state of development, sometimes our devices go totally offline (thread visible via mqtt-sn last will, no ble advertising).
I found...
Hi,
Just to share my though here.
I think it is better way to decouple the BLE and application with dual core design.
It help to get rid of application latency due to...
Hello Everyone,
We have 2 devices. 1st device is flashed with the Eddystone example & sending TLM info. The 2nd device is flashed with a modified version of the ble_app_hrs_c...
Hi.
So I'm trying to configure my SW to use two uarts (as I've understood that uarte and uart are separate modules that can be used at the same time).
As the app_uart...
Dear nordic,
I implemented a uart in BLE application its works fine.
I need to reduce current for that i enable and disable uart but when i call function disabled or enabled...
hi team,
real quick; The accuracy internal reference (0.6V) used in the SAADC is specified in COMP section of the data manual as +/-3%. The gain error in the SAADC is...
Hi,
I was just trying to build the light_switch_provisioner_nrf52840 code using Segger Embedded Studio. However, I've got a error build/light_switch_provisioner_nrf52840_xxAA_s140_6...
What is the function of db_discovery_init (); , I am migrating a code from SDK 8 to SDK 14.2 and I can not find that function, I do not know what library it contains or how...
Hi Nordic.
I am currently working on nRF52810 chip and the main power source is lipo battery. The battery is charged via USB could you recommend an efficient power management...
Hi,
I am currently migrating my controller from nRF51 to nRF52832 . I am facing an issue where in when I try to do an TWI communication with MPU9250 on nRF52 the code gets...
Hey
all process of burning work great without use of reset pin.
question is do we need to change it and wire pin to jtag connector?
what is the added value of the pin...
Hi All,
I have been using Keil but have decided to test "Seggers Embedded Studio for ARM" to develop firmware for the NRF51822. After following this tutorial i have been...