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...
I've been learning to use the PWM.
This should set the PWM up for a period of around 250ms
After the period is over I expect to clear pin 23.
I find that its cleared...
Hi All,
In nRF52 SDK 15.3.0 , example ble_app_uart in peripheral mode, i have changed the TX characteristics which is initially of type (notify) to type (read ). I am able...
Hi community, I have a problem establishing a connection with more than one device in the MQTT client example (MQTT/6LoWPAN/BLE). I'm using:
SDK v15.3.0 (also nRF5 SDK...
Hi,
I'm trying to connect my nRF52840 SoC to nRFgo Studio on my Windows 7 Laptop using the usb connection on the nRF52840, unable to see any data about the connected board...
Hello everyone,
I need transfer large data 12KB array send central to peripheral using nrf52832. I try this examples in central (ble_app_uart_c) and peripheral (ble_app_uart...
Hi,
I am using nrf52840 with custom board, sdk 15 and and softdevice 6.0.0. I modified saadc example to sample SAADC value once and stop it in saadc_callback. Everything...
I would like to know, what is the correct workflow with Alarms ZCL cluster?
There are no examples with it in SDK (at least, as I have seen). The documentation on this subject...
Hello,
We have started to design a project and we would like to use the Nrf52840 as border router with a linux terminal. The link would be a serial over USB. So the NRF52840...
Hi,
I'm trying to create with the S132 SD on the nRF52832 an application, that will provide 3 different kind of sensors. My goal is, that these sensors will appear as an...
Hi there, I could not find any documentation about the meaning of the version numbers, when creating bootloader settings:
nrfutil settings generate --family NRF52840 --application...
Hi
I am working on Eddystone in nRF52832. Its working fine when using power supply.Then I used Lithium battery as VDD. then it not working properly, only working in connectable...
Hi,
I was wondering what is the recommended GPS circuit would be for an always outdoor device with a large patch antenna, without the need for an amplifier. Would the following...
Hi all,
I have my custom nRF52832 board, I use SDK12.3.0 with SD132.
I'm currently trying to add BLE advertising to my firmware. To achieve that I'm copying parts of...
Hi,
I am performing the following test:
https://devzone.nordicsemi.com/nordic/b/blog/posts/testing-long-range-coded-phy-with-nordic-solution-it-simply-works-922075585...
For my graduation project i'm developing an improved version of the Nordic Secure DFU Boot loader. I'm trying to integrate something like the Zigbee OTA client inside the...