Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
I use example from SDK 13 ble_app_uart_c.
I changed uuid to my uuid from nrf51 peripherial device. I get event BLE_GAP_EVT_CONNECTED
where made
err_code = ble_db_discovery_start...
dear all,
i need your help.
Where we are:
We use mbed software developer platform.
We have BLE Nano V1.5 + MK20 USB Board V1.0 from RedBear.
We are able to generate...
Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
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 i planing to create some PCB with chip NRF52810-QFAA-R.
The pins on package is bit small so i wonderng if is possible solder this chip with home equipment (solder stencil...
Getting undefined reference to `<already_defined_variable>'
So I was using SES v5.70a
Actually I was new for the developments using SES for Arm MCs
I picked up an...
I'm using the nrf52832 wth nrf SDK17.
I defined a linked list to organize my data.
Usually, I add or delete data in ble_evt_handler and operate them in other interrupts...
Hello,
I'm developing for a 5340 and using VS code, NRF SDK, and a Segger jlink plus.
My app with Wi-Fi enabled is large:
Memory region Used Size Region Size %age Used...
Hi, this is the error: C:\nrf_sdk\nrf5_sdk_17.1.0_ddde560\components\libraries\log\src/nrf_log_backend_uart.c:87: multiple definition of `m_uart'; Output/Debug/Obj/ble_app_blinky_pca10040_s132...
My main goal is to update the firmware over FOTA on a nRF5340, but with a signed firmware update file, and the bootloader verifies it. This is possible with mcuboot and works...
Hi,
We have been using SDK version 2.1.1 and currently are in the process of migrating to SDK version 2.5.0.
Would be helpful to get some hint regarding what conditions...
I am facing issue with BLE advertisement in nRF52833. The board I am using is rayBeacon : nRF52 on-the-go Development Kit. The code I am using is example code from nRF Academy...
I am trying to write and code of aes encryption and decryption using ccm mode for my application on nrf52832 controller. I have went through some example on Github for the...
I am developing UARTE using nRF52840.I use a wire to connect the TX and RX pins together, and send something out the TX.
However, RX did not receive any data, and the interrupt...
Hi,
I have the separate working codes for the TWI0 and the SPI1. However, when I combine them, it doesn't work: sometimes it takes forever waiting for the NRF_DRV_TWI_EVT_DONE...
Hello, I'm trying to figure out how to work correctly with timer 0 in the nRF24LE1 microcontroller.
1)The Cclk frequency in my case is 16 MHz
2)Given a fixed limit of...
We are new to Nordic and have been making great progress with our nrf52840DK board and successfully running many of the Nordic SDK examples. We can't seem to find a single...