[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
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...