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...
Hiya. We're building a custom appliance on top of a Nordic chip that talks to an Android/iOS app developed with Flutter and a custom cross-platform Bluetooth plugin.
We...
Hi guys,
I tried to connect to nRF52832 using the app and it was successful. But when I directly use the BLE in the Android system(android 11) settings to connect to the...
Hi. I am new with nRF52 microcontrollers. I was able to create a project (myproject) in the examples folder and compile it with SEGGER embedded studio. I copied the whole...
Hello
I just downloaded nrf sdk 12.3 and am facing a problem straight away where I couldn't find valid answers that would fix my problems when searching this forum and on...
Hi,
The Bluetooth Core specification states that:
Per Bluetooth Core Specification Version 5.2 | Vol 6, Part F, Section 1.
The nRF5 SDK, v17.1.0, DTM Example states...
Hi,
I have a problem on two things
1. I want to advertise my custom 128bit UUID with ble appearance and manufacturer data but when i did my advertising device name become...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I am trying use dfu update my application program.After i program software device/bootloader/app(dfu example...
Hello,
I'm unable to flash code to my nRF52840 board with my JLink Edu debugger after my project builds. Currently I have my development environment setup with VS Code...
I have bought the nRF52840 to use it as a BLE Sniffer. I do not have any prior experience with Nordic products but I have developed several BLE systems using Silabs and Infineon...
Hello,
I'm testing periodic advertising sample (sample/bluetooth/periodic_adv,with no changes to the code) on nRF Connect SDK 1.7.0, on BBC MICORBIT V2 that has a nRF52833...
Hi,
nRF Connect SDK 1.7.1, windows 10 X64
run SEGGER Embedded Studio.cmd or click segger_embedded_studio IDE menu File->Open nRF Connect SDK Project,
it will be got...
I have impulses coming to a GPIO input. Each pulse (say: rising edge) should toggle some other's GPIO output. What I know, is that I cat apply a task to a GPIO output. This...
I am using nrf52832 board sdk vr 17 s132 soft device. I want to have a way by which i can reduce the brightness of led while it blinks during advertising mode using PWM. pls...
Setup mcuboot and dfu to upgrade firmware on the nRF52840 of our board. Upgrading to new firmware works as expected and the new firmware is running after the install. If I...
Hi,
I am using nrf52832+freertos to develop a low-power product based on the example(ble_app_hrs_freertos) in the SDK, but now I find that the power consumption far exceeds...