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...
Hi
I am trying to upgrade the firmware in a BL652 using a Segger Jlink Edu.
The BL652 is powered with 3.3v using a regulator off the JLink 5v output.
I had poor/unreliable...
I am using a processor that can provide an 32KHz clock (from its crystal).
Can you recommend the voltage divider (caps or resistors and suggested values)?
I will power...
I added a task to ble_app_hrs_freertos.
The soft device was burned.
The address is in the default state. (RAM:0x20002128 ROM:0x1f000)
I reset the total heap size...
Hello i am quite new to using BLE for data collection. I am using a Readbear BLE Nano with a Nordic nRF51822 on it.
I want to read a Sparkfun MMA8452Q accelerometer's X...
Hello, if I disable interrupt on nrf51xxx device, function sd_ble_tx_buffer_count_get will simply run right into hard fault handler, without returning anything.
I do not...
Hi,
on NRF51 BLE peripheral I want to implement authentication, so only selected BLE masters have access to my BLE peripheral.
There is a password known to BLE peripheral...
Regarding the RTC prescaler of nRF51822,
I found out that it is the following.
Timer and RTC prescaler behavior by TASKS_CLEAR is different,
When TASKS_CLEAR is executed...
My company is making capacitive touch plates and to make them smart, app is used.We are using NRF24L01+ for rf communication between device and app. Our sockets and hub with...
I did some modification from radio test example.
But I don't know why the function "rand8" never ending.
In the function, rand8,
NRF_RNG->EVENTS_VALRDY = 0;
while (NRF_RNG...
Hi,
I have been trying to get up and running since the first DK was released for nRF52x and I am yet to have installed a working development environment. I have tried to...
I'd like to use a DMA channel on the nRF52 to copy RAM from one block to another. However, there doesn't appear to be any DMA controllers that are not directly associated...
Hello everyone
I'm trying to disable advertising but it doesn't work in some cases, I don't really know why. Here is my pretty simple piece of code:
/* Disconnect and...
www.keil.com/.../uv4_db_dbg_evr.htm
www.keil.com/.../EventRecorder.html
Keil worked in a new EventRecorder feature that uses some SWD buffer memory to push data out...