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 just received the Nordic nRF52-DK, and am unable to do anything with it as my laptop does not recognize when it is connected. I do not have the original cable as I did not...
Hi!
I have AD5611 DAC connected to nRF51822 by SPI.
In DAC datasheet we need to send data by MSB first order.
Data packet is 16 bit length.
I feel variable uint16_t...
Hello,
I use the pca10040 and the problem is in 14.0 eaxmple ,when I push the button switch the protocol mode like : ble->gzll->ble and then I find the example loop into...
Hello,
based on the saadc example of SDK 11 I am trying to change the code to use the SAADC's local timer to sample the input given number of times (10 times for the below...
Hi,
well I struggle with another problem right now.
In case of some errors, I use 'sd_nvic_SystemReset' to reset the system.
But the WDT is used in the application. Thus...
Hey guys,
how can we use DSP math functions on the nRF52832 little monster?
Is there somewhere some documentation?
What about power consumption and performance?
...
Hi, I'm using blinky from the SDK12 as an example here with a nordic nrf51 DK (pca10028, onboard nrf51422) which I am using as a programmer with a custom board (with a nrf51822_XXAA...
Hi guys, just signed up here for some help.
I was learning how to develop a project with nrf51822 core chip. The one I'm using is this one . I also have a DK for the nrf51...
I'm attempting to change phy in a program based on the UART example and am following the same process used in the att_mtu_throughput for changing PHY.
Calling sd_ble_gap_phy_request...
Hi,
I'm using nrf52 + SDK11 + softdevice 132 2.0 and trying to integrate
the OTA dual bank bootloader. Using the nrfjprog tool I program the
softdevice + bootloader....
I am using the nrf52832 soc, and have a requirement to run the device in low power mode and using the timer with a timeout value in days? how can I do so?
Sample code would...
I want to read data, advertised by a bluetooth beacon.
I have made this work before with SDK v14 using NRF_SDH_BLE_OBSERVER() to register a handler function to handle BLE_GAP_EVT_ADV_REPORT...
As a complete newbie to this a bit of guidance would be really helpful to point me in the right direction.
I want to create a simple device with a couple of switches (physical...
Hi Nordic community,
I'm sending several packets from nrf51822 (custom board) to Android application. At the moment I want to configure the sensor by sending commands from...