Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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...