Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi,
I am writing to seek assistance with an issue I've encountered while attempting to create a modem trace on my nRF9160DK board.
When flashing my asset tracking code...
i have to use mqtt for my project. Now am using nrf 52840 for transfer data to from my device bt840 if i want to go with MQTT have to connect wifi module with ble.
esp32...
Hello!
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am integrating NUS Central...
Hello!
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am integrating CDC ACM...
I'm using version 2.0.0 of the Android version of the device manager app. When I select my device from the list to do a DFU it immediately closes the app. Normally it would...
sometimes the param update will fail and sometimes will not. May I know what the reason is and how to solve this issue?
error case;
normal case:
my prj.conf...
Below are power consumption measurements of a DUT being booted with the same PPK2 in SMU mode with various software versions. The only variable being changed is the PPK2 software...
Hello all,
I want to use nrf52840dongle to receive notifications from other BLE board.
I have tested with nRF Connect for Desktop Bluetooth Low Energy successfully.
...
Hello,
I'm using nRF5340 audio application with nRF Connect SDK v2.7.0 on nrf5340 Audio DK.
I didn't change anything in the sample code but only modifying the NRF5340_AUDIO_TRANSPORT_MODE...
Hi there,
I generated the DAC, PAI, and PAA certificates using the chip-tool and merged them into my firmware as factory data. Additionally, I generated the Certificate...
conducted an ADC experiment using the nRF5 DK (PCA10056).
The power supply for the nRF5 was provided via USB.
Based on the SAADC sample, I coded the following:
...
I am using an NRF52840DK.
1. I erase the chip to start clean:
nrfjprog --eraseall
2. I flash the MCUboot bootloader:
~/mcuboot/boot/zephyr$ west flash
The output...
Hello,
I want to operate a rather complex spi sensor with the nrf5340. To do that, I wanted to first establish spi communication. I started by creating a hello world example...