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...
I have try to midify:
// <s> NRF_DFU_BLE_ADV_NAME - Default advertising name. #ifndef NRF_DFU_BLE_ADV_NAME #define NRF_DFU_BLE_ADV_NAME "User Name" #endif
but it does...
For flash memory, 10000 write/erase life is specified in the documents. is that means 10000 lifetimes for writing only and 10000 only for erasing? I have to delete the page...
Hi,
I'm trying to flash my network kernel code to the nRF5340-PDK network core over JTAG. It's a custom research OS called Tock that you can look at here . The code is fairly...
Hi everyone!
I want to send data (with nRF52832 chip) on a mobile phone every 1 ms, is it possible knowing that the minimum connection interval between a peripheral and...
Hi,
I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 bluetooth devices and send them to the cloud. This program runs fine,...
Hi all,
I've a custom board in which I'm trying to interface SD card with nRF52840 chip.
I've checked connections with multimeter for connectivity and added pins accordingly...
I'm new to the NCS/Zephyr environment. In the past I got the nRF52832 working with the VL53L0x. I ported arduino code of the VL53L0x and got it working well. But now I'm trying...
I have never seen documentation this opaque. How on earth am I supposed to use this documentation to write C code? I can't find any macros, static variables, nothing to get...
Application blinky example hangs when connecting with android app. I get 0x4001 error in app_error_fault_handler().
It is strange that when i use blinky app on android it...
It was my first time working with the Segger embedded IDE
SEGGER Embedded Studio for ARM Release 5.42 Build 2021031901.45616
and NRF52840-DK.
PCA10056
2.0.0
2020...
I have a problem with printk/LOG in one program (samples/sensor/bmi160). All my programs, except this one, gives me serial output from both logging (LOG_INF etc) and printf...
I bought the PCA10056 board. I want to develop my own application over the ble_app_template example. How do I create a ble service? how do i create uuid? I'm confused. could...
Hello,
I tried to setup the UART example provided at this link: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160
I open two COM ports...