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] =...
Hello,
I try to read temperature with embedded sensor. Works well with example but crash when using SoftDevice 3.0.0 on nRF52328. Was working with SoftDevice 2.0.0.7.alpha...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
chip:nRF52832
In debug mode, I found through the disassembly window that the program stopped every time...
Hi Guys,
I'm currently developing an app using BLE nrf18522 development beacons.
So I just bought 10 and did a test in a big park with the beacon Tx set to -60dBm and...
Hi, the latest version of SDK is 14.x.x, by principle I should be using the latest, except by going through the SDK14 folders I get the impression that it is exclusively for...
Hello,
This is related to using Seger embedded studio on a mac for thingy52.
With all the amazing help from this forum, I am trying to compile and upload FW onto thingy...
Can we send scan response packet with advertising packet in non-connectable mode? I have taken eddystone beacon example given in SDK 12.3.0 and s130. My beacon has to advertise...
Hey guys,
I'm just being very lazy today and I just skimmed the datasheet for <nRF52832_PS_v1.0.pdf> but didn't manage to find if there are any "pin-muxing" limitations...
Yet another app_uart_fifo question.
I'm using SDK 11 with uVision.
It is my expectation that, if using HW flow control and a FIFO to RX, no received characters should be...
I am writing drivers for external ADC and I need to write my own SPIM driver using hal of NRF52 SPIM. However, after trying for a day I am not able to see my waveform in my...
Hi,
I am using ble_app_blinky_c_pca10040_s132 project, but I found it cannot output log, by using NRF_LOG_INFO. I have tried some ways, but it didn't work. I need your help...
Hi,
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK...
Hello,
I'm using a modified version of the serial example of the SDK 13.0.0 with a PCA10056.
The modification are that i use nrf_serial_read in non-blocking mode (timeout...
I am using SD132 V5 and SDK 14.1
I found the sd_ble_gatts_characteristic_add() is being used in most of the example projects, but I suddenly found the characteristic_add...