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,
The NFC function is set to read only in my application. I don't want to wake up my system when someone tap on my device to read the NFC data. (assume this method can...
Could someone confirm whether there are schmitt triggers on the nRF51822 GPIO. I found the following thread that mentions them, but it also is discussing the nRF52 series...
Arm Gcc (using Eclipse Neon) |
SDK 13.0 |
nrf52 DK (PCA10040) |
tried soft device 4.0.2 and 4.0.4
I can successfully compile and run the example -ble peripheral- ble_app_hrs...
Are there any particular practices or instructions should i follow if I want to write a custom library
We are trying to write a library for LEACH protocol and it is a network...
I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me...
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I...
Hi , I have 2 nrf51822 borads. One is with nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_hrs_c and the other is with nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral...
I would like to use the ble_app_uart_c example, found here , to connect to a custom peripheral. What values should I change in the central device code in order to connect...
I know that BLE is not suitable for high-volume streaming.
So how do BLE earphones stream audio?
Does it use with bluetooth classic protocol?
And I coundn't monitor...
Hi,
I've one central and one peripheral devices. I'm trying to make a connection between them, perform a bonding process and finally add the peripheral id in the whitelist...
Hello All
I am developing BLE based home automation system using nRF51422 DK for my research activities. now i am planing to make separate PCB nRF51422 device alone. i...
Hi,
I'm trying to get the RSSI of incoming 802.15.4 packets using otLinkRawGetRssi() , but I need only RSSI from one specific device. I tried to use whitelist ( otLinkSetWhitelistEnabled...
Hi, I ran the example code ble_hrs_c in nrf51822 16KB RAM version and 32KB RAM version. The 16KB RAM version works fine. But in the 32 KB RAM version, peer_manager_init(true...
I modified the HTS app in the nRF toolbox to test adding other services like below.
In detail, I added mDICharacteristic field to save the information of System ID...
Hello,
I developed a Nordic board with 2450AT18B100 chipset antenna. I follow the design of Solar Powered Sensor Beacon.
infocenter.nordicsemi.com/index.jsp
I test...