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,
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...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hi,
My bootloader code was modified to include the device type and device revision when performing the OTA. I used single bank example.
When I made the zip for OTA,...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I received BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event after setting HRM CCCD...
I'm developing some simple wireless temperature sensors based on NRF51822s. In essence, they take a temperature measurement from a sensor over TWI, send it to a base-station...
Hi.
I'm working with Softdevice 8.0 on Rigado's nRF51 EVK.
I've configured a repeated app_timer that works great. but stops just as I connect my phone to the BLE.
main...
Hi all,
I'm working with the nRF-52 preview kit (Newer version from global tour) and I'm trying to run the heart rate sensor example from SDK version 0.9.2 using Crossworks...
We want to be able to use the nrf52 tools without using the devkit. We want to design a debug board for our nrf52 design. Please advise.
One option is to access UART over...
Hi everyone.
I used sdk v10.0.0 and softdevice s130. I want to make peripheral device with nRF51422.
This peripheral device have to configured with diffent peripheral...
I am still somewhat of a beginner to development with nRF51, but it seems to be that the SDK, specifically all the boilerplate code in the app_template example just to initialize...
Greetings from a Nordic newbie!
I am currently merging an existing AD 433MHz transceiver with a nRF51422 so that I can read an ANT+ heartrate monitor to our existing functionality...
Hi,
I am using Nordic nrf51 DK board with soft device s1xx-iot-prototype2_softdevice.hex and application program as CoAP server from nRF_IoT_Examples\0.8.0\coap\ipv6\server...
Hello,
When I learned the demo of 51822, I mentioned that device_manager is a core module to automatically save connection related info. But it's too huge to understand...
from this post link text i have again doubt
i define #define APP_ADV_TIMEOUT_IN_SECONDS 10. now my advertising stops after 10 sec.but i want to restart it again then??
I am trying to understand the difference between the timer driver and the app_timer library.
First of all: It seems like timer and app_timer are two entirely different things...