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...
I am currently experiencing an issue using MCUmgr CLI over a serial connection provided by the on-board J-Link debuggers on nRF52 devkits.
When using MCUmgr CLI to send...
Hi,
currently I'm testing several options to transfer data in broadcast manner, i.e. in fact extended advertising due to the amount of data to transmit. A few days ago,...
I want to do firmware updates over BLE. To do that I added these settings to my prj.conf which I mostly got from the smp_svr example:
This "works" but it uses the default...
Dear DevZone,
I would like to add a nrf21540 range extender to my board based on nrf52840 MCU. Our lab is based in Italy and we would need to respect the regulamentation...
Currently, I am following guide of zephyr sample: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html But when...
Hi
we are developing a successor for one of our products based on the nRF9160. One important feature is the debug UART. There are 2 ways to connect to this UART. Either...
Hello,
We have a software running on the nRF52832 which was developed with the nRF5 SDK. It contains a bootloader, S132 softdevice and our custom application.
The bootloader...
Hello,
When looking at the datasheet, we see that the modem power consumption can be really high in high power tx scenarios, 23dBm for example the modem consumes almost...
Hi,
I am looking to perform programming on a nRF52832 on a custom PCB. So far I am planning to use an SWD connection with my nRF52DK to upload my application.
1. I was...
Hi,
I'm looking for some documentation for both projects. While there inline documentation and example projects are existing, I couldn't find any javadoc (or similar,...
Hi,
I want to use two SPI instances (0 and 1) in my project. I am able to modify the example SPI project to use 2 SPI instances as in the code below and setting #define...
I'm trying to get the ADC running on an nrf51DK, however whatever configuration I use it always outputs a value equivalent to ~0.6v input. I've tried with the basic ADC example...
I bought a product with NRF52840 as MCU. Now I want to communicate with other devices over RS485. So I had to make some changes. I have the following questions and hope to...
i try to build simple hello world program in c++. it successfully compile just yesterday, but somehow it fail to compile now. on the log it seem to use /usr/bin/c++ to compile...
The following code snippets produces Error code 0x0005 when trying to update a characteristic value via custom characteristic programming nd connected to nRFConnect app: ...