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] =...
We upgrade our project from nrf-sdk 1.7.1 to 1.9.1 and it broke part of our project.
The part that broke counts the number of falling / rising edges and triggers different...
Hi team,
I am currently working on a BLE project using nRF5 SDK 17.1.0, I want to interface the nrf52840 DK with the Nrf21540 EK to expand the range.
After reading various...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
I tryed to reduce the power consumption of my beacon (ble_app_beacone example from SDK) to have more battery live. To do this, I want to reduce the TX power. And also change...
I have to initialize a i2c multiplexer, for that I am sending the device address and register address to be written using the function:
nrf_drv_twi_tx(&m_twi, (0x70), tx_buf...
Hi,
I'm currently using nRF Connect SDK v1.9.0 and developing on a nRF52832 onto a custom board. I'm using a BMI090L from Bosch connected over i2c.
I'm trying to suspend...
Hi.
Encountering an intermittent issue where, after a DFU (either OTA using Nordic Device Manager or over usb serial using dfu-util on Linux), the image is reportedly in...
In the DTS file for I2C, how do you set the port of the pin specified?
&i2c0 { compatible = "nordic,nrf-twi"; status = "okay"; sda-pin = <26>; scl-pin = <27>; };
In...
Hi,
I have a question about the whitelist,when we use the function "pm_whitelist_set()" to set the whitelist,whether the whitelist is stored in RAM or FLASH? I traced the...
Hello,
I am using nrf52810 with custom board and i have created DFU for uploading a OTA file previously its working fine but i don't know what happens now BLE is getting...
Hi:
When i read data from the device nrf52833 to android app, only get 600byte data and it should be 4096byte. The app use the Android-BLE-Library-2.4.0 lib.
The nrf52833...
Hi,
I have a question on SDK release plans. There is a change awaiting for release (merged after 1.9.1) and it would be nice to develop them with an official release, including...
Hello!
We are two students working on IO-Link Wireless as a bachelor thesis project. Our task is to make a Wireless Master prototype using the nrf52840 DK kit from nordic...
I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
Hello everyone and hello kindly nRF support team!!
One question again sry. I am using SDK 1.9.1 through VS Code and working on the nRF Connect SDK Tutorial - Part 2 -...