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...
Dear,
Like I said in the title, I did use the NFC of my PCA10056 with my phone, it works, I also can read some information from nRF52840 by NFC. Right now, I programmed...
Hi Devzone:
I am working on nRF52840 with latest SDK.
I have 1 differential pair and 1 single ended pin I want to sample, single ended samples at every 40ms while differential...
I was trying to connect my cellphone tu the ublox modulo for sends at commands from my cell, in the main program of the micro I've the next lines for turn on the ublox module...
i have a nrf52840 dk
i need to connect the flex sensor to the board and know the resistance value while bending
how to do it?
and what code should i dump
Hi there,
I have developed the custom board with nrf52832 Soc and programmed blink code, it works fine.Now i uploaded the ble DFU template example and updated firmware...
I can't install the tool chain.
Looks like I have to install something called chocolatey?
I can't install chocolatey. I tried the chocolatey website for help and was baffelled...
Hi, I am trying to debug the blinky project with Eclipse, openocd and st-link. No softdevice. This is the output I am using.
I am finally able to see the leds blinking in...
I am studying to use the nRF2460 or wireless digital audio streaming where one Tx broadcasts and several receivers listen and follow. I have the following questions: Can an...
Hi,
How can I read out a vendor model in the NRFMesh app? When I change the model ID to e.g 0x9000, I cannot see the model under elements anymore. Needs there to be any...
I have a list of characters and trying to put them in a string.
char line[13]; /* Line buffer */
NRF_LOG_INFO("Playlist : %c", line[0]); this works displaying 1 character...
We are currently evaluating the two development kits of nrf91 - On the nordic Thingy with Fractus antenna we get the nrf91 into the mobile network after about 20 seconds ...
I know this may be a duplicate of this: https://devzone.nordicsemi.com/f/nordic-q-a/37732/nrf52840-spi-clock-line-contention-causing-spi-driver-to-hang/145521#145521
I say...
Hi,
My working environment:
NCS folder Tag:v1.2.0
J-Link version : v6.62a
SES version:4.42a
test sample code:\NCS\nrf\samples\nrf9160\cloud_client
nrf connect...
I generated two packages for OTA. The first package contains a bootloader and a softdevice 7.3.0. The second one contains a bootloader and a softdevice 8.0.0. I flash the...
Hello,
I want to interface nRF9160dk with ICM20648 sensor using SPI communication protocol. I tested SPI on nRF91 and it is working fine. But how to use ICM20648 with nRF91...