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 am testing nRF52833 UART DFU function, but there is an error in merged HEX file,
Parsing input files. Merging file "SD.hex" into output. Merging file "APP.hex"...
When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those sett...
Hi :) ,
I'm using TWI to connect a sensor that i supply with an LDO regulator.
This LDO has an enable pin controlled by P0_23. Driving current is max 1uA so i configured...
In our project, we have defined 5 FDS_VIRTUAL_PAGES each of size 1024 words and have programmed to do GC if > 10 records are deleted. I see the 1st page being used for storing...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
Hi, I am trying the MQTT_SIMPLE sample on both the nRF9160DK and my own custom board. I have mfw_nrf9160_1.3.1 on both nRF9160 and I am using SDK v1.8.0. LTE connection seems...
Hi,
I'm using NCS 1.8.0 on a nrf52840.
I've got what seems to be a corrupted external flash Settings file. The issue doesn't seem reproducible yet, but as it happened...
I am working with SPI for the mfrc522 RFID reader. We were able to read the card previously while we used nRF connect SDK version 1.5.1 and nRF connect 3.6.1
Now I am not...
I'm using modem version mfw_nrf9160_1.3.1
It's waiting for semaphore and when CSCON notification came in between it's just resetting due to some hard fault. Can somebody...
Hi there,
I have gotten to the very last step of the following tutorial: https://www.youtube.com/watch?v=kdMJQFDRoss
The issue I am facing is that when pairing the Matter...
Hello, I tried building the app showcased in this example: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/
I have gotten everything to build fine except...
Hello,
I need some help or advice on the easiest way to perform DFU in a nRF52832 device using a nRF52820 as a central through BLE. My nRF52832 device already has the DFU...
Hello, All
I am evaluating the example, following the instruction information here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_nus_eval...
Dear Support
Try to modify this use UART_1 for sending out data received via BLE, which is pin P0.14 on nrf52833dk_nrf52833, I modified Kconfig file under the boards folder...
Hello everyone, i am developing a board based on the nRF52832 microcontroller SDK v16.0.0 and sd132 for sending data of a sensor over BLE to a mobile APP. For this i am using...