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'm having an issue including USB DFU Trigger library in my prototype application running on nRF52833.
My application is based on the ble_uart example, to which I...
Hi,
My application is written on top of freertos ble example. I need to integrate radio test example as well for certification. I am running into errors when I try to...
Hello,
my first Post here, so i hope i do it correctly.
I have the following Problem with the Configuration and Communication over TWI/I2C.
The Voltage of the TWI...
I am working on BLE on NRF52840 using soft devices for BLE and I was using sd_ble_gap_ppcp_set API to set the connections parameters for the BLE so I think the PPCP is the...
I'm calling this function from a Zepyhr project:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/connectivity/bluetooth/api/gap.html#group__bt__gap_1gad2e3caef88d52d720e8e4d21df767b02...
Hi, I am trying to test multi_sensor example from Zigbee and Thread SDK 4.2 using official Nordic nrf52840DK with few Zigbee hubs. Example is located in \examples\zigbee\experimental...
Hi
My thingy91 does not appear in the Connected Devices list in VS Code. I've tried everything now.
What's the prerequisites for getting this to work?
Do I have to install...
I'm using a nRF5340DK with nRF Connect SDK v1.9.0 and want to use MCUBoot with Direct-XIP.
Using the hello_world sample project, I added MCUBoot.
In the MCUBoot prf.conf...
I have issues with my NRF5340DK devices that I'm hoping to get support on. Several devices appear to be bricked, stuck in a boot loop or otherwise unable to program using...
Hi, I'm hoping someone could advise on interfacing with the T2 LC3 codec included in nRF Connect.
The context is I have stereo I2S microphones providing 24-bit 2's complement...
Hello, As part of a student project I am looking to learn about Nordic technologies for BLE and ANT. The goal of our end of study project is to provide an extremely accurate...
If I would like to add Bluetooth capability to the nrf9160, can the nrf5340 be used as a "companion" MCU?
Would be great if there is a pre-build firmware for the nrf5340...
Hi,
I am trying to write a program that connects my phone to my nRF52840-DK board; I then send one of two commands from my phone, then the nRF52 will respond accordingly...