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...
Hello there,
I got an error msg when I tried to compile the Bluetooth LE UART service example for nRF54L15-DK as: " devicetree error: /chosen: undefined node label 'uart0...
Hello, I' needing some help on setting up the MCUBoot for the BL5340PA using the ncs 2.6.2. Currently I have the below add on for the prj.conf for the application core:
...
I am using the LORA Drivers provided by zephyr for testing my SX1762 lora module with NRF52833 Development Kit. I am able to initialize and configure the LORA Peripherals...
Hi,
I am working on an FCC cert of our product which is nRF52811 based. We are currently on SDK 2.0.0. I have copied from the nrf samples bluetooth area the projects peripheral_uart...
1.After I burn AP CODE, executing "nrfjprog -f nrf53 --program factory_data.hex –sectorerase" instruction will cause the following error. This issue wasn't happened in prior...
I am trying SPI Master/Slave communication between two nRF54L15-DK boards, using the nRF Connect SDK v2.8.0 and nRF54L15-DK 0.9.1 and 0.8.1. However, it seems that the SPIS...
Hi,
I just got my Thingy91x up and running, and it’s been on for a few hours now, but it has already used 460/500 location requests. How often does the unit send location...
Hi, I am trying to flash to a new design which uses ublox NORA-B120 module. I am trying to flash from vsc. But the flashing fails with following error.
Anyone can help...
Hello,
I have configured 2 nRF5340 boards for LE audio streaming from my mac. Two things I am noticing:
1. The audio is streaming but it is intermittent. Audio plays...
I found out nrf_reset_network_force_off() can be used to turn on/off the network core in firmware, per the example in NCS v2.5.0, samples/subsys/ipc/ipc_service/icmsg . I...
Hi,
I am making an application based on the peripheral-nus example. The checking for CR is removed and all characters are just sent further when available. The problem is...
Hi, I have developed a stable program on the nRF52840 board, and now I'm transporting all the code, and trying to make it compatible with an nRF54L15 board.
I used ZMS to...
Howdy,
I am currently working on the nRF52840 chip and trying to convert my SPIS code from being in my main while loop into being interrupt driven. I am using Zephyr to...
Hi!
I want to integrate power management into our FW. Therefor I did enable it in the prj.conf:
And added runtime enable and action run calls regarding this device...