Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
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...
Hi, i am new to embedded system.I want to use nrf52 DK as master and connected with two slaves by two spi channels? is it possible to achieve on nrf52 DK.
1>How to set up...
when i turn on the Keil, they have showed error to me
"Install missing Software Packs?
NordicSemiconductor.nRF_ConfidentialDeviceFamilyPack"
then i try to re-intall familypack...
Hi,
I wanted to know How can I find if any application on any platform(Central device)is listening to my advertising packet or not !!
The whole idea behind this is to...
Hi,
I have made a few custom boards based on the nrf51822 but on my latest design, I'm having a new problem that I haven't seen before. I have read the posts in the forums...
hi everyone,
i'm testing an application on pca10036 board where i need to create a large buffer. i use Keil v5 as dev. environment. My buffer is static and global, therefore...
I'm using 2 nrf51 DKs one as central and one as peripheral. I'm wondering if there is a defined time that a write takes to be registered on the peripheral?
This is a simple question: If I have a characteristic with, let's say an int16_t in it and catch the write event in a ble_gatts_evt_write_t structure - is the data field in...
I am working on bill of materials that asks for part NRF52832-CEAA, is this a valid part number as I have been told by distribution this is not a valid part number?
I just needed some clarification as I'm migrating from SDK 6.1 to SDK10:
app_button: There's no way to have the Button function thru the Scheduler anymore. I would...
i am using latest "master control panel" v4.0.5 and latest "nRF tool box" v1.16.2
and use sdk 5.2(its compulsory)
soft-device s110 v6.2.1(its compulsory)
and PCA10028 with...
Hello everyone,
Could anyone tell me which pins are the programming pins of the nRF51822 chip for a QFN48 packet ? How can I program it on my custom PCB?
thanks..
We are planning to use nRF52 for its superior computing power in an application. Unfortunately it appears that the throughput is more limited than on nRF51. Since we need...
Hi,
I used two 51822 modules for my project. One should send a byte and other one should receive.
I used the exact same configurations of radio examples (transmitter and...
I am trying to read an analog value on the GPIO port into my application. Looking through the examples, there aren't any that help solve this problem as the ADC example is...
I have tried to follow the installation instructions and have installed nRFGoStudio, the Keil MDK-ARM, and downloaded the latest nRF52 SDK. I also installed all of the device...