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] =...
I use a nRF9160DK for make my experiments:
nRF9160(modem) -> mdm_1.3.2
nRF9160(application) ->Serial Modem LTE (nRF SDK 2.0.0) with UART 2 and CONFIG_SLM_NRF52_DFU_LEGACY...
Dear Support Team,
Based on NCS 1.9.1, compile and download Hello Word firmware to nRF5340-DK (1.0.0), measure the voltage of all IOs with a multimeter as shown below: ...
After I ported my project to ncs2.0.0, I found that the RX of nrf9160 could not receive data. To this end, I modified at_client for testing and found the same phenomenon....
Hi All,
Later I will build a Custom Service, so I refer to ble_app_blinky.
According to the image below, I cannot clearly understand the difference between the two from...
I recently encountered a MCU crash problem. I think it is related to NRF_ LOG_ Process (). I used the simulation to catch the following scenarios. MCU crashes at this time...
Hi all:
SDK17.1.0
softdevice:s112
example:ble_app_hids_keyboard
I add a lot of function in my project ,including gzll, i2c,timer1 ,app timer ,rtc ,flash read/write...
Hi,
We are troubleshooting high power consumption on a custom nRF52832 board. It has taken us down to just
1. Enable RTC,
2. Setup GPIOs,
3. With and without NRF_POWER...
I am currently experiencing an issue using MCUmgr CLI over a serial connection provided by the on-board J-Link debuggers on nRF52 devkits.
When using MCUmgr CLI to send...
Hi,
currently I'm testing several options to transfer data in broadcast manner, i.e. in fact extended advertising due to the amount of data to transmit. A few days ago,...
I want to do firmware updates over BLE. To do that I added these settings to my prj.conf which I mostly got from the smp_svr example:
This "works" but it uses the default...
Dear DevZone,
I would like to add a nrf21540 range extender to my board based on nrf52840 MCU. Our lab is based in Italy and we would need to respect the regulamentation...
Currently, I am following guide of zephyr sample: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html But when...
Hi
we are developing a successor for one of our products based on the nRF9160. One important feature is the debug UART. There are 2 ways to connect to this UART. Either...
Hello,
We have a software running on the nRF52832 which was developed with the nRF5 SDK. It contains a bootloader, S132 softdevice and our custom application.
The bootloader...
Hello,
When looking at the datasheet, we see that the modem power consumption can be really high in high power tx scenarios, 23dBm for example the modem consumes almost...