if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
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...