Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
Do the LED drivers on nPM1300 have any ability to control either current or do PWM dimming? led_set_brightness() seems to not do anything and from the datasheet its not quite...
We have an nRF52833-based board, software is based on Zephyr and Nordic SDK 2.1.2. One of the SPI interfaces connected to external flash (Winbond W25Q80DVSNIG) Board is battery...
I have successfully implemented an interrupt-driven method to read data from the MPU6050 sensor on the NRF52840, and it functions as expected. However, I encounter an issue...
Hi Nordic team,
The LTE link monitor app is not showing up in my NRF connect for desktop v3.6.
What would I need to do in order to add it?
Is there a http link you...
I have written the code to test the RSSI signal, and the segger shows the result on the debug terminal, However, the debug terminal can only show first 500 data, the first...
Hi,
I have installed NCS 2.7.0 using the nrf command line tools, and followed the tutorial to install the NCS VSCode extension in VsCode. However, when I compile the Matter...
After I flash my code,I get imformations as follow:
*** Booting nRF Connect SDK v3.5.99-ncs1 *** ***引导nRF Connect SDK v3.5.99-ncs1 *** ***引导nRF Connect SDK v3.5.99-ncs1...
Dear Sirs!
I used SDK 12.2. Product was developed some years ago and now I am working for upgrade. One of new features is UART. I faced very strange problem.
I send...
Hello,
I am developing a HID device with DFU OTA and would like my customers to be able to upgrade this product independently via DFU OTA in the future. I would like to...
Hello Everyone,
I would like to interface the Accelerometer to nrf52810 via TWI pin P0.06 as SCL and pin P0.09 as SDA. I have to read the accelerometer data and send over...
Hi Nordic I am transmitting the dmic stream from nRF5340 dk to nRF5340 Audio dk. But I am not hearing the nRF5340 Audio Dk. Getting below Wrn's How can I hear the audio on...
Dear expert.
one of my clients manufactures medical devices.
as you may know, medical devices need to special certification depending on the country, such as North America...
Hoping someone can point me towards some guidance on how to properly enable, configure, and build mbedTLS options on the nrf52840.
I'm currently using Zephyr 3.6, with the...
Hi,
I developing an Hearing aid accessory with nrf5340 audio and STM32.
I do not have external flash so I need to use the nrf5340 internal flash.
I'm using the 2.5.0...