Hi all, I am going through the beginner course and am using the MPU-6050 over I2C. I am able to communicate with the board where I get the WHO_AM_I. I can also read from the...
Hello, I am relatively new to the nRF 5340 Audio DK. I recently ordered a singular nRF 5340 Audio DK board and my goal was for the board to take in input audio via the PDM...
Hi,
How can I control a Thread CoAP Client, which is connected to a thread supporting modem such as eero+ (in other words, the CoAP client is connected to the internet)...
Hi supporter
we try to radio test for nrf7002 DK, we use ncs2.7.0 version, need to radio test for 2.4G Ble(2440 MHz) and Wifi(2440 MHz), 5G wifi(5500 MHz), need to measure...
How do I power the nRF9161 DK with a battery? I have a spare 4.2V-3.7V lipo (2000mAh) but according to the docs, VIN ne eds 5V, so any recommendations for a compatible battery...
HI
We are mass producing products using nRF52832.
However, during production, a PCB was found to not detect low battery voltage for about 5%, so we are inquiring about...
I am using Nordic SDK 14.2.0 with the pca10040 and I want to integrate the Buttonless DFU functionality into my project (started with the Nordic BLE app template).
I tested...
Hi All
I want to add some custom source files (.c) & header files (.h) to an existing project.
I tried adding it by right clicking "Project app/libapp.a" branch of the...
I'm getting started developing an app for nRF52811. have worked with nRF52832 before. I was wanting to start my development on top of the basic ble app template project, from...
Hi,dear engineers,
I refer to the examples in nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_buttonless_dfu\pca10040\s132. I Port it into my own program. it seem...
I try to send the NRF_LOG_INFO() messages over a own backend interface. I tried to add a new backend with nrf_log_backend_add() and enable it with nrf_log_backend_enable(...
I am trying to do Secure DFU through WebUSB [1] . I need suggestions to move forward.
Some starting points I found :
DFU Protocol
I did saw that SDK 15.3.0 outlines...
Hi all
nrf52840 Development board,sdk is nRF5_SDK_15.2.0_9412b96 ,PC is windows 10 .My testing master device is cell phone(Huawei HTC and so on,android system),and using...
Hi all,
Our custom board has 2 MCUs connected each other via UART to implement 2-chip configuration.
One is the main MCU which has Cortex R4 and the other is nRF52810...
My company has developed an application in Python3. We need to integrate the pc-nrfutil scripts ( https://github.com/NordicSemiconductor/pc-nrfutil ) with our application...
Dear All,
I am measuring VDD and VDDH using the internal SAADC. In normal mode (VDDH not connected to VDD) the reported results are good (3.0V and 1.8V for example). But...
I am trying to use PN532 on nRF52840. Nordic SDK has an example Adafruit Tag Example but it is for nRF52832. I have ported the example but it fails in TWI Communication. ...
Hi, I'm planning to do thesis on BLE Mesh using Nordic Semiconductor. I tried to setup a generic OnOff server using two Thingy:52s and nRF Mesh app by following the Mesh SDK...
Dear nordic fellows,
I'm writing my service with the characteristics following all three tutorials (advertising, service and characteristic)
The nrf52832 is acting as...