Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
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...
Hello,
I am programming a XM122/XB122 with segger embeded studio, I carried out my tests by debugging the program and for a while I don't really know what I touched but...
Dear Nordic Team,
I'm slowly feeling my way around DFU via BLE on the nRF5280 with s140, but need a little clarification about the flash and RAM settings in the .ld file...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
The idea is: Ble_central show all scanned...
Hello,
I am looking for some some example code (for the nRF5340 / nRF SDK Connect) that uses the 'Limits event monitoring' feature (CH[n].LIMIT) preferably using zephyr...
Hello,
we are using a NRF52832 together with the delivered SDK.
There are plenty of example, which is good and helps a lot!
Now we want to build our own app and our...
Dear all,
I'm currently implementing a new wireless protocol using SDK For Thread and Zigbee (4.1.0) (nRF52840DK) accessing the radio registers directly. Reading the example...
Hello, guys!
We started designing our custom nRF9160 SiP based board. We currently feel that the most challenging would be to design the part around LTE/GPS RF networks...
Hi,
I have been working on an application for the nRF52832 using SDK 15.1 (this project started right before SDK 15.2 replaced 15.1, and I am planning to update to 15.3...
Hello,
Is it possible to provision only specific devices. Let's say I have box(with NRF52840 client that will send data to selected devices and NRF52840 provisioner). These...
We would like to implement a USB dongle with the nrf52840 with the following features:
uses USB CDC-EEM
uses DHCP to get an IP
uses some protocol to connect to a server...
I am using SDK 17 and nrf52840. There is one central and multiple peripherals. The peripherals are divided into different groups with different names. The central can decide...
Hi,
We are now testing the new eDRX provided by our operator.
We are analyzing the current consumption depending on the eDRx period to choose the best eDRX configuration...
Hello
I'm working on sdk v17, and I copied the previously created project to sdk in the new path. (to use some of the functions of the previous project as they were) And...
i build app Android and use https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1.
I want to connect multiple ble device and communicate with them.
...
Hi, all
I'm using nRF52832 pc10040, s132.
This is ble_app_uart_c example, and I'm trying to read my own beacon device's characteristic value.
I successfully retrieved...