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...
Hello Community,
I'm interested in nRF52832 support for bluetooth.org Core 5.1 position finding feature. Unfortunately, I didn't find any reference design on the site...
Hello,
I am trying to connect the nrf52840 to the internet via a cellular connection using the ublox sara u201. I am yet to see any projects being done and wanted to ask...
hi,
would like to use Thingy52 as in object: thingy52 to connect as central to 15 heart rate peripherals simoultaneosly and send the consolidated data (application to define...
Hello every one.
I am knew with Nordic Technology and I found out the nRF52840 might suit perfectly with my application.
I am trying to play with he SDK and I would like...
Hello,
I am trying to use the SDK 15.3 with Keil 5 and the examples do not compile with out this pack 8.24.1. The Keil Pack installer does not have there database updated...
Running SES with SDK v12.2 and debugging an nRF51822 running the ble_app_uart sample application. After running for some period of time (typically 2 - 3 minutes) the debugger...
Hi,
I was trying the interactive_pyaci together with the serial and light_switch server example.
I installed and programmed everything regarding the documentation on the...
When reading in values from ADC under high noise conditions the ADC reads come into the handler out of order. This is causing application resets left and right, does anyone...
My computer can connected to debugger , but when I key the command it like this
==================command start=====================
cd /d C:\Program Files (x86)\Nordic...
Hi all:
I have download the SDK15.3,and read the release notes,but I could not find any example about Direction Finding.As I know, nrf52811 is very suitable for doing direction...
Hello.
I would like to use any of bonded {IRK, LTK, ediv, rand}info to validate public MAC[6], to be sure that it's valid. Seems that such validation functions are only...
There is a bug in the nrf_libuarte_async.c file :
The first argument to the macro is "m_ppi_channels[PPI_CH_RXRDY_CLEAR]". The macro itself is defined as:
As...