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 have an evaluation board with a nRF52832 chip on it. I added some code to ble_app_uart example and flashed it on the evaluation board.
Here is my problem: I added...
Hi,
I'm trying to use BLE to send data to a computer from the NRF52840 DK. So far I'm trying to get nrf_sdh_enable_request() to compile without errors, but I keep getting...
Hello,
I have both an installation of NCS v1.5.0 from Toolchain Manager (TM) and from the Getting Started Assistant (GSA) on Macbook running macOS High Sierra. The TM SDK...
Hi
I am using nRF9160DK board and need transmit gps data to web site, I am trying with udp but have problems with that, I would like to know what protocol use asset_tracker...
Hello,
at the moment I am trying to implement a counter that increments every 1ms. I wrote the following code for this:
Regarding to the documentation ( https://infocenter...
Hi there,
I am running a custom board based on the nRF5340-DK. It's a minimal board, notably with both oscillators
It seems to behave itself with low-rate BLE use-cases...
Hi.
I'm having trouble flashing my Thingy:91 with the nRF9160DK as a debug probe.
The DK is set to 1.8V, I have a 10pin JTAG cable connected to the debug out of the DK...
What is the UICR setting in nrf51822,S110? Currently, when I develop with nrf51822,S110, the UICR area is 0xFF. I want to set the UICR as follows, is there any way to set...
Hi,
I am using multiple channels of SAADC for monitoring some data and then I send every 20 samples of adc in a 32 packet through Radio/BLE using the esb_ptx example and...
Hi All,
I am a beginner to nRF52 and Nordic Microcontroller, I want to understand the flow of code and its BLE sequences in detail . I am also not proficient in the C language...
Hi,
I am currently trying to run the secure_bootloader example given the in the sdk 15.2.0. I have successfully been able to update an application onto my NRF52840 DK and...
Hi,
We had developed a product by using nRF52810,and the version of SDK is 14.2. Now, we want to reduce the cost of product by using nRF52805.
Can we use the software...
I would like to build a sensor network with a few hundreds nodes. The network should grow automatically without defining relays manually. Because of this reason, each node...