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 just recently began implementing the mesh stack into an existing application, using mesh v3.2 and nrf sdk 15.2.
Integration works well by using the integration guide...
I am currently working on nRF52DK and TCAN4550 using SPI communication. Regardless the SPI slave which I am using, I have some doubts with SPI Nordic library (I am using 17...
Hello,
I have been trying to configure the c_cpp_properties.json file of Visual Studio Code so that I can edit my project from there, but I can't seem to find the preprocessor...
It appears that the DFU bootloader has been overwritten/damaged on nRF52840 Dongle as it no longer resets (the red flashing led does not show) when I hit the RESET button...
HI,
I wanted to know what is the default tx power set level in S130, I took a example from sdk 11.0.0, (ble Peripheral/ble_app_uart) but i dont see anywhere this example...
I struggled for a while with this: the SDK documentation and the example application did not explain a common use case: reading and writing single-byte registers in a peripheral...
I need to measure periods with high precision, so I need to make sure that the HF clock is using the external XTAL; when the softdevice is not started (for testing mode) I...
Hello,
I am building a wireless sensor network for my coffee business, I am using a raspberry pi as the gateway with nrf24l01 connected to it, I have a bunch of sensor nodes...
HI
I have followed the below-mentioned tutorial
https://devzone.nordicsemi.com/nordic/b/archives/posts/nrf-connect-sdk-tutorial---part-2-ncs-v1-4-0#h117sk6474thpzmbdphj6gan2vw7rzj...
PCB above my collection of audio data by codec, and then through the Bluetooth upload, the audio signal noise will be ticking ticking, may I ask what is the reason
hi, all
I added scan module at 'ble_app_uart' example..
Error in function nus_c_init. (0x08)
So when I follow the line by line, it seems that the 'registered_handler_set...
Hi,
Iam using Segger Embedded Studio (SES) v5.20, SDKv17.0.2, NRF52840 DK board, NRF52810 Microcontroller in the Custom Board
Since we don't have the PCA10040e folder...
Hello Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports only Dual Bank DFU. This...
Hi,
I'm working in the asset tracker v2 project and currently I need to do a simple hex to char array conversion. This entails using sscanf. However the use of sscanf consistently...