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...
Hey guys, I want to store sensor data as circular buffer in non volatile memory. I saw https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_file_system_storage...
If a heartbeat or other chunk reliant on symbol file data is ingested when there is no symbol file associated with the Software Version / buildID it seems like the chunk is...
Hello,
I am currently trying to make an application that can do FOTA and store the secondary firmware image on an external flash using sQSPI. The project I started is based...
Hello,
We use the nrfx spis driver for communication between a ST processor (master) and a Fanstel BT840 module (nRF52840).
We have upgraded ncs from 2.6.0 to 3.2.1 and...
I am using a GPIO pin ( P1.05 ) as a reset signal for an external CPU component. The pin functions correctly and stays low when tested in a basic GPIO application. However...
I'm using NCS 3.2.4. When USE_PARTITION_MANAGER is active, the ARM linker script defines ROM_SIZE as PM_SIZE (the full app partition) without subtracting CONFIG_ROM_END_OFFSET...
I have a simple code. send msg to a message queue. and handle the message in another thread. I my old environment ncs2.4.0. I looks works well. // after get msg queue. to...
Dear Nordic Engineer,
Hello!I am planning to develop a 2.4G, BLE and USB mouse. Both the dongle and the mouse device will use the NRF52840. I want to use BLE and ESB simultaneously...
Hello,
For my prject I need to tiggrer a timer start using a pin. I'm trying do do it using PPI but it seems that GPOITE can only create events on input pins. If anyone...
The MCU is NRF54L10, the SDK is NCS2.9.1, and the firmware is updated using MCUboot update mode.
Configuration as follows:
# sysbuild.conf
SB_CONFIG_BOOTLOADER_MCUBOOT...
Hi,
I write this information for the sake of completeness. I don´t need Zigbee2MQTT support from you. Instead, support with the Zigbee firmware is required.
I´m working...
Hello,
I am currently testing a setup combining the nRF5340DK and nRF7002EK using NCS/Toolchain v3.0.0 .
I need to reassign the 8 GPIO pins (including Bucken, Grant, etc...
Background:
Platform : nRF52832 with nRF Connect SDK (NCS) v3.1.0
BLE Roles : The device operates simultaneously as:
A BLE Central (NUS Client) , connecting to an...
While installing the nrf connect extension for VS code and installing the SDK and toolchain I have encountered the same issue multiple times. The toolchain and SDK got installed...
Hardware: nRF5340 DK
nRF Connect SDK: v2.6.1
Description:
I am working on a project where there is a need to transfer a large amount of data from NET to APP core. We...