Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
I learned that paring is consist of 3 phase (Exchange of Pairing Information, Authentication, Key distrbution) and TK, STK are generated at the phase of Authentication and...
I have a central application that I need to add a peripheral role to. I don't need to pair or bond in any of my connections, so I based my app on the ble_app_uart_c example...
Hi,
I'm currently running two separate TWI-instances on my nRF52 DK with SDK 11.
Each instance runs quite well with no issue, except for when instance 1 becomes active...
Hi,
When nrf51822 is connected via bluetooth LE to an iPhone application, is it possible to check the actual connection interval (between MIN_CONN_INTERVAL = 20ms and MAX_CONN_INTERVAL...
I have a project on a Ble Nano using Nordic SDK 8.1 that I currently compile entirely from terminal using a Makefile. I want to convert this project over to use Keil so I...
Dear sir,
I want to use NRF24LE1-F16Q48-R7 as a standalone controller in one of my application but it is not available with any vendor .
We want to use this For Low...
i want to know why there are 2 pages reserved although i mentioned i configured the number of pages to 1. It is used for what ? In fact, I need only one page for my data,...
Hi,
When compiling my program on SEGGER embedded studio I get the error:
Compiling ‘main.c’
main.c
expected expression before '{' token
in expansion of macro 'NRF_DRV_ADC_DEFAULT_CHANNEL...
I'm writing a central app using the pc-ble-driver project with an nRF51 dongle. This is to test our product, which is a peripheral using the nRF51822. The test central needs...
Dear All,
I have developed a BLE system in which nRF52832 is being used as a peripheral and central concurrently. I am also using BLE_GAP_CONN_SEC_MODE_SET_ENC_WITH_MITM...
Hello,
I have board pca10040 V 0.9.0 2015.41. When I program nrf and then issue a nrfjprog --reset -f NRF52 everything works fine, however when I execute nrfjprog --pinreset...
I don't understand OOB used in BLE security part.
Is this a communication out of 2.4 ~ 2.48 GHz frequency band?
Or is this one of method of pairing procedure(to generate...
Im currently working on a project and long story short im stuck on getting the nRF24l01 to communicate. I believe I have the Tx side of things working, however as I do not...
Hello,
We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible...
Nice to meet you.
The chip uses nRF 52832.
MDK keil μVision V 5.22.0.0 is used as the development environment.
Since I confirmed the operation with the sample project...