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...
I’m working with a Manufacturer-Specific Cluster (Attributes) in the Matter Template sample from NCS SDK v3.1.1, and it works fine with attributes. However, when I try to...
Hi, We designed a board using NRF5340-CLAA-R by following the Altium Reference design. Although when we tried to place an order with JLCPCB or PCBWAY, then informed that they...
Hi, I am pretty certain I have used RTTViewer before on the nRF9160, albeit not frequently. I cannot remember if I only used it on custom nRF9160 boards or if I used it on...
hello,
on our bm833 dev board, I scope (using a PIO) the time it takes for the bt_nus_send function to send 146 BYTES. The PIO goes to 0 after the callback nus_sent_cb has...
Summary
We are developing a Central application on the nRF7002 DK (nRF5340 SoC) using NCS v2.7.0 . The goal is to establish and maintain 11 concurrent Bluetooth Low Energy...
We're working on a project that interfaces an nRF9151 with a BQ40Z50 from Texas Instruments (via I²C / TWI / SMBus), and we've noticed the communication is unreliable. The...
Hi,
We are currently working on power optimization and want the device to wake up from the System ON state ( PM_STATE_SUSPEND_TO_IDLE ) using the RTC0 timer. However, I...
Trying to prototype a pinout on the nRF54L15 dev kit. We want P1.02 to be a GPIO pin instead of NFC. We followed the instructions to recover the device which erases the UICR...
Hi,
I am facing the following issue when i am calling west build from gitlab runner.
west: unknown command "build"; workspace C:\ncs\v2.5.0 does not define this extension...
Hi,
I am trying to come up with a different approach to SED reattachment using a backing off MLE session. Is there a way for the SED to keep on the polling even when in...
I'm working on an nRF9151 application that periodically sends small UDP packets (20-40 bytes) over both terrestrial LTE and satellite NTN networks. The device uses PSM between...
Hi,
We are doing some RF certification testing, EMC and also FCC, and wondered if you had advise on setting the modem on and transmitting, potentially if there is some...
Hi there. I have been working on a small project where I am using an encryption library for communication over ble. I am receiving encrypted token over ble charcteristics...
Description: Hello,
I am integrating a Protocentral MAX30001 ECG sensor with the nRF52DK (nRF52832) using the nRF Connect SDK v3.1.1.
The Issue: The sensor hardware is...
Hi,
I'm developing a Matter device based on the Window Covering sample. I have added another endpoint to the device containing some sensor clusters and it all works after...