I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
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...
When running the asset tracker application from the NCS repo tagged v0.4.0 the LTE Link Monitor gives the following output:
Steps to reproduce:
1) Open the asset tracker...
Hello, I have a question regarding BLE Connection.
Test Condition:
- SDK: nRF5_SDK_15.3.0
- Softdevice: s140_nrf52_6.1.1
- Target hardware: PCA10040(nRF52832), custom...
Hello,
I am using nrf52840 and I have successfully uploaded the SAADC example. I do not understand why is V(p) = VDD? How can I configure Vp to be equal to voltage that...
I'm trying to have an nRF52 DK detect the RSSI value from phones nearby.
In principle, we need to enable scan request notification, then we can collect the rssi value of...
Hi,
I'm using SDK nRF5_SDK_15.2.0_9412b96 and I need to build DFU and Bootloader for OTA.
I follow the "Getting started with Nordic's Secure DFU bootloader, a step by...
I am using version 15.2 of the SDK. I am trying to use the SPI transaction manager for reading/writing a SPI flash using the scheduled mode. I am getting callbacks, but the...
Hi gays,
Based on ble_app_hrs_freertos project, I developed my own project. but I have encountered such issue in my own project:
system startup, from the log, such string...
Multiceiver allow up to 6 data pipes to be opened, but if I need more nodes? What can I do to connect 10 nrf24 (sensors) to a single master that gather data?
Thanks
L...
Details: SDK v15.2.0 using peripheral spi example. Windows 8.1, uploading to nRF52 DK.
When I upload the example as is my clock , MOSI and select line work as expected ...
Our project is to read the gyro (lis3dh) by using SPI communication.
Since the infocenter says that using nrf52832 for developing nrf52810 is okay.
We currently developed...
I have a client that's investigating BLE solutions to use in a future product. The rough specs they gave me include a TX power of +10dBm. The nRF52840 looks like a good option...
Hi,
In the BLE_UART example, I am trying to get some data about the time delay between the sending and the receiving of data between central and peripheral devices.
I...
I've been struggling with this for quite a while now. I've got a PCA10040 to spare that I am trying to use with nrf sniffer in Wireshark. I'm using a new iMac with the latest...
I have a problem I'm using nrf52840 DK. The task i want perform is start from idle state, wait for a button signal and the go out from idle, start with a loop where the code...
Hello ?
I was surprised that the program was organically well organized.
Based on the given installation manual, I completed the installation and corrected the program...