Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hello,
as part of my project of wearable solderless modules, I've packed the nRF5340 to the same 20x20 mm form-factor - it was described earlier as part of the https://devzone...
Hi,
We have the nRF52811 in QFN48 fitted to a number of products, with the chip showing 'QAAA0 1850AA'. Does this mean that it's an early Revision 1 ? The Errata in the...
Hello,
I'm new in the Nordic sphere and I'm starting in embedded programming. I was confronted with the following problem and I will try to give as many details as possible...
Hi,
got a question about UART and maximum bytes it can receive in one burst or "packet".
Using nRF52382 and SDK16.
Recently I've been developing a new app in which UART...
Hi Nordic Team/public users,
Request your assistance for troubleshooting the NDK-nrf52840 board that was having a detection issue whereby my laptop/PC was unable to detect...
Hello, I hope you are safe and well during these times. I have created a successful prototype using the Adafruit Feather nRF52 Bluefruit and the Arduino IDE. I think I am...
Hi,
I want to update the DFU with application nRF Connect (Bluetooth) for beginning I want to try with nRF Example in example/dfu/bootloader_secure. The file secure_dfu_secure_dfu_ble_s130_pca10028_debug...
Hi,
I like to use nRFSDK in my future project, but I don't like the hectic steps to open a project when using nRFConnect SDK. I cannot open Segger IDE directly instead go...
Hi everyone,
Currently, i am working with some zigbee devices using NRF52833 and zigbee SDK 4.1. Now, i want to use BLE DFU with it to update the firmware when needed. ...
I am developing with NCS, but I found only one project "v1.4.99-dev1\nrf\samples\bluetooth\peripheral_lbs" I can add files directly through the option "Add new file to cmakelist...
I m using sdk16.0.0 nrf52-ble-app-uart-c-multilink example. I want to comminication arduino btw BT840F. I try with nrf52840 there is no problem but when i use bt840f i didn...
I'm using a library that does
#ifndef MIN
#define MIN stuff
#endif
Because I'm using segger, I have no control over compilation order, so that's getting loaded first...
I want to design the chip (nRF9160) on our board. 1- What kind of external debug / flash (SWD) can I use to flash the modem firmware and my app?
2- Is there any suitable...
Hello All,
I am implementing a simple UART bridge over BLE and want to add a Characteristic to update the baud rate being used. I thought I added code to support a new characteristic...