Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
I have been following the tutorial devzone.nordicsemi.com/.../ on how to use eclipse but in the makefile part im getting this error. I'm using sdk v11. I have used sdk v14...
hi,
i doing a program to receive multiple service data from nrf thingy 52 to nrf52840 central device.
as of now i have implemented weather service, motion service and...
I have been trying to integrate support for multiperipherals into my application, but am continuing to get errors when attempting to start advertising after the first connection...
As I don't know much about audio,I have trouble with the gain of the pdm module in nrf52832.Now
I have used MP45DT02 as the digital microphone,but I just can't understand...
Hi, I've searched and googled through this site and made sure no one asked this question before.
In core\Bearer_event.c, there is this function:
bearer_event_flag_t...
I'm trying to connect two nRF5 devices together, Central and Peripheral, and use a custom BLE service that I have written that has a custom 128 bit UUID.
I'm in the process...
Hi,
We are sending a data using Nordic UART Service (NUS), the data is transferred over BLE as a Indication.
From Message Sequence Chart in Nordic Infocenter
Here...
I am researching OTA procedures and I spent more than a few minutes wrestling with flashing soft devices and bootloader code to the nRF52_DK.
What I found is JLINK seems...
When adding extra buttons on breadboard for NRF52-DK do we need to use resistors OR i can directly connect one leg to GPIO pin i.e 30 and another to gnd.
I'm trying to use the nRF24LU1P as a standalone 8051 with the nRF24 radio inside. I provide 5v on the USB connection but no host connection. I am trying to operate in PRX...
Hello,
I'm using the nRF52840 development kit with the "« ble_app_att_mtu_throughput" example with version s140 6.0.0-6alpha.
What's the bitrate used in the long range...
I'm using nrf52832 in my peripheral device, I want to secure its connection via any authentication is there any method for that?, also I need to encrypt its data(characteristics...
Hello,
I'm working on a bootloader based on the examples in SDK 13.1. As we have expanded its functionality, I'm now wondering what happens when one of the steps in the...
Okay this got us going around in circles and it looks stupidly simple. It seems there is a knowledge gap since we saw many posts similar to ours but without clarity as of...
Hi,
I am getting data over thread and BLE network. I want to send the received data over uart.
Is it possible to use serial example to merge with thread server example?...