Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Hi,
I am using a sniffer on nRF52840 DK between by central and peripheral device. The frequency of packet transfer is at 433MHz. Can the sniffer detect the packets at the...
Hi everybody,
I am currently trying to write in flash several records key in a same file using fds_write, fds_update, fds_records_find.
My page is FILE_ID = 0x1000 and...
Hi,
I have an application which scans for BLE advertisements and pushes some information about it over UART.
I run this on a nRF52840 DK card using softdevice s140 6.1...
Now, I have a project that needs to do a master device to communicate with another slave device, but the slave device is done by the customer. I found that my main device...
Hi,
When trying to connect various thingy's to an Android with the Thingy SDK, the debugger gives me that :
D/BluetoothGatt: onClientConnectionState() - status=8 clientIf...
Hello ! So i have a nrf52 device, and i would like to know if there is a possibility to us it as a multi hub devices. ie: two nrf52 devices, one programmed with ble_app_uart_c...
Hello Everyone,
I am building an application where I have to change the scan window (BEARER_SCAN_WINDOW_DEFAULT_MS) in run time, based on a specific event. Does the stack...
I cannot find any useful information on the purpose of this project: examples\connectivity\ble_connectivity\pca10040e\ser_s112_hci (and likewise with other boards & SoftDevices...
Hi all,
I have a hard time to merge Mesh Proxy Service and Nordic UART service. I am working with mesh SDK v. 3.1.0 and nRF5 SDK v. 15.2, coexistence example ble_app_uart_coexist...
I am considering using BLE advertising for sensor devices as peripherals and using a mobile phone as receiving device.
Because the number of sensor devices can be more than...
The current protocol for the mesh serial interface as documented here:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk%2Fdita%2Fsdk%2Fmesh_sdk...
how to program an nrf51822 chip(chip with ou coin cell battery the rectangular chip not circular) using nrf51-DK to work as a beacon .. kindly share me the detail process...
using nRF52832, SDK 15.1, custom made units.
My Obervations - (in bootloader settings) $nrfutil settings display ota46to47.hex
when device is flashed "Current bank"...
Hello,
For BLE mesh light_switch example, the following statement is showing error.
In app_config.h
#define NRF_SDH_ENABLED 0
In sdk_config.h
#ifndef NRF_SDH_ENABLED...
Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call...