During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
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...
Hi, Team
Premise: Currently, I'm trying provisioning using PyACI. (I considered switching the provisioning method because in the provisioner sample of light_switch, I think...
Hello,
I tried to get AWS FOTA exemple working but I have 2 problems:
With v1.0.0, LTE is connecting OK but I never get any MQTT event.
With last nrf commit version...
Hi support team,
I've been developing a project that uses a cycling cadence sensor and interacts with my nRF52840 DK which is the central device. I merged the rscs central...
Hii
I'm using nrf5_SDK_for_Mesh_v2.0.1_src with nRF52 DK. i have tested your light switch demo by creating provisioner, proxy client and proxy server on individual NRF52...
Hello, I'm newbie developer.
I want to create a program that ends advertising when I press the button and restarts press it again.
I've seen many examples, but I can't...
Hi Team Nordic,
I know this question has been answered in several threads but the responses seem quite old now. I am using nrf52840 and SDK 15.3.0 and I want to flash...
Module : EYSHJNZWZ (nRF52832)
Is there a way to check nRF52832 IC revision? Since the chip is embedded in the module, it cannot be confirmed by appearance.
Hello,
I am working on developing a program where the nRF52840 dongle is a central device and recognized as an HID keyboard to the computer.
I played around with the peripheral...
I am trying to get a periodic interrupt every 100 uS using TIMER4. My timers_init() code sets up the TIMER4 registers as follows:
My interrupt service routine for now...
Hello
I would like to evaluate the module in a place without Cat-M \ NBIoT support
is it possible (for evaluation purposes) to send the data by other means (for example...
Hi,
New to Nordic, new to SEGGER, and new to ARM, so forgive me if I'm just missing something...
I've been asked to write new code for some boards that have the nRF51822...
I am using the SPIM example in the nRF52840 SDK. It uses SPI_INSTANCE 3. I am doing a simple SPI Write of 2 bytes.
I get SS, SCK, working properly. MOSI is transitioning...
I want to take drive code from thingy sdk and apply it to nrf5 sdk uart project, but I don't know how. Please explain in detail because i'm university student ... thank you...
Hi Team Nordic,
I am trying to save my flash data after the DFU process but it keeps on erasing it. I saw a thread in which it was explained to increase the CODE_PAGE_SIZE...
Hello,
I have a problem with app_timer.
My program need to use BLE UART for about 15 second then switch for just RADIO after.
To do so, I enable the ble stack as...