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...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
Hi everyone,
It looks like there is a bug in GZP host example.There is a function gzp_host_chip_id_read where flash is accessed at GZP_PARAMS_STORAGE_ADR. But there is...
I am using the following to extract the Device_Name from an advertised packet received on an Arduino Primo:
peer.getFieldInAdvPck(BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME, advertisedName...
Hi!
I have a question about the Mesh SDK. Is it currently possible to get the physical source of a relayed message (thus the relay that send it) out of it? I only seem...
I use buttonless_dfu_app as template. SDK 14.2
Q1. Could someone help me.. After I updated my app I have changed crc (if more than just few changes), so bootloader installed...
I made all steps in a guide
devzone.nordicsemi.com/.../
All works fine. After that prepare my own firmware like appendix 1. Also works good. I merge
bootloader_setting...
Hello,
i'm trying to run the ble_uart_example on my nRF52840 eval-board, but it always fails on this line:
err_code = ble_advertising_init(&m_advertising, &init);
APP_ERROR_CHECK...
Hi, everyone,
I develope the project with BLE support. In my project I need to define the time server. For this purpose I tried to find any example reffered to it, but no...
It is a sensing-processing-actuation based application. Just want to use the nRF52832 module for BLE communication( a part of the application).
Is there a direct API in the...
Hello,
I have an application where an nRF52832 peripheral (S132 v3.1.0) transmits a 5-to-10 MB file to an nRF52832 central (S132 v4.0.5). The peripheral sends the file...
Hello,
I have bought an nRF51 dongle with a SEGGER J-Link.
I have downloaded all the SDK and everything from nordic website.
If i open an ble peripheral example in uvision5...
Hello i cannot get uart to work correctly on these pins. The board seems to reset when i try to run uart on these pins. I can get them to work on pins P0.06 and P0.08. I think...
I could not find update info on this;
When I use mergehex to combine SD, app and bootloader, MCU just boots into DFU mode.
When I program SD, bootloader and app, MCU...
I have a nrf52832 running as a BTLE peripheral running up a couple of services including one custom with a characteristic i wish to be modified by the peer.
Data is being...
Now I'm using NRF52832 to communicate with other MCU(STM32) by UART.
STM32 will transmits about 40 bytes data to NRF52832 per 10ms.
Here is my configure referenced Nordic...