I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
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...
Dear
I modify the example of PCA10056 mesh light-server for PCA10059 and it works after I program PCA10059 by nRF Connect –programmer go through USB interface. But there...
Hello,
What is the PPM of LFRC?
In our case, the device will remain in low power mode (System ON, wake up from RTC). The device will wake up at every one hour. Which...
Hello Nordic,
nRF52840, SDK16.0, Softdevice 7.0.1.
I'm using LFCLK to generate an accurate tick for device time keeping (with Prescaler=255, Freq=128Hz, Tick=7.8125ms...
Hi all,
I have a problem when I connect the nRF51822 to my phone.
I use the softdevice S130 and the following code attach .
When I use the nRFconnect in my phone, I...
I have a module BL651 and I want to use it in my dev board. I've found in some previous posts that I have to use nrf52 DK to program externally the nrf52810 in my module....
Hi everyone,
I am using nRF52840 to prototype and I want on certain occations to disconnect the peripheral from the central. On of these occations is when I charge my device...
Hi,
I have a mesh network established with one of the nodes being the provisioner. I am currently using Laird BL652. I want to make an android application for the mesh such...
hi support team,
i have one question about 9160 TCP communication, is data re-transmission fulfillment by the modem? how does it work when in psm mode?
for example, when...
Hello All,
I am working on nRF51822 custom board.Use SDK nRF5 12.3.0 in IAR workbench.
I am use ble peripheral example path given below,
...\...\examples\ble_peripheral...
Hi!
I am trying to add service data to my scan response service data for a custom service. I am unsure of how to set the UUID correctly for this.
UUID declaration:
...
After compiling, loading and running the example code for "ble_app_hts", on an nRF52 DK board, I connected to it using the nRF BLE Toolbox app "HTM" on an Android phone. The...
Hi,
I am working on nrf52sdk devkit. I am using max30208 temp. sensor. I configured one project twi_sensor and it's working properly. but when I merged this code into ble_app_hts...
Hi All:
Good Morning.
I have some problems about how to modify nRF52840 pins in Thread NCP/RCP SPI project,I have checked this link https://devzone.nordicsemi.com...
Hi, l’m have a new question: Is BLE_GATTS_VAR_ATTR_LEN_MAX limited 512?I need to adjust it in my project. I tried to modify the parameter of BLE_GATTS_VAR_ATTR_LEN_MAX , Increased...