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...
Hello,
sd_softdevice_enable give me a hardfault every time. What can I do ?
Configuration:
Jlink / Ozone
Confirmed on 2 Sparkfun nRF52832 boards (nRF82832 AA rev 1...
Hello, I am trying a simple btle application where one mcu will send a "help" message and another will respond with its address. The mcu that asks for stores the address of...
Hello,
I would like to implement the nordic DFU protocol natively in a new app as I have historically found it tiresome and buggy to turn the DFU program into a library...
Hello, I am using eclipse app development, to achieve OTA function, use Maven to download DFU library, can not find the library, see your introduction: compile'no.nordicsemi...
I have a BLE circuit utilizing an NRF52832 cpu/integrated radio, necessary impedance matching network and a single ended micro-strip "L" antenna. How can I determine the gain...
I an trying to wake the chip and record the temperature readings when temperature reaches a certain threshold (eg: 80 deg C), can this be achieved using built-in temperature...
I debug the DFU Bootloader through UART,I am sure the APP code is complete updated,but the application does not run when the device is after bootloader to auto soft reset...
Hello:
I'm trying to get an example program ble_app_hrs running on my custom board, because earlier last month I couldn't write the cccd descriptor properly and I suspect...
i try to connect and read and write on my device with ionic2 BLE plugin , i can connect and also write on the device but when i try to read a data from device and use startNotification...
Dear team,
Our customer using "nRF51422 Development KiT8PCA10028)" with "ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex".
They can check advertising packets, but, they...
Hello,
Here is a newbie question:
I have NRF52832 (sparkfun breakout board) and ADT7410 temperature sensor and, I want to create a data logger. But, i could not understand...
Hii all,
Is there any one started using and succeed with nRF connect 2.0, I installed and open this app, and added two apps two this
After that I launched the app...
hii team,
iam trying to pair my central app with one peripheral device which is generating random passkey while pairing .when central (my App) is sending pairing request...
Hi,
I am using the pin change interrupt example provided in the SDK examples. By setting the input sense to NRF_GPIOTE_POLARITY_LOTOHI, the interrupt handler is called...