I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
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...