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 want to connect my NRFL2401 to my computer using BLE (v4.0.0) in order to collect data from a sensor. However, the «Start Scan» button is not functional. When I click...
Hi!
I am trying to subscribe to nrf cloud with topic " prod/<TEAM_ID>/<DEVICE_ID>/jobs/rcv". After that I get Disconnect event in the MQTT handler.
Topic "prod/<TEAM_ID...
Hello Everyone,
I am using NRF52832 in my project and in my project I want to charge the device through USB C. So when we plug in USB C into the device, the NRF52832 should...
I followed the directions for pulling down the nRF Connect SDK v2.0.2 via Toolchain Manager v1.1.3 in nRF Connect for Desktop v3.11.1.
I am using Ubuntu 22.04.1 LTS 'Jammy...
Hi,
I am creating a central code from scratch, using zephyr version 2.0.1. I want to know the central code contain all the zephyr rtos property like thread in background...
Hi All,
I am trying to communicate with IC MAX17201 using I2C interface. I am able to detect the IC and communicate with it.
When I read 8bit registers from the IC I don...
Hello,
nRF5340, NCS2.0.2, vscode.
\v2.0.2\zephyr\samples\bluetooth\periodic_adv
when TX and RX work on PHY_1M, two side work well.
but when TX side set BT_LE_ADV_OPT_CODED...
Hi,
Is it correct that nrf-sdk does not support (or have any implementation for) the "NV Counters" API in TF-M ? (needed for rollback protection in the Protected Storage...
Overriding the sdk_config.h configuration
Each define in the sdk_config.h file is a conditional define that is added only if it has not been defined previously so it can...
Hi - I have successfully built the Android Chiptool and Window Covering sample using NRF Connect SDK v2.0.2. I build them both using the same matter library that is installed...
I'm trying to investigate a HardFault that happens within half an hour of using our product.
Device is nRF52832, SDK is 17.1.0, SD is S132 7.2.0
So far, I never managed...
Hello,
I try to create and use my own device tree node.
For that I created a very basic yaml file:
compatible: "bat-measurement" properties: channel1: type: int required...
Hello,
This is a followup of an answered question: " How to get pairing/bonding to work in e.g. ble_app_uart".
The project, ble_app_uart_pair is the ble_app_uart example...
Dear Team,
We are using the following 32 MHz crystal from Epson (datasheet attached) on our nRF52810
The datasheet does not say the start up time for the crystal and...
I have two functions, which both try reading incoming data for a characteristic.
I would expect be the same address in both functions, since the p_ble_evt write struct should...