Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
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...