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 could only find "pca10040 e _s112_ble_debug" / "pca10040 e _s112_ble" configuration in the examples folder (SDK17.1.0, SD112_7.2.0)
I need it to run on true nRF52832...
I am currently looking for a way to add a user-callback in the wakeup-period of the SED communication. This is done to prevent two wakeup cycles (communication + sensor readout...
Hi,
After spending a whole day on trying to figure out why I couldn't toggle GPIO P0.18 in nRF NCS, basic sample, e.g. blinky.
Instructions:
I added this overlay under...
Hi,
I am trying to test the nordic distance tool box sample.
1 on 1 test seems working well but I also want to see the result that one scanner measures the distance from...
Hi, We have used Thread 1.0 for our current product and using OpenThread for our next gen product. Are these two compatible with each other? In other words, can an Thread...
We need to add a custom mac address in nrf52840. I check the offical way about wirting the address in URCR. BUT it can be reflash or erase by anyone. We want find a way to...
Hi team,
I am using Segger 5.4 version and nordic SDK 16.0v for the nRF52840 microcontroller. I am working on UART peripheral to send and receive data through interrupt...
When I initialise an UARTE after an UART I get a ERROR 17 [RF_ERROR_BUSY]. Its fine if UART not initialised.
It drops out in nrfx_uarte_init at this point
To...
Hi all,
Under the latest nRF5 SDK for Thread and Zigbee v3.2.0 release, the zb_sleep_now(); will not get the device to sleep. On the light switch zigbee example, I have...
Hi,
sdk ncs v2.1.2
example :mqtt_sample
1. The mqtt client connects to the server
2. The mqtt server is faulty
3. The mqtt client cannot detect the server fault...
Hello,
I've been trying to flash the NRF5340 from my M1 Mac for a few hours now. But every time I get only the above error and that I should contact Nordic if the error...
Hi Nordic,
I need BLE mesh, central mode for TAG to pair and DFU over BLE functions, can you guide me which example in NCS v2.1.2 is better to as code base?
While interfacing LIS2DH Sensor with my nRF 52832 Board, I am getting the data in x, y and z axis. But the values of x,y and z axis remains same in each reading which is not...
Hi,
I would like to set the FICR-Address as Static Device Address in hci_uart. I know how to set this address as Public Address but can't find any suitable API to set it...
Hi,
I'm using hci_uart on nRF52840DK and configured CONFIG_BT_CTLR_PRIVACY =y among other things:
The resulting .conf shows:
But when sniffing the packets...