Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
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...
Hi,
The eddystone example enter to connectable mode by press a button, but our customer don't want to press button one by one, they hope the beacon can advertise eddystone...
Custom nRF52 device uses SPI interface for external flash, so in order to read/write to external flash would need a RAM loaded firmware to keep code in internal flash untouched...
Hello,
How can I have two or more temperature probes reporting using the ZCL library?
Imagine that I want to have a device that measures for instance two temperatures...