Hello,
I've seen multiple posts related to this question, but they're not very recent so I wanted to check if there's an updated answer.
Are non-simultaneous multi-image...
I have an Ubuntu Machine where I successfully installed Zephyr SDK and toolchain following instructions given in the official getting started guide here . I was able to compile...
Hello,
I have a custom PCB with the nRF5340 chip. I’m able to flash the board using a J-Link. I’d like to rename the device so that it advertises a specific Bluetooth name...
Hello,*
I'm new to nRF Connect SDK environment, but I'm used to work with Zephyr.
I'm actually confused using west.yml file. I created a new application based on existing...
Hey guys,
I use SDK 3.0.2 and toolchain 3.0.2 and want to start with the modem shell example: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell...
I made a custon pcb and until now it is working as expected . I am using the me54l14 module by minewsemi and i want to enable the CTE capabilities so that i can have angle...
Help Needed: BLE Not Working on nRF52810 (Tried Zephyr & nRF5 SDK)
Hi everyone, I really need help getting BLE working on my custom board with the nRF52810 . I've been trying...
Hi Sir,
We plan to use the serial DFU to upgrade the 52832 (Host MCU + 52832), we use UART as the communicate interface.
Do we have the example code for reference for...
Hi,
I'm experiencing frequent crashes in the softdevice on an nrf52832, running SD version 6.0.0 with SDK 15.0. The crash seems to occur when interfacing to the device over...
So I can live with the 60uA power draw I get shortly after a power cycle but the strangest thing happens. Over a short period of time the power consumption ramps up to, well...
Hardware: customized board based on PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Change:
Merge ble_app_blinky example into blinky_rtc_freertos.
/cfs-file/__key/support-attachments...
NRF52832
SDK 15.2
Two MCUs communicate through serial port. If the other MCU is not powered on, nrf52832 will not run (LOG error > app: Fatal error). If UART is not initialized...
Hi everyone,
These days, I am thinking about how to make some upgrade about the sound module of thingy52.
It would be quite funny to make some other sound samples rather...
I want to know the project which code was developed with IAR,the project can port to keil MDK? If I could,where do I need to change,and how to do it .thanks
I use SDK15...
Hello, I have recently updated our CLI backend to use LIBUARTE and it seems to be much more reliable. I have a few assumptions I would like to clarify and a few questions...
I am about to start new quite complex project with nRF52 and I thought that maybe it is high time to use freeRTOS port from SDK. As the device is going to be powered with...
We are experiencing some mysterious but very rare events of MCU going into system OFF mode. We are using nRF51822 and S110 v7.3.0. The wake ups are most likely caused by a...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v10.0.0 with softdevice 8.0.0 in our project, In Application we are using gpio,timer,uart interrupt handler, In main function...
Hi support team,
I'm using nrf52840 with softdevice 6.1.0 and sdk 15.0. I started from the ble_connectivity example as my central and used pc-ble-driver on my host PC as...