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 am creating four timers in my application using app_timer.c . All timers work except the timer with ID zero never triggers.( means first timer created does not work all...
I am really struggling to get my ADXL345 SPI code working. Everything works fine on a LPC1768 and all outputs are fine on the nRF51822 Eval board, but there is no activity...
Greetings,
SDK6.1 and Keil V5.12
I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SWI0_IRQHandler is multiple...
I created a app with s110 V7 and want to program the PCA10006 with this app.
To get thing working, I need to update the softdevice as well (beacon PCA10006 is shipped with...
I am trying to use the latest (s130_nrf51822_0.9.0-1.alpha) S130 and experiencing an issue which was not seen in previous version (s130_nrf51822_0.5.0-1.alpha), this is the...
Hello,
We're interested in measuring the precision of our external crystal, but don't have the equipment to measure off the crystal directly without affecting capacitive...
Hi,
I am trying to run nRFToolbox App, I imported the project to Android Studio but I get the following error when I attempt to run it:
Error:Execution failed for task...
I just switched over from SDK v6 to SDK v7.1 (installed via those Keil Packs). The UART has suddenly stopped working (via Segger USB COM port) and I can no longer see any...
Hi Nordic,
I used PIC32 for SPI Master and nRF51822 SPIS slave. I used shortcut for my spis in nRF51822 and I need to know the right time of acquiring the semaphore and...
I have a 32 byte string to read and write using SD110. In the MCP I can read (using read long) the whole string without any problems. When I try to use write long, MCP times...
I'm getting started with the ble_app_hrs_s110_pca10028 (nRF51 PCA10028) example in the nRF51_SDK_7.1.0_372d17a_packs.zip SDK. See the tags for my hardware setup. I'm using...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello ,I want to scan the Bluetooth peripherals through one master application and want to display the Bluetooth peripheral names on serial window like what master control...
I am new to nrf51822.
I am trying to convert my Arduino code into NRF51822
I need something like this
currentMillis = micros(); //microseconds since the Arduino board...