I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
I tried plenty of times to upload program on dongle from this site: NordicPlayground / nrf52-ble-image-transfer-demo
But I got these types of errors as mentioned in attached...
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...