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 moving from FreeRTOS to Zephyr. So I jused some of your simple example for trying to understand basics. I edited it little bit.
I have some default task from...
Hello,
I'm using the flash MX25L1283 together with the NRF52840. I've implemented a new driver for that flash using the nrfx library. Everything works fine !
However,...
To achieve the maximum transfer rate over ESB, I added the following expression to the ESB initialization function:
NRF_RADIO->MODECNF0 = (NRF_RADIO->MODECNF0 & ~RADIO_MODECNF0_RU_Msk...
Hello,
I am using nRF52832 DK board. I wanted to drive some o/p signal from the MCU. So for testing purposes, I just toggled one GPIO from the Timer CC channel. For that...
On a custom board, VDD and VDD_GPIO are independent.
Is power supplying VDD1 and VDD2 enough to program nRF9160 through SWD, or do I need to also enable VDD_GPIO to program...
hi everyone i have flashed dfu to my nrf52832 using the latest sdk 17 i have done all the process as mentioned updating the ecc, private key publickey etc but my board doesnt...
I have an application consisting of a Thread Leader and a number of SED children. The communications scheme is set up to allow both children and the leader to have CoAP servers...
Hi Nordic,
nrf5 skd for mesh 5.0, nrf52832, sdk5 17.0.2
Now I am developing a product like a gateway. We just figured out that nrf52832 communicates with external device...
Hallo, hope you are having a good time.
I am using nRF SDK 17.02 and uses SES as an IDE.
Soft device S140 7.2.0
I have an application running which act as a central...
Hello,
I would like to know if it is possible to provide an example based on the lte_ble_gateway sample for writing and reading the characteristic!
I changed the example...
Hi Nordic,
nrf5 sdk 15.2.0, nrf52832.
I am testing the UARTE with the example experimental_libuarte. I changed two functions like below:
1. nrf_libuarte_tx(): m_tx_len...
Hi,
I am using vscode with nrf pulgin for development. after adding mcuboot to the project, Which hex file name to be used for programming through nrf programmer?
I call the k_msgq_get function to get a msg,however it return -11,which is not explain in document.
code:
Raw_data raw_data ;
int rr = k_msgq_get (& df_packet_msgq...
Hello,
I am working with the 9160DK and the AWS IoT sample in NRF Connect 1.8.0. The app is usually able to connect to LTE but sometimes it gets stuck and never connects...
Hi,
I am testing simple code on various project on my custom board. I have 4 Leds on custom board.
for (int i=0;i<50;i++) { nrf_gpio_cfg_output(i); }
I have LED connected...