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, I just got my nrf51 DK, I compiled the BLE_URIBeacon example from mbed and downloaded the hex file, 361.2KB. I pushed the RESET button and connected the USB cable to my...
Hi
I use an avr attiny441 with the nRF24AP2. Communication is over SPI byte flow. After start up, I get the start-up-message from nRF24AP2. That's fine. Afterwards, when...
Hi all,
I tried to implement a software ACK between two NRF24LE1 devices, but failed.
In my tick_interrupt_ISR, I send a frame from device_A to device_B, and I want to...
I would like to start a pwm signal on PIN 15 while BUTTON_1 or BUTTON_2 is pressed. If BUTTON_1 or BUTTON_2 is released, than there should be no signal(low) on PIN 15.
...
I have built an application using S120 v2.1.0. The app runs fines from 0x1d000. When I run an own bootloader (RS485, no need of interrupts or S120, no pstorage functions,...
hy,
i am using s130 as a central device. I can establish a connection and also read the characteristics. I also enabled notifacation for one characteristic. Everything...
Hello,
I have the latest version of nRFGo Studio (1.20.0.2 version) and i try to program the S310 V1.0.0 SoftDevice using the nRF51 DK. I get the following message : Invalid...
Currently I have a device working with DFU being updated from an iOS device. Now however, I would like to update the DFU from another BTLE device. There is no OS in this device...
As I am using four GPIOTE IN events to get interrupt on gpio-pin's rising-edge, please let me know whether it is possible to get low power or not.
If not, please show me...
I get an error sometimes in my project, and the error code is 0xDEADBEAF always. it happens often when i start advertising and connectting to a mobile phone. i get the debug...
From the nrf51 dongle User Guide, if revert back to the J-Link image from mbed image
download the latest SEGGER J-Link software from www.segger.com and open a debug session...
Hello, first of all: I do not expect support from nordic here, but if any kind sole could shed some light on this, I would be very grateful. I’m developing an open source...
Hi All,
I was tasked to create a program in visual studio that can just detect the 949-NRF51822-BEACON
Using the 949-NRF51-DONGLE. A simple application that detects the...
Hii all,
I wanted to generate a clock pulse from the pin P0.05, I've written the code and when I tested the application with nrf51 DK with chip 51422-AC its working fine...