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...
Hello Everyone,
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below...
We have first worked with a development kit from Nordic (nRF52840 DK) . We flashed the BLE applications using the nRF Command Line Tools.
https://www.nordicsemi.com/Products...
Hello,
I have to open a new discussion session on the same topic because the current session has been closed.
The topic is as follows: devzone.nordicsemi.com/.../at...
Hi,
We currently have a Gazell project that runs on nRF52832 . We have difficulties changing the project target to the nRF52810 .
From the SDK17.0.2, example: "gzll_ack_payload_device_pca10040...
Hi,
I have a firmware (performing DFU over Bluetooth )that runs well on nRF52833 dev kit and for developing the DFU over BLE. I follow this tutorial
https://devzone.nordicsemi...
Using SDK 17.0.2 I wrote a function to modify advertising interval on the run. The function doesn't return any error but the interval isn't changed. What am I doing wrong...
After nrf_drv_twi_tx() function and nrf_drv_twi_rx() function, m_xfer_done is checked using APP_ERROR_CHECK(m_xfer_done). What is the significance of checking m_xfer_done...
Hi,
I am working on DFU-OTA example on BLE. my doubt here is once the controller copied the image into slot1 bootloader will immediately start to validate whether the image...
I am using the following code to generate and output a n-MHz clock on a GPIO pin. (code is borrowed/copied from another question on this forum)
However, the clock output...
I download the zip file(nrf-command-line-tools-10.15.4_amd64.zip) in the website.
And then I unzip it get the following structure files:
JLink_Linux_V758b_x86_64.deb JLink_Linux_V758b_x86_64...
Hello everyone!
Long story short, we are developing a BLE application based on the Nordic UART peripheral example. The board (STM32 micro + BL652 BLE module w nrf52832 inside...
Hi All,
I have a question about notify data size.
I have a 10byte array, but the length after Notify is sent will be max len = 50byte which I set in characteristic.
...
6 hours ago
Online steve.hou
2 pts.
Dear support,
I am the beginner of of the Nordic with 52840 chipset, i am try to running sdk 1.90 with zephyr os
i am...
Hey, I'm trying to get a basic BLE with coded PHY (125Kbps) setup with on the fly encryption/decryption working but I'm running into a strange problem. I'm using a custom...