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...
I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having...
Hello,
We are using the Serial port library with two UARTEs. It defines two instances of the serial port interface: one for receiving data, and one for sending data. After...
Subject pretty much explains the problem. One can just get power from a USB interface, but if I plug our nRF52840 into such an interface, it does not appear to boot into its...
I am trying to use serialization to connect an STM32F4 to an ISP1705. My goal is too connect to other BLE devices and read some measurements. I have tried a few of the examples...
I'm using an example project of the secure serial bootloader (pca10056_uart_debug) and changed some configuration for my custom board. I added RTT debugging and changed uart...
Hi,
One of our projects will use either a LFXO or the LFRC depending on the accuracy.
The product will be exposed to temperature differences ranging from approx. 0 ...
Hello!
I handle mpu6050 sensor in SDK v14. Output of sensor values was successful. And I'm going to use this value to get the angle of the sensor.
The code below is to...
I am using NRF Connect 3.5.0 to program PCA10059 but receive the following error on some dongles when using JLINK programmer
Error while probing devices: Error occured when...
Hi there,
I purchased the nRF52 DK, and I am going to study how to use basic tools.
However, there is a problem with recognition between the computer and the nRF52...
Hello! When I start the s132 device, it freezes from time to time. In debug mode, it does not exit the saadc_init () function;
I connected "hardfault.h" and "hardfault_genhf...
Hi,
I am using nRF52832 , and sdk 15.2 version. I am trying the start the advertisement using timer , once it is connected it should send the data , and should disconnect...
Hello, I am a student who started studying zigbee with nRF52840. I want to study zigbee samples (light bulb, switch, coordinator) in nrf5 sdk. First of all, I checked that...
hi
im use nrf52840 as a gazell device which run the demo \nRF5_SDK_16.0.0_98a08e2\examples\proprietary_rf\gzll\gzp_desktop_emulator\pca10056 ,and use nrf24lu1p
(\nrfready_desktop_2_v3...
Hi, I am following the below link for creating custom services/characteristics. https://github.com/bjornspockeli/nRF52-Bluetooth-Course Now I am adding the second characteristic...
I noticed that the NRF52840 MCU offers an 2K icache that looks great and we are kind hoping to be able to take advantage for some of the algorithm we are running. But looking...