I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
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...
Hi Nordic!
I've got an nRF52832DK and use SEGGER Embedded Studio via nRF Connect
I'm trying to familiarize myself with arm's exception handling.
Looking in ses_startup_nrf52...
Hi:
I'm using nrf52832 in my last demo design. But currently o ur foundry has no inventory of nrf2832, and I can't even find a few samples on the market to buy. So I decided...
Hi Nordic,
In case of multiple slaves on the same spi bus, what is the best way to initialize ' spi_config' for spi_transceive ( ) when Write device drivers using devicetree...
i am trying to toggle led with the help of rtc but event = NRF_RTC_EVENT_TICK; was triggered initially afterwards event = NRF_RTC_EVENT_OVERFLOW; was triggered and why that...
Hello. I am trying to get data from BLE sensors. Sensors work like Nordic uart service. Main problem is that every BLE sensor has different 128-bit UUID of that service. If...
HI!
I am trying to replicate the handshake of a remote control. I am sniffing the traffic with a nRF 52840 dongle, but there are things that I really can't understand. ...
Hello, I am developing a custom board based on the Thingy:91 design. I hope to be able to run the asset tracking applications initially and build on top of it. Nordic documentation...
Hi,
I am running the lpuart sample to connect nrf9160dk <-> nrf52833dk.
The only change in source is added code to print out the data received from RX.
And I enalbe...
Good morning/afternoon/evening
How can I access a SDK project examples bootloader? For example, is there a way to access the Blinky peripheral example bootloader.
Please...
I am using the 802.15.4 sniffer to troubleshoot the development of an openthread application based on the nrf connect sdk. The sniffer has a green led that flashes steadily...
It is great to see VSCode support for NCS. I believe I have installed everything per the documentation and videos. I have:
nRF Connect v3.7.1
Toolchain Manager v0.10...
I understand I'd be using 16MHz timer for this and it worked on Arduino nano.
I'm trying to measure the distance above with nRF52840 dongle.
Those two edges come in every...
Hi,
I'm working on an nRF5340 project using nRF Connect SDK v1.7.0 with VS Code. I started my project with the NUS example.
I've been able to customize the standard/legacy...