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 :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...