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] =...
My company has a product that is running on the nRF51, with firmware written in SDK9 and sd310. I've been tasked with developing a path to update them to SDK 12.3 and sd130...
Hello nordicsemi community. I'm trying to use the SPIS example provided in the NRF52 SDK to receive data from another SPI master running on an FPGA. I modified the code to...
Hi,
I'm trying to write data to flash as shown in example under nrf5_sdk/examples/peripheral/flash_fstorage, with identical steps.
However every time I call the nrf_fstorage_write...
HI,
I am using nrf52832 with sdk15.2.0 and softdevice s132. I face some issue related MAC address of nrf52832.
when I reset the sensor MAC address of the sensor change...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52 DK board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hello,
I have a brand new Thingy 91 running the default asset tracker application connected to nrfCloud.
I wanted to build the asset_tracker myself and upload it to validate...
Hello, I just got an nrf9160dk with hopes that it would allow me to reprogram a Thingy91 that I couldn't program through the MCU method. (this is an still open ticket: https...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\experimental_lpn and board PCA10040.
When I close main.c ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)), nRF Mesh...
Hello,
I'm started implementing DFU over serial port and see documentation from this link: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi, I am now using nRF24lu1p, for using cklf_wdog_init() to enable watchdog, then I set cklf_wdog_init(10) in main function, but don't know how to set watchdog event handle...
So we have been developing on the nRF52811 and realized we need OTA (Over the air Frimware) aswell and we have 30kB Flash and 8kB Ram remaining. Can this be done?
Also a...
Dear Sir/Madam,
I am trying following,
1. Avoiding SPIM transfer interrupt handler.
I am performing following steps,
1. nrf_drv_spi_init() for Handler parmater 'NULL...
Hello,
I'm using nRF connect for power profiling of nRF52840 DK. First time it works.
If we close the nRF connect and open it again then I get error.(Also after power...
How can I do LESC on my central with an Android peripheral device, if with each new connection the MAC address on Andriod changed randomly?
The first time I am making a...