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...
Hello,
I am trying to develop a custom BLE service. I have been following this tutorial .
I have also looked at this answer to understand the signal path for a WRITE event...
Hi!
I'm using SDK13 (Softdevice version 4.0.2) and I noticed that during an update via DFU bootloader the update of the Softdevice doesn't work.
After the transmission...
Hi Everyone
I have been trying to use nrf52840 on a custom PCB . So far everything is working perfectly except only one single issue which is the controller gets reset and...
I'm new to the NRF series, and for that matter Keil. I have a BT832A which is apparently an NRF52810.
I am able to flash my own code using Keil and and control GPIOs to...
Hello, I am battling with weird problem for 2 days already, need little help if possible, I have tried all remedies and nothing worked so far.
Here is what happened, I followed...
Hello,
I am using SDK5 for my code that builds successfully under Linux, but not under windows.
The error occurs in the SDK, not in the application. I am wondering what...
Hi,
We are trying to optimize the speed at which we send data over BLE UART with the nrf52832. Currently, we are using the ble_nus_data_send() function in a while loop with...
Hi, I am a beginner at this and I want to make a scroll wheel that connect to Android devices as an HID device. I have a custom BLE board from Skylabs (SKB569) with NRF52832...
I'm having trouble using the NRFX SPIM driver on the NRF52810 w/ Softdevice (S112). (SDK15.0.0)
I'm able to initialize but when I go to use nrfx_spim_xfer without the callback...
I'm trying to change the advertising interval for a non connectable BLE device, but this does not seem to vary regardless of the value set.
The code I used is:
#define...
I went through the process of migrating a custom app from SDK 14.2.0 to SDK 15.0.0 running on nRF52840 dev board, and I am having mixed results when pairing through nRF Connect...
Hello,
I am trying to move the
err_code = ble_advdata_set(&advdata, NULL);
return err_code;
Looking the documentation the new functions to update the advertisment...
nrf52810,sdkV15.0.0
err code:
nrf_gzll_init(NRF_GZLL_MODE_HOST) ; nrf_gzll_enable();
An hardware error occurred when I called the function nrf_gzll_enable()。
but:...
Hi,
I am trying to insert the fatfs code example into my custom project. I already added all the files e dependences and when I call the fatfs_example function from main...