Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
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...
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...