Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
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...
Is there documentation on the silicon revision registers/memory locations? Different versions of the SDK seem to look at different memory locations for revision information...
Hi,
I followed instructions mentioned here https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial to install Toolchain...
In my application, the moment a callback is invoked inside the UART driver (which I wrote), I see the execution getting stuck on the following which resides inside nrf_log_frontend...
Hi!
52832, S132 SDK17.02
When I parsed data in the on_adv_report() function, I want to send some data to UART. Works. But sometimes UART miss some 1 chars.
What possible...
Dear Sir/Madam
We are planning to use P0.17 (RXD ) and P0.19 (TXD) as serial communication port connecting to Microchip SAM L10 Xplained Pro - Dm320204. I wonder if there...
Hi everyone,
I'm migrating my project from nrf sdk for Mesh v2.1.1 to v5.0.0. To do this, I build my code on the light switch client example from nrf sdk for mesh v5.0.0...
In my project i usinf nrf52840 and nrf sdk Version is 16.0.0.
two UART port using in project using nrf_serial lib.
on serial0 port i have connected GSM and on serial1...
Hello everyone,
I've noticed that the Bluetooth and ADC work great together BUT I'm having issues when trying to turn on & off the Bluetooth.
I've tested the on & off...
Hi,
I'm working on hid keyboard example. How can I check whether multiple bytes are received & transmitted after I increase the assigned no. of bytes in input/output report...
Hi,
I have a ncs project which currently has only the main.c file.
I want to create a header file and the c file to be included in the main.
What's the recommended way...
Hi Nordic Team
I've applied all the changes recommended on https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial...
Hello everybody
I have some nrf52840-DKs and other boards with the same module and I want to create a LE Coded mesh with these boards, I am aware that the BLE Mesh standard...
Hi,
I am using the low power node example and light switch server example from nRF5 SDK for Mesh v5.0.0.
I have one board as LPN to make friend with one board as light...