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] =...
May I ask you a question? concerning I disable the radio of nRF51822 2.4GHZ , don't run the Ble,don't apply the the RC Oscillator of the 16MHZ and only use GPIO,could the...
hi,
I test the gazell example gzll_ack_payload in SDK9.0,I found that the default timeslot period is 600us.But after testing using logic analysis,I found sometime transfer...
We are intensively using nRF2401A transceiver. Due to the fact that it's now not recommended for new desings, we are about to migrate to nRF24L01+
The problem is that we...
I have been using SDK 11.0.0 in a gcc/Eclipse environment successfully.
I can download the ble_app_hrs_pca10040_s132 example to the dev board and successfully run the HRS...
I am developing a script that runs on the nRF51822/ BLE nano to connect to other devices using blue tooth low energy. To do this currently I am looking at the heart rate example...
I am testing the ble_app_uart and nRF UART app. When I transmit the message from mobile phone to the module. The module can always receive the data and display on the terminal...
Here's the original error:
compiling app_util_platform.c...
C:\Keil_v5\Nordic_SDK\nRF5_SDK_12.1.0_0d23e2a\components\libraries\util\app_util_platform.c(17): error: #20...
am trying to use SPI with nRF 52832.
So I implemented spi_master.c which was used in nRF 51822.
However, it does not move hard.
The length set by SCLK does not come out...
Hi,
So I'm fairly new to programming the nrf51822 and using the Nordic platform.
I'm currently using the nrf51822 Waveshare DK. I have setup JLink5.1.2, nrf5_MDK_8_5_0...
Hello,
I am using SD 130 on nRF5 with SDK V12.1.0.
I want to write to a characteristic using the android debug app (nrf connect).
This is my code for the characteristic...
Greetings,
As mentioned in this blog post, GCC compiler -flto flag isn't mysteriously present since SDK 9.
devzone.nordicsemi.com/.../
Any specific reason for this...
Hello,
I use a SparkFun programmer to flash a nRF52832, once I flash my board (with the program below), I type in my terminal : "JLinkExe -device nRF52 -speed 4000 -if SWD...
I have many peripherals, dealing with each of them individually will be very ineffective. The peripheral has no buttons, but it has a display.
Questions :
For security...
Hi,
In my application of interfacing SD card with nrf52, I am using SAADC to sample the input signal at 1000 samples per seconds. These samples I am combining in 84 packets...