We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...