Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...