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 Team,
I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization...
Hi,
I am new to BLE development. I am using Visual Studio Code and Nordic SDK v2.7.0. I had working code a few weeks ago. I went on vacation, and when I returned I had all...
I programmed a nrf52840dk board (PCA10056 3.0.0 2022.7 1050288497) as a sniffer. It works well.
Now I want to flash it to zephyr samples/basic/blinky by "west flash". west...
I have a sample app (hellow world from the zephyr samples).
It compiled well on my system in vscode using 2.7.0 and sysbuild.
I then installed 2.8.0 and suddenly the build...
SDK version - v2.7.0
Project repository
Hi! I am a junior embedded systems software developer, and I just started working with Nordic's environment. This is my first...
Hi,
The errors that need to be resolved are as follows, and I think the sdk is not installed properly:
1.Please help me troubleshoot the installation problem of nRF...
Hi,
I am testing the Peripheral Heart Rate Monitor with the Coded PHY application for the nRF52840-DK kit. So, I am using two kits, one running the Peripheral Heart Rate...
Hi,
I am trying to create a new custom service in nRF Connect for desktop and play around with its characteristic properties.
I Use an nRF52840 DK as peripheral and my...
Dear Nordic Team,
I want to connect my nRF9160DK board to my nRF7002DK board and get a wi-fi location. I've followed samples/cellular/nrf_cloud_multi_service as sample...
Hello Team,
I am experiencing an issue with the sound output from an external codec connected to the nRF5340 DK. Currently, the sound is in mono, but my goal is to achieve...
Hi Community,
I made a custom board based on thingy53, created a similar custom board file folder.
The application code can be compiled correctly with the original thingy53...
I am currently migrating from ncs 2.5.0 to 2.7.0 and am trying to move to using sysbuild instead of child / parent image. I have an out of tree flash driver that currently...
Hi,
Its maybe a stupid question but is there a easy way to operate the DK with 3V VDD and IO Voltage? The 9160 DK had a simple switch for this. The default for the 9151...
Hello
I am trying to initialize qspi in a ".cpp" file and methods like
PINCTRL_DT_DEFINE ( QSPI_NODE ); are giving me "out-of-order initializers are nonstandard in C...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...