Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi,
I like to measure the VDD in nRF54L15DK using ADC.
I have flash the example firmware ..\v3.1.0\zephyr\samples\drivers\adc\adc_dt in my DK.
I can see it is measuring...
Hi, Good day!
I’m currently working on the nRF52832. The requirement is to support BLE + LoRaWAN (SX1276) .
I have a few questions:
How can I set up the LoRaWAN...
Hello, I have a question about the power consumption stabilisation of the nPM2100. We configured the nPM2100 with the pins directly to obtain a V_OUT of 3V with a 2477 battery...
Hi,
We are currently considering the performing DFU with UART with another MCU. Is there a sample for this application where nRF54L SoC is being updated by another embedded...
Hi,
We are evaluating NRF5340+NRF7002 setup for our customer. We are currently using https client example(sdk v3.0.2) and we would like to benchmark current consumption...
Hey everyone,
I have designed a custom board with a bunch of nordic IC's (nRF54L15, nRF9151, nRF7002 & nPM1300)
I have tested the basic functionality so far, including...
I enable cs procedure and set the procdure count equals to 3, let procedure interval to be 10.
I want to change the cs channel map between procedures. so when I send HCI_LE_CS_Set_Channel_Classification...
Hi everyone, I am attempting to measure I2S rate against internal clock frequency since I am using APLL. I am following examples in NRF5340_Audio application. What i have...
Currently, I'm using the NRF5340 chip. In my own development board, I'm only powering the chip to test its transmission performance. The example program I'm using is the classic...
nRF52840 using Zephyr 2.0.0
We currently have a system that after we are running can drop to 20uA. However, on boot, we draw something like 5-7mA. This large on boot current...
I work on a project with nRF52833 ( NRF Connect v3.0.2 currently) and I have to use an external AT45DB641E flash chip connected over SPI .
The external flash will be mainly...
example: ncs/v3.0.1/find my/pair before use I want to implement the ptx and prx of the ESB in the find my example "pair before use". That is, how do I operate when both BLE...
In our application we need a PPS signal even when LTE is enabled (and GNSS is disabled). The GNSS API gives some encouraging PPS info, stating " GNSS only starts giving pulses...
The current specifications (v0.8) for the nRF54L series of parts provide very little information about the input impedance of the SAADC peripheral. There are no values specified...
We are currently facing a troublesome issue: we need to send 242-byte data packets at a fixed 3ms interval. We connected an LED light after the data transmission module to...