I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
Hello
I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle
It builds and runs just find on the nRF52840 DK
But when I try to build for the...
Hello I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle It builds and runs just find on the nRF52840 DK But when I try to build for the dongle...
I made a custom board And I am running the segger example ble_app_blinky_pca10056_s140 But Even if I run log_init();, it returns error code 5 And even if I run timers_init...
Hello,
We are making a custom board with the NRF5340. There is no external crystal for the 32kHz.
What is the best option between internal RC and LFSYNT as 32kHz source...
My project: I am developing a system consisting of a central and up to 20 peripherals based on the Multi-NUS protocol. Toolchain and SDK : NCS v2.6.1. Development target:...
Hi,
Might be possible to answer the question in bold. Thanks in advance!
We have many BLE central NUS (Nordic UART Service) and many peripheral NUS communicating with...
Hi,
I don't find any information on the antenna used on the nRF51 DEVELOPMENT KIT. The chip is N51422.
I would like to have information like the gain of the antenna. Could...
Hi,
I'm Trying to add uart with DMA functionality to the asset tracker sample code.
but when running :
I get:
this is my nrf9160_pca10090ns.overlay :
these...
Hi Roshan
I want to use ViewModels in RecyclerView like I have to perform light on/ off (sendGenericOnOff(final boolean state, final Integer delay) android app)r each node...
Hi all,
I am running thethings.io examble of Thread SDK 3.1
I setup border router (Raspi 3B + NCP + ethernet) , Node (NRF52840DK)
In Node, I can ping to thethings.io...
Hello,
I'm currently a student and new to RTOS and modems in general, so please excuse my possibly very basic questions.
We have a running demo with an ESP32, where...
Hello everyone,
We are using the nrf52840 Dev Kit (PCA10056 1.1.0 2019.19 683465548)
SDK version: 15.3
OS: Fedora
We have our program working fine (RTT Logs OK...
I followed the install instructions from nRF Connect SDK documentation ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_ins_linux.html ), to build and...
I have nRF52832 board. I had interfaced nRF52832 board with STEVAL-IDP005V1 for FFT analysis. I am getting all the data and messages in STEVAL-IDP005V1 - UART (in PC). When...
Hi Team,
I working on the python script were i am trying to connect multiple nrf52 devices. nrf connect app for windows is connecting to multiple devices which is fine...
Hi,
We are designing a system using nrf52840, in which we intend to keep the wall clock time with battery support.
Reading about the internal RTC module, it gives an impression...
Hello,
I would like to use DMA on UART1 on the nRF9160. Can you provide an example for setting up the UART with DMA for Zephyr? I can't find any documentation or direction...
Hi,
I am developing firmware for both nRF52832 and nRF52840 chips. For serial communication, I would like to have a common interface for both chips, which means sending...
Hi!
We are developing a beacon for a hursh environment based on NRF52832 chip and now close to production. Recently we've noticed that unit power consumption for some reason...
I want to use extended advertising features , I search ble_peripheral only one example is ble_app_rscs
I compiler and program, i can't find the device in my phone app
...