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...
We are developing a board based on nRF52840. One of the pins we would like to use as GPIO is P1.09. It is configured as GPIO (the same configuration as P0.12), but the output...
Hi,
I compiled and flashed my nrf52840-DK with "examples/peripheral/usbd_audio" and I noticed a few things:
Under Linux (Ubuntu 18.04) the microphone isn't listed. ...
We were use secure ble DFU and it work fine, recently we added serial DFU code with BLE DFU. Tested serial DFU with nrfutil and it also works. but problem in serial DFU is...
I try to invert the Signal on a PIN of the PWM module 0. It sould give out the inverted Signal of another PIN from the same PWM module.
I tried it like the code below...
We have problem in background DFU while updating Application with RBP,
Config: MCU : nRF52840 SDK : SDK16 Softdevice : s140_nrf52_7.0.1_softdevice (SDK16)
Case1:Programs...
Hi,
I'm trying to understand how to powermeter bike works. I read the ant documents and execute example bpwr ant code, but I have a question how cadence in power meters...
Hi, is it possible to reset the nvm in the nrf9160 modem back to factory settings?
I've made some changes using CFUN=0 and would now like to reset these back to as delivered...
I have an application using 4 wire SPI connecting to a 2MB data flash. An application using UART (no BLE) works fine reading and writing to this device. However with BLE enabled...
HI
I need to perform some RSA tasks on my NRF52832, but I don't see any RSA files under nrf_crypto folder of SDK v16. I am trying to use RSA from mbedtls external folder...
Hello:
I asked a question a few months ago
https://devzone.nordicsemi.com/f/nordic-q-a/54708/about-nrf52840-save-file-error
However, the follow-up did not get an answer...
Hi all,
I want to run ble_app_uart on my custom board.
I have the nRF52832 (PCA10040) connected with my board by SWD P19, SDK 16. Where should i change to make the code...
Hi, i must change IC nrf8001 to IC nRF5x. Is there an easy way to do this? I need the same same protocol of nrf8001 running on nRF5x for compatibility but with the possibility...
Hi,
I've been following the guide https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread.html#mandatory-configuration to get started with OpenThread development...
I have a product that advertises as a BLE beacon. It can be placed into BLE DFU mode through local actions (a command on the USB serial port).
Is it possible to add services...