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...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
HI,
I am using nRF51822 S130, SDK12.3.0
I created private key for application code and public key for bootloader. Just few days ago, the zip file can upload to the device...
Hi,
I use NRF51822 + S130 + SDK12 platform, my device work in CENTRAL mode, I want send data to peripheral every 10ms, code like this:
while (1)
{
while (m_free_tx_packet_count...
Hello,
I am currently working on nRF52840PDK baesd project, where I want to use BLE using RIOT OS. So, please can you provide any example for RIOT OS based BLE or any details...
Hello all ,
I am using nRf52832 and i found PWM conflicts with Softdevice: We were able to create a sample PWM application which works fine independently. When we merge...
I'm developing a system which consists of 1 or more remotes (3 or 4 max) that have to communicate with a single host.
I need a fairly simple protocol, low power optimised...
hello all,
I am using nRF52832 and blow is my querry.
Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low...
I am using radio notification to change every advertisement packet. Here is my code:
static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init...
Hi all!
I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens...
Hello, I am investigating the possibility of integrating the DTM functionality into our app (which uses the softdevice) to allow us to use a single image for production testing...
Hi,
I am using the SAADC example in SDK 12.2.0 together with SoftDevice (S132, v3) and its working fine without any problems. As a modification, I want to uninitialise...
After calling sd_ble_gap_connect() at an arbitrary time, how does the central actually connects to the peripheral?
Assuming the client probably listens only at certain times...
Hi all,
Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for...
I am trying to receive a string of 708 characters via BLE. As BLE cap a maximum of 20 bytes per transmission, at the mobile app side I break the data to be send every 20 characters...
Hi All.
I wanna to continue Advertising during peripheral connection due connectable ADV prohibited if Peripheral connection established for nRF52840.
Is it possible to...
I'm trying to print a 20 byte array over uart before sending it on BLE. My array contains:
{0x34, 0x12, 0x00, 0xFF, 0x00, 0xFF, ..., 0x00, 0xFF}
However when I try...