Has anyone used a graphics library like emWin or TouchGfx on nRF52?
www.segger.com/emwin.html
http://touchgfx.com/en/
I do not see any posts on either forums or here...
Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I can build my project fine with the vscode extension, but when I copy the `west build ...` command from vscode and run it from CLI, i get an error about how the SOC option...
Hi,
I'm using the new Event Trigger API in a BLE peripheral to set up a connection event trigger as demonstrated in this official sample . The trigger seems to work fine...
In evaluating whether the nRF52833 can connect to our host microprocessor as a SPI slave, I noticed the set up and hold times listed in the data book nRF52833_PS_v1.6 as:...
Hello I am having some problems burning NRF52840 using nrfjprog version 10.9.0. When I write firmware through jlink and continuously burn multiple chips, failure often occurs...
Hi,
We are using nRF52833 with SDK 17.1.0.
We already have a FW that transmit and receive BLE data that is based on ble_app_uart example.
Now we are requiring changing...
An error occurs when building nRF5340 Audio in debug mode using a script.
The version of ncs is 2.5.0.
The error is as follows:
-- Configuring incomplete, errors occurred...
Hello, I am reaching out to you because I am trying to implement a DFU OTA in my project in order to be able to update my firmware with Bluetooth. I have been spending some...
Hello,
I have followed the steps here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html to install toolchains and SDK on a fresh Ubuntu 22.04 computer...
Hello everyone, I'm learning about MCUboot. Currently I have tried searching for information online but still don't have an overview. So I hope everyone shares their experiences...
I built blinky which just blinks a light, pretty simple :). Then I found Anroid nRF blinky in your git hub repo, that's a git hub project that remotely blinks a light. But...
In which subsequent process is the random_static_addr_cfg function reflected? Does the ID change with each build? If the ID changes, will it affect Bluetooth connections?
Due to project requirements, I have made significant modifications to MCUBOOT, but currently all projects use the same MCUBOOT file. Is it possible to have MCUBOOT configure...
I'm going to build an project with 2 AS5600 sensors, and also using I2C mux(TCA9548A) to communicate with 2 sensors.
I have some problem with devicetree. There are two errors...
Hi!
I used SDK15 (may be 15.3) with s132_nrf52_6.0.0_softdevice
I used nRF52832 in two modes in one time.
When I stay in connect with my peripherial to a central device...
Hello,
I have a custom board with a nRF5340 on it. The firmware gets built with MCUBoot in serial recovery mode to update the application core. The serial recovery mode...