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 developed an application based on ble_app_uart and it is working on my nRF51 DK. I can see the ports driven by my application responding and Bluetooth communication is working...
I am currently using Mesh SDK 3.1, running on NRF52480 with SoftDevice140. We are currently modifying the light switch client, and would like to know which servers are available...
Hello,
I would like to implement a device that is part of a BLE Mesh Network and on the other side connects to another device directly with BLE Stack (1:1) and GATT.
...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
Hello,
In nrf_dfu_ble.c BLE_GAP_EVT_SEC_PARAMS_REQUEST pairing on Windows 10, the following code:
err_code = sd_ble_gatts_value_get(m_conn_handle, BLE_UUID_GATT_CHARACTERISTIC_SERVICE_CHANGED...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
I want to implement the function of periodic temperature collection,but I didn`t find any data show in putty terminal,and I`ve set NRFX_TIMER_ENABLED 1 NRFX_TIMER0_ENABLED...
Hello,
The BLE mesh spec says the following:
Heartbeat is used to monitor nodes on a network and discover how far nodes are apart from each other.
Is there an example...
Hello. I have read a topic about ADC calibration (gain and offset error in 0x10000024) of nRF51822 here but I can't find the document describing it. Could anyone point me...
Hi,
I am beginning to design a wearable device with motor vibration using nRF52 SDK and SoftDevice S132.
In firmware side, I have no problem to control a led on and off...
Hi
in my test bench for system validation I would like to control the system based on nRF52 via Bluetooth to speed up testting of various samples.
It seems that there...
Good day.
We recently bought the NRF52 DK and the Power Profiler Kit with the intent to log power consumption of our battery powered products. Before purchasing the products...
Hi,
I tried nrf connect and nrf hrs example. I used nrf52DK. I bonded the device, and connected with autoconnect. I turned off the nrf 52 DK, and turn on. The nrf connect...
I am using the secure bootloader with DFU, and the buttonless DFU service. I extracted these applications from the Thingy SDK v2.1.0. This works perfectly fine as long as...