Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hello,
Using the sample PSA Protected Storage on the nrf5340 DK with NCS v2.6.1 (and v2.5.2). My prj.conf contains these settings:
I flash the sample provisioning_image...
Hi,
I am using Nordic nRF52833 as a peripheral which uses mcuboot and DFU over BLE. I can easily upgrade firmware on that device by connecting to it with nRF Connect mobile...
Hi,
I use nrf52833 Development board PCA10100 to do loss test as peripheral and speed is 1Mbps, tx power is MAX. It's loss rate is very high, when nrf52833 sends a packet...
Hi, I am trying to use the periodic advertising connection examples and get Hci errors: opcode 0x2036 status 0x01 Failed to create advertising set (err -5)
I am on NCS 2...
Hi:
I checked the zephyr.dts file, but I couldn't find the addresses for interrupt-controller(0x e000e100 ) , timer(0x e000e010) , and memory(0x20000000) in the nRF9160...
Hello, I'm experiencing an issue with communication between the nRF52840 and nRF9160 on the Thingy platform using the connectivity bridge. I successfully established communication...
Support,
Due to the limitations described in the referenced previous ticket, I am unable to successfully discover a service and its characteristics because of a hard fault...
I am struggling with the same requirement as this ticket :
ie receive from a UARTE without knowing in advance how many rx bytes to expect. This is typical for exchanging...
I'm running the nrf5340_audio application on the nRF5340 Audio DK and have a UART wired to TP60 and TP61. As long as I have USB (onboard j-link) or my Segger j-link connected...
We used to specify BOARD and BOARD_ROOT at the cmake level, but so far attempts to do the same using sysbuild did not succeeded. Is it still possible or should we rely on...
Hello,
Is it possible to know what is the cause of this assert : app: ZBOSS assertion in file: 24, line: 1024, please.
It is not very clear by reading the assembly code...
Hello,
Is it possible to know what is the cause of this assert : app: ZBOSS assertion in file: 24, line: 1050, please.
It is not very clear by reading the assembly code...
Recently the source control icon (git extension) in the activity bar in vs code shows more than changes in code.
As can be seen here the icon adds up the changes in...
AWS IoT example not working with v2.6.1 SDK with nRF7002 DK but works fine with v2.5.2 SDK.
*** Booting nRF Connect SDK v3.5.99-ncs1-1 *** [00:00:00.249,725] <inf> aws_iot_sample...
Hello all,
I use nRF52840 for my custom board. I set P1.11 & P1.12 as UART_RX & UART_TX. But these two pins can not work.
Here is my nrf52840dk_nrf52840.overlay.
Here...