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...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
Hi to all!
I'm trying to use the same GPIO to wake up the nrf52810 from system off and also use it to execute some functions. I have this code that is based on the example...
I'm trying to load a program to a custom pcb with a n52832 chip, but shows up this error in the Programmer: Failed to load readback protection status: async task failure for...
Hello,
I am working on a project that modified from ble_app_uart_c, with sdk v16.0, softdevice S140
In my case, I defined an event observer by
NRF_SDH_BLE_OBSERVER(m_ble_observer...
Dear Mate,
I am using bl653_dvk board i followed this link clearly (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi...
I am working on a project that need to receive extended advertising data, I modify periodic_sync from nrf connect sdk to get the data and it works for my device, but I need...
Hello,
I am testing current consumption of my custom board with PPK. There are some passive components (resistors, mlcc) on the board also with active components (accel...
Dear Nordic,
I want to scan slave devices , so I use TWIM nrfx driver to send zero byte data, I don't got error code, but I don't receive TWIM event too. I found a example...
Hi everyone,
I want to design PCB for nrf52840. Do you have any suggestions before i start?
I used STM32, PIC, Nuvoton and Atmel series IC's in my PCBs. But nrf52840...
Hi There,
I am working on a Door lock system using Nrf 52840 Chipsets having BLE and ZigBee Communication protocol. I wanted to have ZigBee OTA DFU feature in my product...
Hi there,
We are seeing a massive difference in UART current between the same revision 2.0.0 nrf5340 devkits. Below, with the UART enabled with HWFC and only the receiver...
My project is using nRF52840. Early software development used an nRF52840-DK to develop most of the software. Software is based on Zephyr using nRF Connect version 1.6.1....
Subject pretty much says it all. I'm looking for a Zephyr project example that uses PHY CODED. I'm using the nRF52840 with NCS 2.0.2 in the vscode environment. I have things...
Hi
We have a freeRTOS project using nRF52840, I found that if I put SPI transfer API before running task is OK, but it has a problem if I put in the task,
Does anyone...