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...
Hi, I'm running a custom board with a custom example on SDK 15.3.0 using the SDK 15.3.0 Secure Bootloader and SoftDevice S112 V 6.1.1. The used nRF52832 is flashed with a...
I followed the description Timers — Zephyr Project Documentation here.and implemented a basic timer functionality in thingy91.
volatile bool update_timer_expired=false;...
Hello,
I'm using the nfr52840 with SD140 and the SDK 17.0.2
I'm facing an issue where calling nfc_t2t_setup is failing when it called a second time.
I'm wonder the following...
Hey!
From this link it says one can force the cortex-m4 to disable write buffering. This is supposed to remove imprecise bus errors.
To do this i write 1 to bit 1 in the...
I want to design custom board for nrf52840. I will be using configuration 5 from Reference Circuit nrf52840 . I do not want to use NFC can I leave NFC pins not connected....
I use 52832DK to run the light demo of ncs1.5.1. This demo is in the nrf\samples\bluetooth\mesh\light directory.
After the nRF Mesh App is successfully configured, when...
I am bothered by the fact I have to ask this question at all. It should be easily found in the documentation but I cannot find it for the life of me.
I am trying to increase...
Hi All,
I have all files needed for buttonless DFU for a target nrf52832 device.
I am trying to port the DFU process to python without needing a NRF52 dongle, just using...
Hi,
I am using nrf52840 mcu, accidently 11 volt power supplied on ADC pin(AIN7).
I thought the pin was blown, but when I supplied a voltage below 3.6V to the adc pin,...
Using the NRF SDK, I am developing a remote BLE HID device that is a music controller (Play/Pause, skip forward, back, volume up down). I am having an issue with iOS devices...
To kind attention of Nordic support team,
we have got this custom hardware based on nRF52833 with an active ble connection when device is in run sleep mode.
We have got...
Hi I developed a program in zephyr that reads ADC unfortunately I stumbled upon a bug which can not be solved currently. https://github.com/zephyrproject-rtos/zephyr/issues...
Hi All,
We are in process of Porting our Thread based application into FreeRTOS environment.
For this, we intend to make use of freertos_coap_server example provided and...