Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Dear Devzoners,
I have a question about triggering received data via UART with the nrf_libuarte_drv .
Prehistory: We started using the libuarte async driver, but due to...
nRF5232 consuming too much power with BLE advertising interval 2 secs. I had tried using MbedOS6/OS5 and as well sleep_mode: deep sleep. Can anyone help, my appplication is...
Hello,
I have been trying to follow tutorial from:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/mesh-networks/posts/thread-tutorial-practical-guide-for-device...
Hello,
through figuring out how AWS FOTA works and following the instructions of this page
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160...
I found a couple of threads that the Windows version of the Power Profiler App in nrfConnect is broken, which it is also for me. It used to work in the past and I also like...
Hello there,
During my development I have discovered an issue with app_timer library. It is fragile for calling stop/start functions from interrupts which has higher priority...
Hi,
I have a project with nrf52832 without any BLE operation. Software runs with FreeRTOS. I am trying to add ble dfu into this project. There is a button connected to the...
Hi,
I am using nrf52832 development board with sdk 17.0.2 and softdevice 132.
I have freertos project which had ble nus service and aes cbc logic added to it.
I have...
I am trying to run the ble_app_uart from the ble_peripheral folder in the NRF SDK 15_2 I am testing with a Nordic 52840 DK (PC10040). I have made essentially no changes. ...
Hi, Nordic staff.
I'm working with Central device using S132.
There is a peripheral device using S112 in Nordic. I didn't make this peripheral.
My question is...
Hello all.
I have a question relate to: How to "ble_app_hids_keyboard" app can connect multi device?
My task: make equip peripheral base on nrf52811/840 can Adv and connect...
Hello, I am new to Nordic, I was previously using Cypress CYBT343026-01. But there were some drawbacks found during development. 1. It was consuming 315μA at 0 dBm BLE tx...
Perusing the GCC linker script supplied as part of SDK v16, I noticed that the .data section is specified as follows:
.data : AT (__etext) { __data_start__ = .; *(vtable...
I now need to burn the app firmware and modem firmware of multiple 9160 chips at the same time. Using pynrfjprog to write a program to burn the firmware for ten chips(Open...