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 am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
Hi,i use the bootloader demo code , the file path is nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_bootloader\pca10056_s140_ble\arm5_no_packs ,a fter I compiled and passed,...
Hi,
I know this question has been asked a million times before, but most of the links are now dead, and the advice seems stale. On sdk 15 and up, how do I go about setting...
Working on a BLE application on a nRF52833 development board with FreeRTOS (external/freertos), and I noticed that the SDK uses dynamic allocation for FreeRTOS, e.g., xTaskCreate...
Hi community, I need some help with mesh programming cause i'm new to it ! First, i'll explain what i've done : I create a program on visual studio, which can communicate...
Hi,
I am starting a new iOS BTLE project for a new kind of music instrument. I started with the Thingy believing that that would be a good reference design to start from...
Hi!
Working on project based on nRF52810. Everything was fine until I began to work on part to save setting in flash memory.
I've used flash_fds example SDK 16.0 as starting...
Hi,
Currently I’m working on a device which is, on the one side connected to a smartphone via BLE and on the other side to another uC via UART.
Therefore, the UART speed...
I'm trying to get the debug version dfu secure bootloader from nRF5SDK160098a08e2 running on a nrf52832.
I'm able to compile it using cmake and a gnu c compiler. However...
So I am doing a project with a 160x80 TFT display, using the ST7735 driver. I have slightly modified the ST7735 functions to work with my display, and everything is running...
I am trying to create an application which would send data once a minute. The application is based on BLE advertising packages, because it should be the most simple method...
Hi,Sir:
I am making a DEMO based on SDK15.0(SDK15.0\examples\ble_central\ble_app_hrs_c) and pca10056 for my one of important customs.I need to implement some extra software...
Hi,
I am now in Hong Kong, and trying to connect to NB-IoT network here. There are 2 providers of NB-IoT in Hong Kong: "CMHK" and "Three". They provide NB-IoT since 2017...
Hi!
I was testing the SD Card example that is available on the SDK 13.00 in the following path: "nRF5SDK1300/examples/peripheral/fatfs". I checked SDK 16.0 and the code...
I have a hard-to-reproduce bug in my MQTT application that I have investigated enough to realize that my MQTT thread is stuck in a call to mqtt_publish(). I've verified that...
I would like to add UART as an option to the "ble_app_hrs_rscs_relay" example in SDK16, But keep the peripheral low power.
i.e. once I set a GPIO, the UART will start to...