Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
Hi,
I am looking for usb connect and disconnect events to be able to trigger some behaviors in our product.
I don't find any API for that, like subscribing via a callback...
Dear Members,
I tried to compile :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_broadcast\tx\main.c
I got this error :
..\..\..\..\..\..\..\components\libraries\util...
Dear Members,
I want to port a code from :
E:\nRF5_SDK_17.0.2_d674dde\examples\ant\ant_async_transmitter\main.c
to be used with PCA10056 ?
Any ideas ? thanks
Hi,
I have following questions
1. How to define the limit for number of bonding information stored in internal ROM of nrf52832?
2. We want to verify the bonding functionality...
Hi Sir
We have a project with nRF5340,
Coz our product will be a smart watch, we will need to re-programming our product after full assemble in production line,
So,...
Hi all
We observed a strange behaviour with mcuboot / bootutil in our nrf9160 based project.
The bootloader log messages showed that something with the primary image is...
I run the ./nrf/samples/bluetooth/peripheral_uart example on 52840DK and connect to it using the nRF Toolbox UART section.
The connection works and I can send messages to...
Hello,
I want to modify the lte_ble_gateway app (nRF connect SDK 1.6.0) to connect with the nRF52DK advertising through the ble_app_uart (nRF 17.0.2) application. The lte_ble_gateway...
Hello,
I am trying to test 1 central 4 peripheral multilink(with saadc).
However, when the master-slave(central-peripheral) is connected,
the connection disconnected...
As the title states, my program (and a simple idle/hello world program for that matter) pull approximately 600-800 uA at idle. Same exact program, driver, and config on my...
Hi all, I am trying to write a driver for a TMP116 temp sensor based off the existing Zephyr TMP116 driver. I have added in functionality to enable the interrupt pin to enable...
1. I am tried to clear DTLS session during lwm2m session using coap_security_destroy() . I have added logging and I can see ntf_tls_free() is called from coap_security_destroy...
I'm using DWM1001-DEV, which has UWB and nrf BLE features, and my ultimate goal is replicating Apple's Airtag with DWM1001-DEV. For this, I have to ensure the power consumption...