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 am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
Hi,
I am using SDK14.2, s132, with nRF Connect on Android.
I have used my own implementation of the CTS_C BLE service. The chip is able to detect, and request the...
Nordic Semiconductor-ites and fellow forum members have yet to steer me wrong so here we go.
My product has 52832 on both sides. The central and its 21col x 2 row LCD display...
Hello,
I am developing an application with SDK 15.2 on my nRF52840 development board (pca10056) and want to run it on my nRF52840 dongle (pca10059). I have hit a problem...
We have been comparing the current consumption of the nRF52 running FreeRTOS Tickless Idle versus a constant tick and using the idle task to sleep and the results are interesting...
Hi,
Does the pc_ble_driver_py contain any API for paring or bonding bluetooth devices? And if so, do you have any examples or documentation which explain how to use them...
Hi,
Is there a way to reject a buttonless DFU attempt (nRF52832, SDK14.2) ?
I want my application to allow DFU only when certain conditions are met.
I thought using...
Hi,
Can anybody clear me on the maximum and minimum connection interval with some good example. I have not understood the connection intervals clearly.
Regards,
An...
I am working on a BT mesh network where nodes are mostly sleeping (to conserve power) when they wake up, they need to send a sensor reading to another node (which is always...
It is unclear for me why the following code look like this (conn_ble_gap_sec_keys.c, SDK15):
Is it logical that here the SER_MAX_ADV_DATA is used? is there actual advertising...
Hi , nrf connect V.2.5.0 in windows 10 64bit, fails to launch Bluetooth low energy app. "DEBUG UART read operation on port aborted" is the log info which i came to know from...
Hi,
I have a BLE sensor node (firmware not modifiable) that takes up a peripheral role and starts advertising when powered up. Typically, one can scan for the node from...
Hi All!
I have been working on bringing-up a custom manufactured nRF52832 board. I have with me 6 boards, the first 3 are working fine, the other 3 are not. In both cases...
Hello all,
I'm practicing creating my own service following instruction from this link: https://github.com/bjornspockeli/custom_ble_service_example
Now I stuck at part...
Hi everyone,
I have configured two UARTES , one using the app_uart library and another using nrf_serial library.
I am using SDK15.0 alongwith s140 softdevice with bluetooth...
Hi There,
What are the difference between system off, ram retention, RTC wakeup vs system on with ram retention, RTC wakeup vs FreeRTOS tickless with RTC wakeup? And what...