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...
Hi,
I am simply trying to send a sample of data from a TWI sensor to smartphone via BLE with a 2 second delay between each send.
I've adapted the ble_app_uart and twi_sensor...
github.com/.../ble_app_uart_adc_simple
I have flashed the above program in the link on to my nrf51822 DK. I can see the values of the samples but i do not understand what...
Hi
I used your example to try out the ADC.
If I have 10 or 12 bit ADC selected and I am collecting 4 samples as per the example and I select 8x oversampling I assume this...
Hi there
I have nrf52 DK - PCA10040 which I believe contains nRF52832 IC
I have designed a new PCB that contains BT832 (nRF52832) module from Fanstel
My board is powered...
Hi all,
We are trying to use buttonless dfu for actual products.
We already finished testing dfu using \nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble...
I have been setting up nRF9160 DK following nRF Connect SDK.
OS: Windows 10, 32 bit
I have trouble when I load asset_tracker.
I guess ninja would be related to this...
Hi,
I'm working on a structure based on a Raspi 3B+ with nRF52840 willing to connect to an IoT hub and working as a thread border router with 2 other nRF52840 connected...
Hello,
I have been trying to push down the current consumption by nRF24LE1 module that I am working with. I enabled register retention mode with the following code:
https...
Hello,
If a rf52 device running ESB in RX mode has multiple devices TXing on different pipes, is it possible to prepare a different TX response to be sent to each device...
As the title suggest, I am running into an issue where my nrf51822 bluetooth keyboard is drawing around 8mA, which I think is way too much.
I am using gazell protocol to...
Hi,
My architecture is as following {CPU <-> nRF52840 subscriber <-> Raspi + nRF52840 Gateway <-> nRF52840 publisher <-> CPU}
I am working on Paho MQTT-SN programs, and...
Just want to verify that would be possible to run TCP Socket over with the nrf52840. And if i can be pointed to the specific links that i can use.
Thanks!
Hi, I am in the initial stages of starting development with nRF9160-DK. At this step, the LED 4 on the board absolutely does not blink. I have tried taking the kit to different...
Hi, some questions regarding BLE
Is merging multiple Characteristics into a single service make discovery and connection faster? And why exactly?
If all Characteristics...
Dear Nordic,
I have noticed that the USB CDC exemple stopped working on my nRF52840.
It seems the event APP_USBD_EVT_POWER_READY is never received by the application...