Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
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...
Hello,
I'm trying to configure a larger MTU because I need to read/write GATT characteristics with size 216. I've already tried setting CONFIG_BT_ATT_PREPARE_COUNT to allow...
Hi,
I seek help with a runtime issue, my application which locked randomly after some time, be able to catch the issue in the SEGGER debug session.
The application is...
Hello, please review my PCB design for the nrf52832 soc. I think I've included all the necessary files, but let me know if you need anything else or something in a different...
Hi, I used nRF52805 module BC805M on my customized board. I can only make the BLE connection for a few seconds or minutes. Then, the connection will be lost. Here are the...
Hello,
I am working NRF52833 Device. I'm new to this platform.
Whether i can read/write into the UARTnode with my own application without using any Nordic UART API's ...
Hello,
I am trying to run the littlefs example with no changes from Zephyr (NCS v1.5.0) on my nRF52840 DK but I keep getting this error "<err> fs: mount point already exists...
Hi, I try to use UART in the template_project. But if I try to use printf UART doesn't work. The project works fine in debug mode. How can i fix the issue?
Hello Everyone,
I am trying to bring-up the UART Application in NRF52833 Device.
I have downloaded "nRF5_SDK_17.0.2_d674dde" file.
Getting below error, while compiling...
I am trying to connect and read the data of the MIO Fuse heart rate band. It is designed as per the Bluetooth SIG specifications i.e heart rate service UUID is 180D and the...
Hi,
A project I'm working on can be seen as a collector of data from many different sources. To keep I an overview I've decided to use C++ objects rather than C (in other...
Hello,
I'm using nRF52833, s140, pca10100.
I looked at the code 'nrfx_saadc.c' to uninit SAADC.
The file contains two types of code, with or without the definition...
Hi,
One of our unit started to systematically report DNS_EAI_SYSTEM (-11) when calling getaddrinfo(). In a attempt to get more info about the error, I added errno to the...
Hi experts
I am trying to play a little with BLE HID keyboard example supplied by nordic
I see that there is an array of 5 characters "hello" + "enterkey press" which is...
Hello There,
I want use I2C in nRF9160 for getting MPU6050 or MPU9250 data in it,
I try this Example with change overlay file in it
SDK 1.5.1 and also try with 1.40...
I am trying to send data obtained from my sensor (calculating with twi scanner example ) via BLE using the ble_nus_data_send function. I just tried to send this data via UART...