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...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
With our nRF52832/52840 products, the UART sometimes drops characters.
I'm using nrf_drv_uart (SDK12) with two, one-byte buffers, and an interrupt called when data is received...
Hello,
I want to use app_simple_timer as a counter - I am trying to access the current number of ticks at regular intervals, something in the style of what was suggested...
Issue:
nRF Terminal does not connect to the device and does not produce any error. Once I click the RTT Terminal button (Under Connected Devices) in nRF Connect for VSCode...
Hi everyone, I am attempting to integrate buttonless secure DFU into my existing firmware application. I am following this guide: https://content.u-blox.com/sites/default...
Hello,
I tried to update my profile to be able to open new issues, but unfortunately Lyon, France wasn't proposed. I had only a few (~20) cities from France.
Marc...
Hello I want to use example of bme680 in nrf52840 with zephyr. Example return data in format
integer part. fractional part
How can I convert it to AIQ ? How can I read...
Hi,
I have 1.8V VDD with 3 analog inputs, channels 1,2,6.
my question is can i use them with internal reference and read from ADC by sequence. for channel 6
1. I...
Hello, I want to use ble dfu on nordic. But most examples work with Adroid App, and I need nRFxx transmit dfu to another nordic. Can you tell me if vag has ready-made examples...
Hi,
I am using nrf52840 DK board, from that I am using Segger embedded studio, so I am building SAADC with ble_app_uart combined code. If I build my code, getting some error...
I wanna ask about this code. Why we use "memset" before read flash?. Must i create new token before read flash.
#define RECORD_KEY 0x2222
fds_flash_record_t flash_record;...
Hi,
How many devices can be meshed in Bluetooth? I see that both NRF52840 and NRF52833 support Bluetooth 5.3. As I know normally v5.3 supports up to 7 devices. Is it same...
Hey guys,
an issue I was postponing but need to solve for an upcoming management demonstration: I can only connect to the nRF5340DK VCOM with putty.
Using Hterm or the...
Hello Community,
i'm currently working with NRF5340dk. My application collects data from sensors for now and display it on the terminal emulator. Next step for me is to...