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'm using nRF51822AC, SDK12.2.0, S130.
The size of "s130_nrf51_2.0.1_softdevice.hex" in SDK is almost 300KB.
But chip's flash mem size is just 256KB. It's bigger than...
How is it used? And why to use it?
static nrf_saadc_value_t m_buffer_pool[2][SAMPLES_IN_BUFFER];
instead of
static nrf_saadc_value_t m_buffer[SAMPLES_IN_BUFFER];
Hi team,
we are doing project called indoor navigation using beacons.To get the good RSSI signal strength,in which position should i need to place the beacon. Can any one...
Hello,
I tried to flash an application to the nRF52832. First I flashed the softdevice, after that I flashed the bootloader and next the application.
The application...
We were doing various tests using PCA10040.
Then suddenly I can not connect to the PCA10040 board.
In the boot loader mode of PCA10040 board, connection is made.
What is...
Hi, I use the nRF52832 board (PCA10040 v1.1).
Before creating a custom PCB that uses nRF52832-QFAA, I chose
Q22FA12800025 FA-128 32 MHZ 8.0PF (load cap = 8pF)
and ...
This should not be a sudden my PCA10040.
Jlink are probably going to have failed.
It does not appear in the USB Jlink to appear as Atmel.
Is there a way to recover...
I am doing a project about nrf51822 smart beacon kit and a person has give me this link: infocenter.nordicsemi.com/index.jsp
to download the firmware and hardware files...
Hello,
I develop a BLE central device based on nRF52 (with the newest connectivity firmware and SoftDevice with API v3) and the pc-ble-driver in version 2.0.
Since my...
Hello Everyone,
I am working on nRF51 I need to save data with timestamp (current date and time).
Is there any example code is available so I can set current time and...
Hello,
Recently read about FIDO’s U2F authentication protocol for NFC and Bluetooth smart.
https://fidoalliance.org/fido-alliance-equips-u2f-for-mobile-and-wireless-applications...
hello everyone,
I am doing a project about Ibeacons. I need to make a selfmade bluetooth smart beacon (excuse me for bad English). I found a schematic circuit design of...
Hi all,
I am trying to get an Android Nexus 5X app to work with an NRF chip, and facing some problems, specifically with writing to a characteristic. Really hope to get...