Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
Hey everyone,
I'm trying to send a value as a notification packet from GATT Server (slave) to GATT client (master) at 7.5 ms connection interval. I have set up the radio...
I am using a simple 4 by 4 matrixed keypad, and I would like to handle some of the decoding myself.
In essence, I would like to configure all 4 rows as low driven output...
Hello,
I already searched the forum, but I didn't find anything.
Is there a way to invert a port on a NRF51822?
I use this chip together with an XMega-Chip and they...
Hi,
I'm trying to get PCA10001 board working. I used ble_app_hrs example from SDK 6.1.0 (I'm using eclipse with gcc). The Softdevice is v7.1.0
The application seems...
I have a nRF51DK with SD 8.0 flashed.
I would like to start and stop a pwm signal with the buttons on the board(BUTTON_1 and BUTTON_2). The pwm is working fine. But when...
Hello:
I want develop my nrf51822 project base on new sdk and softdevice.In /nRF_Examples/9.0.0/ble_periphera/ble_app_uart/, the keil project device is nrf51422,and it can...
Hi,
I'm compiling the simple blinky example with no softdevice for an NRF51822 xxAA using GCC on linux. I can't get any LEDS to blink off the GPIOs, so I'm debugging with...