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.
...
I have a large array of uint16_t data to use as a lookup table, which is defined in flash. It's 4002 bytes in size, and I can set where in flash it is saved. I'm accessing...
I am using an nRF51422 and attempting to interface
it with an MPU9150/6050 using your MPU6050 driver and
the underlying twi_hw_master.c.
I have modified twi_master_config...
Hi all,
My application gathers sensor data and uses the advertisement packet to broadcast the values (much the same as the nordic temp sensor example). Rather than having...
Dear developers,
I need to turn nrf8002 to master mode in order to use Alert Notifications of "Profiles - On Master" offered by nrfgoStudio. I need these profiles to activate...
I'm trying to send data acquired from the ADC and monitor it using the master emulator.
The values I'm getting do not appear to make sense though.
I'm using the BLE_HRS...
Hi,
Original UART DFU bootloader SDK example ported from NRF6310 board to PCA10001 board does not work.
What did I do wrong - can anybody please help me ? Thanks in...
It's possible this is a hardware problem, but what I'm seeing is this...
The clock is enabled on pin 0, data on pin 4. With both enabled in exactly the same way, drive...
Hi, I am trying to get the rssi value of a connection, and what I am trying to do is to start the rssi in the beginning at the connection and end it at the end of connection...
Using S110 version 6.0.0, Sdk 5.2.0, GCC 4.8 (C++, but that don't matters here).
I want to know, if the central has switched Notification and/or Indication on or off for...
Hi,
is it possible to use the PCA10000 as a data logger, to transmit the incoming data over USB to a terminal programm? Are their any limits, e.g. for the data rate?
...
Hey guys,
We're seeing a problem with weird reboots after our system goes through a firmware update using the DFU. We are using the latest GCC for these builds (4.8 2014q1...
Hello,
I was wondering if Nordic plans to offer a dual core variant of the nRF51822? We are starting to see vendors offering dual core BLE radios with one ARM core dedicated...
Hi All.
I am trying to download the Bootloader to nRF51822 Dev Kit using nRFgo Studio (32 bit, v 1.15.1.2691) but getting an Error.
"ERROR: Attempted to write to UICR...
Hi, I am trying to write code to run the nRF8001 chip from a PIC microcontroller. I've been messing around with nRFgo Studio for generating the setup data, and I've noticed...