Hi
I am try to developing ble mesh gateway to connect and controll different nodes using nrf52840. Please give guidline to do this. I think proxy node is bridge of host...
Hello everyone,
I am evaluating wether this Thingy:91x can communicate with an autopilot (CubePilot CubeOrange) or not.
What am I doing right now?
For those who might...
Hi Nordic team,
We’ve implemented a custom firmware update flow for our nRF5340-based device , which supports a robust single-image FOTA process using external NAND flash...
Hi everyone,
I use the ble-app-buttonless-dfu example to develop my application.
I make a mutual authentication to be sure the device is connected to the right mobile...
To read the MAC addresses defined I use the following code (with CONFIG_BT_ID_MAX =2 in prj.conf):: :
bt_addr_le_t addr [ CONFIG_BT_ID_MAX ]; //space for random address...
Hi ,
I want to use nRF connect sdk for visual studio for windows os.
I installed the required tool chains 1.nrf-command-line-tools-10.24.2-x64 2.JLink_Windows_V832_x86_64...
I use nRF5SDK1230, S130nrf51201. Firstly, I flash ble_app_beacon in PCA10028, it works good. then i flash the same program in custom board(nrf51822qfaa) without any change...
I'm going to configure nRF51822 chip as a spi slave.
And there are no more pins for the connector.
So I am trying to connect SS pin to the ground pin, instead to connect...
Hello
I'd like to write my own application for flashing nrf51822. It will add some additional information info hex file.
How can I burn hex file into the flash using...
Hi,
I was wondering if you can please clarify the licensing terms for the nrf51 softdevices?
I found the link to the SDK license here:
devzone.nordicsemi.com/.../license...
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...