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...
I am trying to run a NRF51822 chip using Emblocks and OpenOCD, the debugger interface is a ST-Link from a Discovery board, which supports SWD.
When I program the Blank...
Hi,
I bumped into a problem trying to get PWM working and traced it back to the app_pwm_init function, for a simple test case use the the pwm example in the 8.1.0 SDK and...
Hello everybody,
I'm currently trying to start with the nordic development kits, I installed all the tools required to be able to start the development & also I get some...
I am trying to persist characteristic data written by the central side after on_disconnect . I can see the data written inside the evt_write->data ptr and I copy it to store...
Hi Nordic Expert,
Recently I wanna run ble_nus service on my nrf51822 platform, you know, sdk 6.0 does have this demo code in s110 directory, but from sdk 6.1 I cann't...
I'm trying to connect to/program my nrf51822 module I just got. I've got it set up with my st-link but whenever I try to flash the device I keep getting: Error: Flash Download...
I'm trying to enable basic commands with my device. Ideally I have a terminal open on a mac running nodejs or use the UART subapp in the nRF Toolbox App, type a special command...
What's the proper way to debug what's causing my eval board to reset? I'm assuming I need to put a breakpoint in the hard fault handle, but how do I trace that back to the...
Hi,
as a university project, I am currently developing a ultra-low-power temperature and barometer sensor powered just by RF and laser-beam energy. Please see this link...
Is there any document that describes what has to be done in the App code to migrate from i.e. SDK v7.2 to the latest 8.1.1? I could not find it.
Ideally it would be nice...
I try to add a custom characteristic value's UUID. I couldn't find any example or document that provide this information. All I can find is a function sd_ble_gatts_descriptor_add...
As I run through the examples for the nRF51 S110 SDK , I'm not seeing anything for communicating with a sensor over I2C.
On a secondary note, since I have the option to...
I am using a nRF51422 (SDK 6.1.0 with S310) and i have a question about th UART.
I can send and receive data from/to an other MCU but i have to set different parameters...