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...
Windows 10
NCS 2.0.0
We have run the Gazell samples successfully on the nRF52833 DKs. In these examples the CONFIG_GZLL_TX_STATISTICS is enabled (gzll_ack_payload_device...
Note: This might actually be a documentation issue more than a real problem because the build seems to work. But some clarification would still be appreciated.
We're developing...
I'm developing FOTA through LTE Modem which is made from QUECTEL(EC21KL)
On my custom board, nRF52832 is connected with EC21 LTE Modem via UART bus(TX : P0.16, RX : P0...
I am updating Nordic Thingy:91. I am following instructions on Nordic's DevZone web page: "Getting NB-IoT Demo running on Thingy:91
I have successfully updated modem using...
Hy
i am using a nrf5349 Dk board ,i am able to build and flash the board.
but when i am using this by building and flashing the board with hci_uart .in the linux system...
Hy ,
After i a buildng and flashing the hci_rpmsg as a cupapp . i flash the board
Then when i am checking the board with ubuntu laptop .i am not able to see the board...
Hi all!
I'm currently working on the UART on the nRF5340 board. The SDK describes three options: -polling API,
-interrupt-driven API,
-asynchronous API. With Polling and Asynchronous...
During development I noticed the following behavior:
If NRF_SDH_BLE_GAP_DATA_LENGTH=251 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE=185, on Android devices the connection procedure...
Hi
For some reasons my Windows 10 laptop reports two JLink CDC UART Ports when I connect one of my nRF52SDK boards.My plan is to use this board with nrf Sniffer / Wirshark...
Im struggling here with porting my code from SDK15 to NCS 2.0.2
Im happily TXing data from NRF52811 via UARTE and receiving via FTDI to PC, but Im unable to receive any...
Hello,
in the nrf connect application for mobile phone I can see the RSSI values being updated when scanning, but when I connect to my peripheral the RSSI info is not available...
Hello, I'm developing firmware for our custom board with a nRF9160.
The problem I'm having is that the modem crashes with error code 0x10 sometimes (read: about every 3rd...
HI guys I am working on nrf connect sdk v2.0.0, I am trying to modify periodic_adv example to stop changing mac address every time an advertising restart.