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...
Hi all,
I'm using nRF52 DK.
I'm developing a program based on 'ble_app_uart_c' example with custom UUID.
When I type command using UART, central device send signal to...
HI, I have following errors while building a project in segger embedded studio:
1. 'TIMER1_INSTANCE_INDEX' undeclared here (not in a function)
2. 'TIMER2_INSTANCE_INDEX...
Hi,
Trying to compile one of the examples provided in the nRFgo SDK 2.3.0.10040 I get an error in the linker (error L204) Invalid Keyword. It seems to refer to REMOVEUNUSED...
Hi, When installing the nRF Connect SDK by using GSA application on macOS 10.15.3, at step "Installing the toolchain" I get stucked to a verification failure for python3 dependencies...
Dear All,
I have a question abou basic of BLE technology.
I'm using nRF52832 for our project.
My question is about avoding packet collision.
Please confirm my understanding...
Hello, I'm trying to use the PDM in the nrf9160. I'm using SDK tag 1.2.n I added
#include <nrfx_pdm.h> at the top of my main.c file.
I put
CONFIG_NRFX_PDM=y
in the...
We seem to be seeing slowness in a bare metal implementation. We would like to confirm the nrf52832 CPU speed. How can this be confirmed from within the codebase and/or logger...
Hi All,
Does anyone know what the maximum altitude is available for the nRF9160 GPS?
I know some GPS devices stop working properly if above pre defined heights.
The...
I have a PCA10040 board and use the development soft of SEGGER Embedded Studio for ARM 4.50.
I ran the project \nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_beacon...
While I was working with my dev kit this morning, the board has suddenly stopped responding to commands.
When I attempt to connect via jlink using Segger Embedded Studio...
This is definitely a stupid question but the uart ble example is littered with the likes of " NRF_LOG_INFO("Connected");". Where is this printed and how can I view it? I can...
Hi,
I'm using latest master branch of nRF Connect SDK and pre-released modem FW 1.1.2 which is including ANT->AUX switching. I'm developing a firmware for a custom board...
Hello,
is it possible to use use timeslot API on s140 while BLE is in "central" mode?
I was able to use timeslot API when BLE was running as peripheral. However, same...
Hi,
I need the bigger the size of bootloader. So I changed IROM1 0x78000 0x6000 to IROM1 0x77000 0x7000.But nrf_dfu_transports_init returned error code after I changed the...