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...
In the comment of this post , Marc Nicholas wrote:
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
Is it true, that SWO isn't available...
In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
and it contain...
Hey there,
today I'd tested around with the Dfu service.
Peripheral is nRF51822 running Sdk 5.2.0 bootloader example (Softdevice 6)
Central is Android 4.3 running...
I am unclear whether the soft radio takes care of updating the attribute when a write event occurs. I can see in the example codes that the notification flag is handled by...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm trying to understand how pstorage allocates storage.
PSTORAGE_FLASH_PAGE_SIZE is fixed, that's the actual size of a flash page and thus a basic unit as you can only...
Hi, I am trying to change the beacon data.
I changed Beacon UUID already, but I can not find where can I change device name.
I guess I need to change the gap_adv_data...
Hi,
I am upgrading to SDK 6.0.
What function should I use for retriving the whitelist data?
SDK 5.2:
//err_code = ble_bondmngr_whitelist_get(&whitelist);
//APP_ERROR_CHECK...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hi,
How to implement the static PIN type pairing, when the server device doesn't have keyboard or display? Our requirement is, Master will initiate the pairing process and...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
I am trying to implement a Time-On-Air measurement with two nRF24L01+.
I set up the devices to work at 2Mbps, 3 bytes address, 1 byte payload, 1 byte CRC.
Both works...
I'm using the nrf51822 evaluation kit. There is low level access (via memory registers) the the 2.4Ghz radio in either a Nordic proprietary protocl mode, or Bluetooth LE mode...