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...
I have a finished product (a very simple wireless remote control with a button) based on two nRF52832 chips and I need to determine whether the communication between the two...
Hello,
I would like to change the default format of a custom characteristic to be a string format. The new characteristic is 8 characters long. This is the code;
Neither...
Hi,
I would like to read a large data file from SD card and send over BLE from my device to an Android smartphone. I have adapted the ble_app_uart example into my program...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I am considering adding the following bootloader to my project. nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader...
I'm trying to distinguish disconnect reasons for debugging purposes. I've been able to glean that
BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION means that my device initiated...
We use a gpio to control the system power. This gpio need to be kept high when system is running. If doing a soft reset, this gpio will be low. System will power off directly...
Hello,
I am having an issue with Zephyr, it constantly reboots the system because of stack overflow.
Sometimes in these faults, it says "Fault during interrupt handling...
I am trying to use RTC to get timestamp (to get current time). So, I am using FreeRTOS which uses RTC1 by default, libuarte which uses RTC2 and I am not using softdevice as...
I am trying to program my Thingy:53 with the Edge Impulse precompiled application firmware which I downloaded from the nordic website. The nrf Programmer Desktop app is showing...
Using NCS 1.7.0 with a an nRf9160/nRF52820 split Host/Controller as a peripheral and an nRF52840 as a central. I can connect to the peripheral with my central fine and write...
hello Nordic
i am working with ncs 1.7.1 (soon we are moving to zephyr 2.9)
i want to add a driver self test functionality for some of my drivers so in my application...
Hello We have been using the RSA example found in the nrf_cc310/rsa which uses INTEG_TEST_PRINT, a mask of SEGGER_RTT_printf, for debugging. When using NRF_LOG instead of...
Hi,
I have a working code that uses the UART FIFO instance which uses the app_uart_put and app_uart_get functions to communicate to an external LCD module. I want to now...
NCS 2.0.0
I start a timer using k_timer_start with a duration of multiple seconds (ive tried 10, 30, and 60) but the immediate next line of code (k_timer_status_sync) never...