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 am using nrf52382 .. segger 15.2version
here i have attached two programs ble_uart and twi sensor ... its working fine but data is received over ble_uart app...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use CURVE25519.
I made my code refering to example "ble_app_multirole_lesc" and "nrf_crypto_keys.h".
NRF_CRYPTO_ECC_PRIVATE_KEY_CREATE...
Hi all,
When i walk-through the battery-service provided by nRF SDK, i note the presence of " Report Reference Descriptor " in the characteristic addition function.
I...
Hello,
I am trying to insert fds functionality to light switch client. I added all files and libraries to project. But when i try to compile project i face with errors...
When I am initializing BSD-library with bsd_init(), the function gives me back an value which i can´t find anywhere 0x00008108.
Hopefully you guys could tell me what this...
Are the virtual page sizes only allowed to be 1024 and 2048 for the nRF52840?
// This is a multiple of the physical page size. Is this allowed or not?
// <i> Expressed...
I am attempting to do the assert_tracker example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for...
Hello there,
I want to run Radio Test on one nR52832 based custom board.
I have flashed the example from SDK 15.3 on the custom board using PCA10040.
I have done the...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...
Hello,
I have the following problem. I want to create a whitelist using the PM on a manually added peer.
I manually add a peer by adding its GAP address.
Then I try...
Hello!
Like several others on here, I’m trying to make a multilink nus central firmware. My Peripheral devices run the ble_app_uart example, and the central device runs...
Hello everybody !
Here I am designing a system with 3 development boards nrf52832, where a card called "central" is connected to the computer by USB and this board will...
Dear Nordic,
I'm developing an application using the NUS service en SPIM peripheral. Both of these work correctly independently. Now I'm trying to start an SPI transaction...
I'm developing IO-Link driver using UARTE peripherial.
Is it possible to get event on end of transmition with EasyDMA Tx. Event ENDTX is fired before all transmited bytes...