Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hi,
I've developed a hardware platform for a battery operated monitoring medical device. The nRF5340 is in charge of sensors sampling and communication with either smartphone...
Hello
I'm trying to follow the steps in this section Building and programming using Visual Studio Code
The section is included in a section Developing with Thingy:53 guide...
I would like to use a portion of the shared SRAM (address range 0x20070000-0x2007FFFF) to transfer some raw data between the network and application cores. My system is also...
The online documentation for the new V2 driver for the SAADC is missing and the links go nowhere.
i.e. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
Hello,
I am using the nRf8001 and successfully connecting to an android device, but I still have some doubts related to the BLE protocol itself, specifically to the connection...
Dear Nordic Engineers
I have a problem and would like to ask you.
Our customer's product used nrf51822. They use DTM of nrf5_sdk 12.3 SDK to build and download their to...
Dear Nordic Engineers
I would like an issue to ask you about Bluetooth Appearance values and class of device.
I read the following file. It's the SIG document
This...
Hi!
I'm porting our application from nRF52832 (SD132 6.3.1, SDK 15.2.0) to nRF52811. We're intereset in the nRF52811 because of its smaller size with the WLCSP package....
I have an NRF52840 connected over SPI3 to a Macronix MX25V1635F external flash part in my custom board. I save a firmware image in the external flash during FOTA. The SPI...
Hi - Encountered "Unexpected Python version: Python 3.10.6" when doing a build of Matter as instructed here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/matter...
It appears that MPSL is using Zero Latency IRQs, and I'm not able to disable that.
I set the config param to 'n' in my prj.conf file, but as noted, it isn't taking effect...
Hi
Currently, I am developing an application to send larger data over BLE through custom service. I have referred to multiple tickets on devzone was able to send the data...
Dear All, I wonder if there is a way to redirect the logging operations to any kind of persistent memory type, so that a device can be debugged even when it is not possible...
A few days ago, I tried project "hci_uart" of zephyr on nrf52832 and succeed. Now I want to know if there is any method running "hci_uart" with Qemu? May be it is hard?
Hi Friends,
I want to test nfc_uart_tag sample app using nRF52840 and NFC_tools mobile app.
I want to read the data sent on uart with NFC_tools.
and write the data with...