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...
I am trying to run the sample using NCS v2.5.0. This is what happens on the console when I try to connect from the dongle, when running the Test Procedure:
The discovery...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
Hello,
I recently migrated to SDK version 3.2.0-preview, which supports Matter 1.4.x.
When I use ZAP and add a new endpoint to the light_bulb example under the name Electrical...
Hi I'm trying to communicate with ICM45686 using nRF54H20 and SPI CLK, MISO, MOSI state appear correct but CS pin is not asserting/deasserting following it the scope capture...
Regarding the nRF54L15-DK development board and its use with BlueZ on an Ubuntu virtual machine: After flashing the hci_uart example onto the nRF54L15-DK board, I used the...
I’m working on a project using the nRF54L15 SoC together with the nPM1300 Power Management IC . In my hardware setup:
BUCK2 output from the nPM1300 is connected to the...
Hello, I am facing an issue in nrf52dk (nrf52832dk). Whenever I access i2c0 bus for the controller it works fine but whenever i switched on the i2c1, it starts giving me device...
Hi, I`m working on a custom board. I have been playing around with it for a couple of months, but just recently stumble upon a strange behavior. This is a custom device where...
Hi, I am trying to use the external flash on the nRF54L15 DK with QSPI to perform the zephyr/samples/subsys/fs/fs_sample sample.
I am using NCS v3.1.0 (on Windows if that...
I’m working on a project using the nRF54L15 SoC together with the nPM1300 Power Management IC . In my hardware setup:
BUCK2 output from the nPM1300 is connected to the...
I currently evaluated the use of the "<modem/at_parser.h>" (at_parser module).
Using it with the at-cmd "at+CEINFO?" is very irritating.
I 07.324 : CEINFO: +CEINFO: 0...
Our team is transitioning to the nRF Connect SDK after extensive experience with older nRF SDKs and custom build systems (based on cmake + west + python) integrated with VS...
I would like to know if in mesh device for the comuniation are used all that channel or only the 3 channel that are used for the advertising channel or all the channel 37...
Hi
any one a clue why I see this bar twice?(see attached picture)
Some thing probably went wrong with my previous older installation.
I already reinstaled Wireshark...
I'd like to call a function on the peripheral (by pressing a button or sending a command from the terminal) that performs unbonding from a central. I'm able to bond using...