use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hello,
I want to set my TTL value in a node (nrf52840 dongle) that i use as a relay node.
In prj.conf file I set the node in this way:
CONFIG_BT_MESH_RELAY=y
CONFIG_BT_MESH_RELAY_RETRANSMIT_COUNT...
Hi,
I tried to change security level, but it's not changing.
When i set CONFIG_BT_SMP_SC_ONLY =y, it's working well with security level 4,
but i want to change mode1...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hello,
I am creating a bootloader ble version without using dfu. I am having problems turning on softdevice, softdevice starts the app instead of continuing the bootloader...
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...