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'm having troubles adding PWM in light_switch_proxy_server example in Mesh SDK v. 2.1.1.
It seems that the PWM driver and instances are not correctly enabled, looking...
Hello,
I was wondering if there are any article or tutorial I can follow to optimize code build with Segger Embedded Studio.
I was able to follow this article( https...
I need logging in almost anything I do, but I've never been able to start from an example that does not use logging and add logging. I've set the NRF_LOG_ENABLED and NRF_LOG_BACKEND_SERIAL_USES_UART...
Hi,
I am using nRF5 SDK 12.1.0.
I have read the s132_nrf52_3.0.0_migration-document.pdf and I am trying to implement the whitelist without the private addresses i.e...
Hello Everyone need your help.
I am using three nRF52840 dongles and have flashed hex file of an nRF example (Ble_Blinky). i want to know whether the hex file is really...
Hi, I am using SDK 15.0.0 and FreeRTOS 8.2.1 (from SDK 14.2.0).
I consistently get a stack overflow on the Idle task, caused by PendSVHandler in port.c
This can be easily...
Hi,
I'm using nRF52832 on nRF52 SDK v15.0 with S132v6.0. I know that 52832 support high throughput and advertising extension. We have more than 31 bytes data to put in the...
Hi,
I have created up to 5 custom services with several characteristics (4 at maximum) each one. They all use the same base UUID.
The problem I'm facing now is that when...
I am adding CLI service with my existing project developed based on ble_app_uart.
CLI Init function :
static void _cli_init(void) { ret_code_t ret;
#if CLI_OVER_UART...
Hi,
to be able to send more advertising data, i want to cyclical switch between different advertising packages. This already works so far.
Do i need to include the AD...
Hi there,
I am assessing the possibility of replacing a low-power MCU in one of our products with an nRF device.
Currently, our low-power MCU spends most of its time in...
Hi, all. I am trying to add a GPS module to the nRF52840 DK, just like what is done at this post. https://devzone.nordicsemi.com/b/blog/posts/nrf52840-long-range-demo
But...
Hello,
I want to write multiple words using the usb keyboard. I am working with usbd_hid_composite example on SDK_15.0.0_a53641a. I am able to write just a letter using...
i.e. it would be similar in type to the nRF24L01 radio code, but obviously different since it's part of the vastly different nRF52.
Any examples to draw upon?
Unable to get logging information for SAADC example project in SDK versions 15.0.0, and 15.1.0.
I have no problems accessing the logs for the ble_uart_app example project...