Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello Community,
I successfully build and run mqtt_simple it works fine.
I edit the code
//////////code///////////
void main(void) { u64_t start_time_mqtt; while(1...
Hello,
I am having an issue with the GPS on the nRF9160. I have been developing a custom program that will switch between NB-IoT and GPS when an interrupt pin is triggered...
Hi.
I am curious to know if it is possible to use the ANT-only Softdevice with the Zephyr RTOS. The goal is to create a BT BR/EDR + BLE 5.0 + ANT+ device all on the same...
Hi,
What is the maximum frequency that i can capture on GPIO port of nRF52840 ?
I'm planning to capture a frequency of 32MHz from a sensor on GPIO pin , can I do this...
Hi,every one!
As far as i konw, the original connection interval that ios sets is about 50ms, that is a little too fast for me, so i want to change the connection interval...
Hello,
Ive got an question of my Central BLE nRF54280 Dongle. I want to read the advertising packets of Sensors with the Name "RH". Shouldnt be a big problem. But i got...
Our device is based on nRF52840 with SDK 15.0.0
The device communicates over BLE with PC application (aka client) via "uart" service.
PC (client) messages are signed using...
Hi ,
I am using NRF52832 device and I am referring ble_central/ble_app_hrs_c app . in this example , there is secure data used(pairing and bonding information) for whitelist...
I would like to create a repo to house all our vendor-specific board support, applications, etc. outside the Nordic nrfConnect repositories as per the Zephyr workflow. However...
Hi, I am an internship student and so new at programming. I have a nRF51822 DK that includes;
2 x nRF51822 module
2 x BLE master dongle
J-Link Cortex emulator (Debugger...
Hello everyone,
We have an IoT device with the nRF52832 module installed. We are in pre-production and in the process of certification. Our laboratory (EMITECH) asks us...
Hello team, i use board nrf52832 and SDK15.3. in example ble_app_uart_c. BLE_NUS_C_EVT_DISCOVERY_COMPLETE event occurs only once, after losing the connection and reconnecting...