I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
I have an application where I need to be connected as peripheral in 1 connection and as central in up to say 10 connections simultaneously. I posted regarding connection event...
Hi
I've just analyzed a behavior releated to the watchdog and the new SDK 15.1.0 bootloader. The bootloader just reseted after the configured watchdog timeout has elapsed...
Hi,
Currently I'm upgrading our code base to SDK 15. At https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/migration.html?cp=4_0_1_1_9 there are...
Hello,
I wish to use "ble_nfc_pairing_reference" example with nRF52832 IC and SDK15. I flashed the example into "nRF52 DK" board. When I enable the NFC and BLE on my phone...
Hi,
We have the following problem when start the watchdog from bootloader: the application is started successfully by the bootloader but when enable the softdevice the application...
Hello, I'm implementing a pair of MCUs where one is operating a ANT+/BLE radio stack using the S332 soft device. Whilst TWIS is disabled, we're getting great performance,...
Hi all , I using module NRF52832 and SDKv14 . I have 2 board central and 2 board peripheral . I want to connect each board central to all board peripheral and connect each...
Hi everyone,
I'm working in an application for a wearable device and I recently have a problem debugging it with Ozone Debugger from SEGGER Microcontroller Systems . I'm...
Hi I am using the mesh sdk 2.0.1 and the nrf52 dk board.
I have made a new model modifying the simple on of client/server example, where the server will send a periodic...
the function nrf_dfu_settings_init in nfu_dfu_setting.c
// Copy the DFU settings out of flash and into a buffer in RAM.
memcpy((void*)&s_dfu_settings, m_dfu_settings_buffer...
Hi,
Our product is based on BLE 4.2 / 5 peripheral devices and PC application (windows 7 & 10 environment) as central device.
we try to use nRF52840 dongle and also other...
On a NRF52DK Board, There is an on-board programmer done with ATSAM3U2C seen as a Segger programmer or a Jlink Progammer.
By mistake, I erased the entire flash of this...
I was trying to update J-link firmware (using link [https://devzone.nordicsemi.com/question/170895/nrf52832-jlink-stop-working-after-entering-bootloader-mode/] ) into interface...
Hi,
The following vulnerability described as Bluetooth implementations may not sufficiently validate elliptic curve parameters during Diffie-Hellman key exchange in the...
I want to use the serial DFU. Do you have any examples? I tried with ble_app_buttonless_dfu, not UART DFU.If you have a detailed reference, please let me know.thank you very...