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] =...
Tried with PCA10036 and PCA10031 on Windows 10. Both show as JLink CDC UART Port (COMx) in Device manager. Tried different versions of WireShark. Tried to erase and copy new...
Hi,
Using SDK 15.3.0 , example "ble_app_hrs_freertos", pca10040 with armgcc.
I want to increase MTU and GAP data length.
I started with MTU to 247, and when I try to...
I'm using SDK 16.0.0.
I wish to use two MEMS microphones to record audio over the I2S interface, and then send it over Bluetooth.
What is the best library to use for this...
Hello,
I have had issues in the past with twi manager causing ANT to drop out. These problems are ongoing despite me taking action in hardware to improve power supply (e...
I'm debugging on an nRF52832 (nRF52-DK, non-preview) using the ARM GCC toolchain and GDB under Eclipse on Ubuntu 14.04LTS, set up following the devzone tutorial .
At various...
When calling sd_ble_gap_connect(), and providing a whitelist, what is the expected process for establishing a connection, as far as timing is concerned? Will the device scan...
nRF52840. In case of standby current (battery only)
Measured as follows:
With only the battery connected, the same current draw as the one attached. Is there any...
In my DFU bootloader I am protecting areas of Flash memory used to store user data.
After an update, when my application starts and tries to write to this memory it is causing...
I am trying to use the real time clock on the nRF52840 dongle using the pc-ble-driver. However, my nrf.h file has nothing in it but the following:
#ifndef NRF_H__ #define...
I have a working iBeacon advertising a beacon UUID, Major, & Minor on a nRF52832. In addition, I also have a single BLE service (which has a single characteristic) defined...
Hi I am managing to initialize a serial instance using uart0 within the BLE Buttonless DFU Template. However when I carry out a similar process for uart1 I get the following...
Team,
I received the following customer inquiry and hope you can help:
The BLE – WiFi bridge project I’m working on will need to control up to 64 nodes, not concurrently...
Hello,
I am trying to upload the firmware with secure DFU using following method:
generated the dfu_public_key.c and private.pem pair
copied the " dfu_public_key.c...