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...
Hello,
I works with Zephyr, VCS, SDK 2.0.0
I don't find how to get pin number from the DTS pinctrl .
In this folowing code, I want to replace magic number (uplighted...
Until toolchain update it was working well. But after toolchain update I cant even open toolchain manager . It just shows some exception like " Unexpected end of JSON input...
using NCS 1.9.1 - Zephyr - Segger Studio - sample code: bluetooth / peripheral_uart
I based my project on the sample, modified it slightly and it works well on a board with...
Hi,
I saw here: nrf52840 802.15.4: mlme_start_req: nonbeacon-enabled mode doesn't work
that the SDK-Version 14.2.0 was not compiled to work with non beacon enabled mode...
Hello,
After upgrading to the new version with the help of the migration guide, there is an issue that I could not trace back to any changes.
If I am correct its about...
Im compiling an app in nrf sdk 2.0.0 which works well on the nrf52811
as soon as I add
CONFIG_NRF_802154_RADIO_DRIVER =y
into prj.conf
without even initializing...
Hi Everyone,
I am working on NRF52833. I have developed code for our project. Now in this project the phone app will connect with the device using BLE for which I have implemented...
I have a Nordic Thingy:52 and Nordic Thingy:91, and I want to develop custom embedded software for them. Do I need a J-TAG or can I flash code using USB?
I've seen tutorials...
Hello,
I'm starting development with nordic arm processors. Therefore we purchased the BMD-360 EVK. This board features the NRF52811 processor and has the same pins as the...
We currently have a nRF52840 central device written with the Bluetooth Nordic SoftDevice API. From what I have read, the Zephyr RTOS is the best way going forward. I started...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello ,
I on the DK nRF52840, I wanted to manage the sleep mode and measure the current consumed by the microcontroller.
I started with example uart, I cut the PCB track...
According to the Nordic infocenter here
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf9160%2FCOMP%2Fnrf9160%2Fnrf9160_operator_certifications.html&cp...
I am using nRF52840DK for working on my application. I use nRF Connect SDK v1.9.1 to run example and build application. I use VS code to build the application. I am working...
HI
Saw the youtude video: https://www.youtube.com/watch?v=dpvNXQiLbh4
For BLE Audio Broadcast mode, could i check how many channels of audio can be broadcasted and selectable...