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] =...
i used nRF5_SDK_14.1.0_1dda907.
ANT protocol :
I used ant_background_scanning example.
I want to scannig device ID of hrm, bpwrt and bsc.
Then choose the device ID...
Looking forward to using the new sdk v15! Is there a plan to implement a new Bluetooth Developer studio plugin or should we go ahead and keep using the current version? We...
Hi, I encountered the following error in keil v5.12.0.0:
linking... .\_build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_drv_gpiote_in_event_enable (referred...
Hi,
During SD+BL OTAU form SD132 ver 3.1.0 to SD112 ver 5.1.0, Old bootloader copied new one using function nrf_dfu_mbr_copy_bl(uint32_t * p_src, uint32_t len); to bad address...
Hi,
I have nrf52840 DK, I am unable to find details of which debug pin connected connected to respective controller pin.
basically dev kit has 10pin "Debug input" I want...
I tried following steps as mentioned in the tutorial, but after adding " ../../../../../../components/device " to the User Include Directories it looked like this..
But...
Hi,
I successfully installed and test pc-ble-driver with connectivity_2.0.1_115k2_with_s132_5.0.hex on PCA10040.
When I download ble_connectivity_s132_uart_pca10040.hex...
Android nRF Connect app DFU is flakey on my phone, a Motorola Droid Turbo w/Android 6.0.1. I tried with a Moto X and it worked fine, but on my Droid it rarely downloads successfully...
I'm using 52832/S132 V2/SDK11. For the test I only send notification to central just to see how many I can send in each interval. I keep calling sd_ble_gatts_hvx() until I...
Hi, I am having some issues. Just getting started with the nRF51422, so forgive my being a bit "green."
Background: Testing with nRF5_SDK_12.3.0_d7731ad, Keil V5.18A on...
I was looking for a way to connect multiple nrf52832 via ble and connect the master to a smartphone app. Right now I'm focussing on connecting two nrf52832 through BLE. Can...
Hi there,
I see the "Error 133 (0x85): GATT ERROR" in the nrfconnect App with an HTC U11 Life with up to date Android (8.0.0).
I tested the nordic ble_app_uart example...
I am setting up the Power Profiler kit as standalone, no DK, measuring external target, also use the Segger jLink as interface. With the 2.0 software, it could not connect...
hello ,
can anyone guide how to add custom service and charactericteristic and receive data from nrf connect app using handler
i am using
board :PCA10040
nRF52DK ...