Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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] =...
Hi,
I'm trying to add the peer manager to my project, following the guidelines at infocenter.nordicsemi.com/index.jsp
I've copied the peer_manager_init() function exactly...
The pm_evt_handler routine handles the event PM_EVT_CONN_SEC_FAILED and lists the following text as comments:
case PM_EVT_CONN_SEC_FAILED:
{
/* Often, when securing...
Hi Community,
I have nrf51822 module and use it's ADC. I had 2 AAAA batterys to supply power. But found 3V regulator consumption over 100ua. It's too much with sleep mode...
Hi,
We are trying to learn how to use the python bindings with the nrf51 dongle on an application for a windows PC.
We got as far as installing the pc_ble_driver_py, but...
Hi,
I am trying to run the light switch example of the nRF5-SDK-for-Mesh-v1.0.1 on total 2 boards(1-client (own nrf52832 board) and 1-servers (dev kit nrf52832 with pca10040...
Using Windows 10 I get an error when I try to export the graph from my PPK 1.1.0 to any Image File (PNG JPEG etc). SVG and CSV export works well.
Python shows this error...
Hello, Thank you for helping me to interface the PCF85176 (40 x 4 universal LCD driver for low multiplex rates) with Nordic nRF52 development kit board. I need to write the...
i have a few question, i bought this " www.skylabmodule.com/.../".
if the device has a sample code loaded?
where are the example codes for the device?
i want connect...
Hi everyone,
I recently acquired a nRF52832 Breakout Board from Sparkfun. I have been using it for a few weeks now and everything was fine. I was programming it using the...
I use DFU function to update APP. and when i execute the flash write operatin in APP,then afer the dfu operation,bootloader can not jump to the APP. it keeps in bootloadr...
I am using nrf52832, SDK14 and sd 132.5.0. I want to disable SAADC after measuring battery level then enable again when I want to measure it again like in this post . When...
Hi, I want to know how to properly indicate for the function
spi_send_recv(...)
that I'm sending or receiving data on SPI.
On other platforms with library function...
I'm using the SPI driver and experiencing a hang in the SPI driver because the SPI interrupt is not raised. The reason is in this code from the driver:
p_cb->bytes_transferred...