Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hi Nordic,
I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter.
...
Hi all,
I am trying to do bonded buttonless DFU but an error named NRF_ERROR_FORBIDDEN was raised in enter_bootloader() function under ble_dfu_bonded.c.
The description...
hi,
I currently have an application scenario,using a nRF52832(M board) BLE maser to upgrade another nRF52832(S board) is run standard DFU ,Are there any demo available?
Previously, I used SEGGER to build and run programs on nRF52 DK very quickly (5-20 seconds).
However, for nRF5340 DK, it usually takes about 8-15 min to build and run just...
Hi,
I am trying to connect the current product with MCU EFM32GG290F1024 to a Nordic BLE module in a serialization over UART.
I have port the SDK to my project and need...
1. hardware : nRf52840 dongle.
2. Purpose : Update Firmware into dongle to be sniffer, and restore original default manufacturer firmware for nRF Connect v2.6.0 desktop...
Hello All,
i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0
i added...
Hello!
Apologies in advance for my english.
I already asked a similar question, here is the link to it
When trying to connect a PWM driver PCA9685, I ran into problems...
Hello.
We are using NRF52840, SDK 16.0.0 and SoftDevice S140 7.3.0 and are noticing irregular SoftDevice asserts that don't seem to be triggered by any one particular function...
Hello,
I am curious to see if it is possible to register a device through a web app using the nRF52840's NFC. The goal is to scan the NFC on the device, enter the personal...
Hello,
I'm working on a custom board with a nRF52833.
A small external battery is on the board, and when the power is off, 32.768khz of low power remains on the battery...
I'm running the SDK 17 radio test example on two nRF52840 DKs. My goal is to do a PER measurement in 802.15.4 -mode.
I configure the boards to use ieee802154_250Kbit mode...
Hi, I am using nrf52832 board. I was trying to disable the GPIOTE interrupt for a particular event (Event4) using INTENCLR register. My code was NRF_GPIOTE->INTENCLR = 1 ...