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...
Hello,
I would like to use nRF52810 chip.
And I want to implement PCB trace antenna and PCB chip antenna on same PCB(for provision)
Either PCB trace antenna or PCB chip...
I am using the SPI peripheral for communicating with a network through long wires. Is it any information about the impedance of the driver outputs from the nRF52832?
I will...
nRF52840 OPS v0.5.1 section 16.16.2 states “A pin reset is generated when the physical reset pin on the device is asserted”. This seems to contradict the descriptive name...
Dear Nordic
All our last SDKs in "example/dfu" have same error.
Code is not corect:
nrf_clock_lf_cfg_t clock_lf_cfg =
NRF_CLOCK_LFCLKSRC;
Impossible properly...
Hi Nordic Support,
According to the answer in question:
devzone.nordicsemi.com/.../
it is not possible to update the bootloader (which is the case with "bootloader_secure_ble...
I am trying to set up RTC2 by following an example
github.com/.../saadc_low_power
I ported it to my project which is running a softdevice on nRF52. It works perfectly...
Hi Alls,
I'm trying to compile and test the example project from SKD_12.3.0 and receiving the following error:
#error app_timer for freeRTOS requires configUSE_TIMERS...
Hi everyone
I'm doing some basic test to verify the correct platform for a future project, we need ble long range, therefor we are testing the NRF52840-PDK
I have loaded...
hello,we use nRF24l01+ for the communication of IoT.There are a lot of terminals work at a same channel,when the controllers send CMD,we have found:the length of reading from...
Hello,
I am having a weird reset behaviour with my nrf52832pca10040, SDK12.2 with softdevice v3.
I have connected an acc into the SPI interface through these pins
...
Dear friends,
I want to measure the current of RF of BLE using PPK. However, i do not care the current of other peripheral devices, such as timers, pwm. How can i make it...
Hi,
We have nRF51822 acting as a central and another nRF51822 acting as peripheral. The peripheral advertises at 1 second advertisement interval. The peripheral and central...
Hello,
There is a characteristic with properties:
memset(&char_md, 0, sizeof(char_md));
...
attr_md.vloc = BLE_GATTS_VLOC_USER;
...
char_md.char_props.write = 0;...
Hello everyone~
BLE 4.2 secure connection is very useful for smart automobile. It's fit for many lock/unlock and rent/sharing scenes. Is there a plan for automotive grade...