hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
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...
Hi
We have a freeRTOS project using nRF52840, I found that if I put SPI transfer API before running task is OK, but it has a problem if I put in the task,
Does anyone...
I'm running through the tutorial page to help me get stated.
The section I'm having trouble with is Updating through USB
the Problem is on step 15
When I click on...
Hi everyone,
I'd like to check devices is still alive in the BLE mesh network but I don't know how to check it. Can I use available model in SIG or custom new model to check...
nRF Connect SDK v2.0.0
For example, the current version is v5.0, you cannot upgrade to v5.0 or downgrade to v4.9. You can only upgrade versions above v5.0.
Hello,
I'm working on an application and implementing the DFU feature. I first made DFU work on a s132 application and now I'm changing to s332 so I can put the ANT+ part...
I use nrf52840 dongle programmed with zigbee cli agent example.
Using the bdb start command, the coordinator enable the permit join and connects to all free devices in the...
Will it be possible?
Can I operate the UARTS in parallel - both recieving data at 38Kbs?
The data from each UART will be stored in a buffer and once it reaches 10 bytes...
Hai,
I'm using nrf52840 to develop a Zigbee coordinator.
I found some examples in NRF sdk and NRF connect sdk.
I have some doubts regarding that. (I'm new to ZigBee...
Hi,
I'm using a custom board with nrf52840 and nrf9160. I tried to build at_client sample (vscode) with nrf9160dk_nrf9160_ns.overlay -file added (tx and rx pins modified...
Hello Everyone
I'm working on a project in which some commands are transferred through USB HID.
The project is an nRF42840 based one.
The data received in nRF42840 is...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...