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] =...
Hi all,
We were trying to add ML and AI features to our nRF52840 SOC, for that we found one link https://www.nordicsemi.com/News/2021/01/Edge-Inpulse-and-Nordic-partnership...
NRF52840 DK
S140
SDK 15.3
Hello I want to read the value of dht22 at regular intervals using the _timer_handle. But I can't read the value. i read this and this...
Dear community,
i'm working on an application for the nRF52832. I would like to use MCUboot as Bootloader and Zephyr for the main application . The current situation is...
Hi,
-I have a custom board using nrf 52832 and I have interfaced LIS2DH12 using an SPI interface. -I am using SDK 15.2.0. I didn't use softdevice. -I have written a simple...
Hi, I am reading about your company's direction-finding chip products, but I have the following questions:
Whether the three Bluetooth direction-finding chips (Bluetooth...
Hi,
I am working with Nrf Connect's programmer application and I was wondering what button `Erase & write` is actually doing. Is it erasing all memory on nrf or maybe only...
This one was written by a former colleague of mine, using radio to simulate a BLE broadcast driver. I use in my own project, it is completely possible to realize the radio...
unknown type name 'nrf_dfu_set_adv_name_svci_async_t'
'nrf_dfu_adv_name_t' has no member named 'len'
also
nrf_dfu_set_adv_name_svci_async_t dont understand how it...
Ways to reproduce:
Create SES project with the following: nRF Connect SDK: v1.5.0 Project: blinky Board name: nrf52833dk_nrf52833 (can probably be any nrf52xxx). Also happens...
Hey anyone,
Going through the 'getting started' process for the nRF 9160 DK I'm having some issues.
I've followed the steps to install nRF connect etc. suggested in the...
SDK 14.2, S140, NRF52840
I was trying to use the low_power_pwm library but upon copying the code from the lpp example, I get this:
Linking ble_bse_pca10056_s40.elf, 4...
Hi,
So I am working on a school project with NRF52840 (DK) developing a ZigBee compatible Window Blinds controller (battery powered).
And for that I am using the Window...
Hi
Is it possible to get any idea of timeframes for NCS being synced with upstream releases?
Zephyr have a public timeline for when releases will happen (sometimes not...
Hello,
In Nov 2020 I wrote a program for nRF52805 and it was working exactly as I expected it to.
Here is a small section of the code.
Basically, I just need to be...