hello, I encountered a problem using SPIS to communicate on nrf54l15
Environment: NRF54L15, NCS2.8.0
When using SPIS for SPI communication, you must first write empty...
hi support team,
i want to confirm the FEM control when using nrf21540ek for mesh demo "light" with 52840dk.
i set :
CONFIG_BT_CTLR_TX_PWR_ANTENNA =20
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB...
Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
I am developing using the nRF5340DK with Segger v5.68 and SDK within toolchain v1.9.1. My project works perfectly on my old PC, but after moving to a new PC with the exact...
For VDD-nRF in the nRF54L15-DK schematic When I check the schematic, I can't tell which part is internally generated.
When I check the actual board, VDDM_nRF and VDD_nRF...
Hello! I want to run project on nRF52832 , SDK17.1 with periph and central modes.
I have added those services to the my project. And it's works. But when I have uncommented...
Hi all,
I'm doing some tests with the nRF5340 DK to log with a custom timestamp source. I took the logging exercise 2 example and verified that the log messages are correctly...
Hi,
As well know, the nrf52832 had build-in a battery level detect function. It can get battery-level by following program
Would you please tell me how to design it...
Hi
When I finished the program and read back, I saw that there was unintentional data at 0x2D000 and 0x2E000.
I used up to 0x26000 addresses. Where is this memory used...
I've taken the basic examples/peripheral/blinky code and tried to add the logging module to it. For some reason the only time I can get the application to run and log correctly...
I am developing a firmware application that needs simultaneous central and peripheral role. I am using sdk 15.2.0 and was experimenting on dev board PCA10040. I have taken...
Hello,
I want that nRF9160 goes into PSM on boot until a button is pressed, do someone have a good link about PSM please ?
How can I do a software reset with a clean lte...
Dear people,
I use a pca10056 (alternatively the pca10059 dongle) and have compiled the connectivity firmware as described on the github page (release 4.1.1).
The only...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\serial and board pca10040.
Supported commands.
In [2]: for i in range(0, 10): send(cmd.Echo("Hello: " + str(i))); time.sleep...
Hi, I'm reading the nRF5340 OPS v0.5.1 document and in section 3.2 ("Memory") there is a reference to "256kB of peripheral RAM". However, the document doesn't explain what...
Hi there,
I'm working on nrf82382, try to use COMP function to monitor the voltage of AIN0(p0.02), but seems not working, no example for the COMP. and then I found the...
We enable TX notification of NUS service with bonded iOS (iPhone), iPhone constantly sends TX_READY command until disconnect.
Can you confirm this is correct behavior. ...
Hi, I am working with the adxl362 sensor and the nrf9160 SPI example ( https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/spi/src/main.c ) and...
Hi, I am working with the adxl362 sensor on the Thingy91 and I want to set the trigger of the sensor to a specific value.
In the datasheet ( https://www.analog.com/media...
Hello everybody! I'm developing an application using CMSIS DSP library, so i included about 20 math files and using finctions from these files. After compiling i get a linker...
Hello Devzone,
I'm designing a custom board solution that drives a motor using a nRF52832. The board is powered with 4 x AAA batteries and a 2.5V LDO (STLQ50C25R) is used...