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...
Good morning, I´m trying the example of this post (ble_app_template_with_pstorage_operations_nRF51DK.zip). I have SDK 8.1.0, softdevice 110 and nrf51-dk.
The source works...
Is there any clear documentation to add an external memory to the nrf51822 to store some sensor data. How is the performance and stability when interfaced this way?
Dear all,
I'm working with nrf52832 and SDK 11.0.0.0.
I want to upload SD 2.0.0-7. Download results OK but,
nRFgo Studio, when accessing the unit reports:
Region 0...
I just got the signed bootloader to work with the single bank implementation but had to change dfu_single_bank.c. I believe the change represents a bug in the code.
In...
We are working on a nRF51 device and and corresponding iOS App, and we would like to set the name of the device. The problem is that when connecting with an iPad using BLE...
Hi,
Im trying to use BLE DFU Bootloader from examples. I loaded SD8 and then bootloader via nrfStudio (dont have a valid app flashed), but I cant see the device from Android...
In [sdk10_folder]\components\ble\ble_db_discovery.h , BLE_DB_DISCOVERY_MAX_SRV is given the value 2 .
In [sdk10_folder]\components\ble\common\ble_gatt_db.h , BLE_GATT_DB_MAX_CHARS...
In another thread entitled:
Change in GPIO to start/stop timer and fire interrupt
The following code is used:
NRF_GPIOTE->CONFIG[0] = (GPIOTE_CONFIG_POLARITY_HiToLo...
Hello,
I'm trying a very simple thing; to light a LED on button press. I'm using SDK 9.0.0, nRF51 and SoftDevice 110. However, button handler is not firing.
So, APP_BUTTON_INIT...
I'm new to using nordic parts (nRF52832). We were previously using device manager/pstorage but recently transitioned to peer manager/fstorage.
However, we presently manage...
Hi, In my project I want to add added total 7 services but I add seven services it not advertising, If remove one service it advertising properly. I am using .nRF5_SDK_11...
Hello all,
This is my first post to the developer zone.
I'm creating a product using RFduino, which uses the nRF51822 chip for Bluetooth LE. (See www.rfduino.com/.....
I've recently been noticing on the Rev 3 silicon that there is a 19mA current rush at the Start of a connection event at the rising edge of Pre-processing.
What could this...
I'm encountering some problems with the nRF51 plugin v1.2 for BDS, none are show stoppers but I'm reporting them here so others are aware of them and maybe they'll get fixed...
Is it possible to integrate the master end of the OTA DFU process into an iOS or Android app?
The scenario would be that the iDevice or Android downloads a new version of...