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'm trying to connect a nRF52832 DK to a secondary device (BLUETOOTH LOW ENERGY TINYSHIELD (ST)) where the nRF is the central. The example correctly connects to the board...
Hi,
I aw various other posts ( )
and the post on Optimizing power on nRF53 designs but I never get results that low.
The Blog post doesn't really help, since it only...
Hello People,
I was working on the example program of timer (PCA10056) and it was working fine, but when I change the same code to work on PCA10100 it is not showing any...
Hi,
I have integrated HID mouse and keyboard, when my custom board was connected with computer, there is "hello" on notepad. But when I pushed "CapsLk" key, RTT viewer did...
Hello.
I try to add my own board to Zephyr. I made copy/paste nrf52833dk_nrf52833 and change file names and keywords. New folder is in: "C:/ncs/zephyr/boards/arm" . Unforunatelly...
Hi,
With reference to the below image:
As you can see I have 2 UART threads running on priorities 14, at baud 115200, which are I believe blocking the MPSL signal...
In order to get some more insights in energy consuming "network searches", I tried to keep track of the LTE_LC_NW_REG_SEARCHING and LTE_LC_MODEM_EVT_SEARCH_DONE events.
...
Hello,
I am working on a customized mqtt_simple version on the Thingy:91 to measure vibration and temperature data and send data in about 4 minutes rythm to our server...
Dear Mate,
I am trying to build and flash a program by using (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com...
Hi.
I'm implementing LESC peripheral device.
MCU : nRF52832
SDK version : 16.0.0
Soft device version : 7.0.1
I'm using one peripheral device and two central...
Hello to all,
Starting in December 2020, a new cluster will need to be deployed to obtain Amazon's WWA certification of Zigbee devices. I wanted to know if there were already...
Hi Nordic Team
SDK 17.2.0
Mesh SDK 5.0.0
I had implemented the Generic Level Client Element in the Generic Level Server Example.
Handle is connected to the Element...
Hello All,
I am working on nRF52832 use SDK nRF5 15.3.0 version in segger studio.
I use the MQTT example which was given in the SDK,
Path: \nRF5_SDK_15.3.0_a53641a...