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...
Hello, Can your tell me is it possible make three from one device at the same time ? If is not, can I make multiple connection with profiles which support multiple connection...
My goal is to synchronize the clocks of several nodes in a mesh network. I would like the client node to distribute the current time to all the server nodes in the network...
I am trying to run nRF9160: Azure IoT Hub — nRF Connect SDK 1.6.99 documentation (nordicsemi.com) on thingy91. I have followed Azure IoT Hub — nRF Connect SDK 1.6.99 documentation...
Hi,
I am looking at the product brief for nRF21540 and found "nRF21540 Development Kit" and "nRF21540 Evaluation Kit".
Where can I get the H/W information for them,...
Hi,
We want to implement a smart energy meter by using a mesh network including 200 nodes (nrf52840). What is your suggested protocol to do this?
Thank you in advance...
Hi! We're working on a BLE product which is intended for use in the US. This product uses an nRF52833 SOC, with some external components on a PCB we've designed with a printed...
I'm trying to evaluate a Nordic BLE module for a new battery powered project while waiting to establish a connection to a base station device. It seems like your lowest powered...
Hello,
When we tried to increase the Security level from SEC_OPEN to SEC_SIGNED_MITM, it will output error 0x6 which is "Not supported". So how can I do to support a higher...
We are developing AoA direction finding with nrf52833 and antenna array. We also want to include Wifi connectivity to our receiver, having nrf52833 + antenna array. Which...
Hello,
I want to perform NRF52840 Firmware update remotely. I refer to link .
I want only normal http OTA update without encryption for prototype testing. Is there any...
Hi, I've been measuring a nRF52840-powered prototype powered from a 3V coin cell battery. I would like to use High Voltage Mode with REG0 in DC/DC-mode for maximum battery...
Hi,
I am trying to implement the attribute reporting for a zigbee dimmable light device, reporting to the coordinator.
The code is based on the zigbee\light_control example...
MCU: nrf5340 Network Core nRF Connect SDK Version: 1.5.1 Currently there are multiple libraries under ncs/nrfxlib that have their own " nrf_errno.h" . Out of those libraries...
Hello,
i have a function wich just send "hello world" via uart0. static otError SendUARTCommand(void) { volatile uint32_t ret; const uint8_t message[] = "Hello World! \n...
Hi !
This is more of a question than an issue. I am curious about the future of TF-M and its implementation on Zephyr. Does anyone know what are the plans on Zephy's or...