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 ...
I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v2.4.2, after successfully build and flash the program to nRF5340DK I got error "Device...
Hi all,
I am developing an application for a custom board using the nRF52840. I need to use the reset pin (P0.18) as a regular GPIO, configured as an input with an associated...
nRF5_SDK_15.0.0_a53641a s140 nRF52840
Documentation says that both ble_adv_fast_timeout and the ble_adv_slow_timeout are in units of 10ms, and that appears to be true of...
I have read some of the Asset Tracker documentation and noticed there is a nice implementation for operating LEDs in the UI module. This seems straightforward for GPIO control...
Hi,
We're having a problem that our application will hang when using the 32 kHz RC oscillator in the mcuboot bootloader and the Zephyr application. We encountered this...
hit there,
i am trying to work with the NRF5 SDK ARMGCC, in the IDE options a ARMGCC folder exists with an .ld file and makefile. i run the make and get the following error...
Hi,
I'm aiming to develop a custom two-wire serial interface (TX, RX). To achieve this, I'm planning to implement output capture for TX and use GPIO interrupts for RX. For...
NCS v2.7.0 and sysbuild system.
I'm looking for some clarification about Secure Boot and implementing a custom signing command.
What is the difference between secure boot...
software: ncs 2.5.0, zephyr/samples/subsys/fs/fs_sample
hardware: nRF52840 (not DK, designed by customer) and nRF52832 (not DK, designed by customer)
Step1: build within...
Hello everyone
I'm trying to build an app using Segger Embedded Studio and a nRF52832. I'm currently struggling to include the fds module since i get the following errors...
Hello,
We would like to program the external flash connected to the nRF5340 via SWD during manufacturing.
Is this possible? Do you have any documentation that explains...
Hi
When doing a Software reset the RAM contents are persisted, however when doing a Hardware reset via nREST pin on the module then the non-initialized RAM section is...
Hi,
I am designing the ARGO module http://wizcube.eu/argo.html . I am using the excellent KiCAD library https://github.com/hlord2000/nordic-lib-kicad
It seems there is...
Hi, I'm developing a product for a client using nrf52840 which has support for DFU OTA over BLE. I'm using nrf connect sdk 2.5.0 and DFU OTA over BLE was ridiculously easy...