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...
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...
Hi,
I am currently testing the HID Keyboard example in SDK17.1.0. When the nRF52832 is connected to the computer and the Caps Lock key is toggled, it prompts "CAPS ON" or...
I tried to install nRF Sniffer. I followed the instructions here: https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-ble-sniffer/guides/installing_nrf_sniffer.html I...
SDK: NCS v2.6.0
Program Software: v2.6.0\nrf\samples\openthread\cli
Hardware:nrf52840dk_nrf52840 and third-party module(nrf52840 soc)
The program runs normally on...
I am writing to seek assistance regarding an issue I am encountering with the SPI0 interface in the NRF52840 module. The project requires the use of four SPI interfaces, but...
while trying to package my hex file from zephyr and I have gotten the following error
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
--application build/zephyr/zephyr...
I've been playing around with the MQTT example for the nrf7002dk and noticed that the mqtt_helper_publish function used from the MQTT Helper libraries doesn't handle acknowledgements...
Can someone please, for the love of all that is holy, point me towards some guidance on how to read values of custom characteristics set by another device?
I cannot find...
Hi,
My fw running on nRF52840 (ncs2.4.0, zephyr) develops from HRS sample application. It acts as a peripheral.
In this project, I have a dedicated thread to receiving...
Hi, this should be a straightforward question, I am writing some code to randomly generate a number, and it works fine the only issue is I don't know how to limit the range...
Hi , I try to use the BMI323 sensor . Its working fine for SENSOR _TRIG _DELTA interrupt . I want to use sensor fifo mode for BMI323 sensor , It seems not implemented fifo...
Hardware: nrf7002_nrf5340 Version: ncs-v2.61 Firmware: sample/aws_iot + BLE Mesh initialization ( chat_cli sample example ) Scenario:
My project requires BLE Mesh and MQTT...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Dear Nordic Team,
I had questions concerning the use of the High resolution oscillator
Question 1 :
Could you provide the detailed step needed to enable the HFXO ...
Hello guys,
I'm trying to clearly understand the Bluetooth Peripheral Sample github.com/.../peripheral_uart and how it exactly works.. so i'm curious if there are some...
Hello, I would like to ask about the problem of how to implement SOC shutdown in NCS. 1. In V2.6.0, CONFIG_PM cannot be enabled, it will prompt that there are dependencies...