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 would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
Hi
I am maintaining a NRF project, done all Dev Academy courses 2 years ago, still I am havibng trouble.
My current task: I need to set a (hardware) timer interrupt with...
Hi Support
We are in the process of integrating the NPM1304 into a small battery (55mAh) wearable device. I am finding it hard to figure out section 7.3.2
regarding the...
Hello,
I am not able to send any data through the pins of port P2 using Pins : P2.0, P2.2, P2.3, P2.4 , while the pins P1.11, P1,10, and P1.4, P1.5 are working properly...
I am trying to capture steps and wrist wakeup ( https://github.com/zephyrproject-rtos/zephyr/blob/4c6b1e5a65e752c881183ddb4687fa0231b11cc3/drivers/sensor/bosch/bmi270/bmi270...
Hello I am doing research for my paper which includes using MCPD distance measuring between nrf52840dk boards. I currently use nrf_dm sample to measure the distances. I have...
Hello
I'm using NCS 3.1.0 and I’m able to use signed files for FOTA. However, I would now like to add encryption, but I can’t figure out what’s not working :
app/ ├──...
We are preparing a product for production and have enabled authenticated debug access on the NRF52840. Because authenticated debug access is not described in any Nordic documentation...
Hi, I've installed Visual Studio 1.90.2 + nRF Connect for VS Code Extension Pack v2023.11.3 + v2.6.1 toolchains + v2.7.0-rc2 SDK. Then I create a new application, copy a sample...
Hi,
I'm having a problem with sending notify packets, I'll describe the situation I'm doing.
Problem :
I have 5 devices connected to the board and I want to send a first...
Currently on NCS 2.9.2 and radio_test is buildable with CONFIG_BT=y and CONFIG_COUNTER=y. Trying to switch to 3.1.0 but getting an error that "MPSL reserves TIMER10 on this...
Hi There
I run a NRF52840 with the MESH SDK, and use the Flash manager provided.
After some time i would like to update the Device over FOTA this ends in a Assert on booting...
This is my basic information:
1. SDK version: V2.8.0
2. Project: Matter Light Bulb
3. Board: 52840DK
This is my question:
I can use this command to commission bulb...
Hello all. I have an issue in production of a device that utilizes the 52833, aQFN73 7x7mm package, in regards to the pad stack dimensions. I wanted to check the datasheet...
I work currently working on a driver module supporting your nRF91x1. I schedule rx-operations via your nrf_modem_dect_phy_rx() dect_phy modem-api. I am using the .handle field...
Hi Nordic Support Team,
I’m working on an application running on a custom nRF5340 board with nRF Connect SDK 3.0.2.
My goal is to perform BLE DFU only on the Application...