Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi,
I am trying to use GCC with Eclipse as explained in this tutorial , and after spending hours trying to figure it out, I am completely lost and ask for advices and help...
Hello,
It appears that changes were made to the DFU bootloader project in SD 8.1. The project no longer seems to function when using GCC.
I am using GCC 4.9.3
when...
I'm following these instructions. And downloading a project from this github repository.
The downloaded github zip file contains the following folder "ble_app_uart_c_S120...
Hello,
I use this program.I take values.Android Application want to show the values.
Program:
#include "ADXL345.h"
ADXL345 accelerometer(p5, p6, p7, p8);
Serial pc...
Hi all,
I would like to use the Arduino programming environment on my nRF51422 prototype. I have seen that RedBearLab has done the migration for the nRF51822 which quite...
Is the nrf52832 developer kit compatible with Arduino Leonardo? I know that most Arduino shields work well with Leonardo, but a few have troubles.
Thanks
Hi,
I would like to have a recommended supplier for the 32MHz crystal. I have seen the specification for the crystal. But from my experience it is a bit more complex than...
I followed the guide of this and when I opened the project " BLE_Gateway" ,it showed that the "spi_slave.c","softdevice_handle.c"and "ble_advdata.c" file couldn't be found...
I can not compile the example project 'ble_app_uart_s132_pca10036' ,in nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_uart\pca10036\s132\arm5_no_packs.the error given...
I have a fully working project that uses the HomeKit SDK 1.0.0 from Nordic Semiconductor.
In order to be compliant with Apple specs I am trying to upgrade to version 2.0...
Hello,
I enabled debugging in keil v5 for the nrf 52 and I am debugging through UART for the ble_app_proximity and viewing the messages in putty. The messages i received...
hello everyone,
I was trying to turn off nrf51822 on some condition. So i thought i will use systemoff mode register to do that.i am attaching code snippet of what i am doing...
I am trying to build the ble_app_hrs using gcc. It seems to build okay. I can program it to the device. When I press button 0 or any of the buttons the leds does nt light...