I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I download the hex file in nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s132_pca10040.hex directly into the nrf52-DK. But the...
Hi,
By using the PWM exampl in SDK 0.9.2, I can generate a 1MHz PWM signal without problem.
However, it seems that the function provided by SDK can just set upto 1MHz...
just when I send command to nrf51 to stop advertising by calling sd_ble_gap_adv_stop I got error NRF_ERROR_INVALID_STATE . what's the source of this error ?
static void...
In the past nRFGo Studio worked fine. Then I reinstalled windows due to an unrelated problem (and changed from 32 bit to 64 bit), and now it reliable freezes.
Most often...
To have a reference receiver to evaluate a new antenna design i would like to use the nRF52 development kit.
Therefore i am looking for a example application that can be...
Hi,all,
in the Core 4.2, the sentence with word 'Controller' and 'Host' have appeared many times.
like 'When a Host performs the auto connection establishment procedure...
Hello,
I'm using a custom board (nRF51822 QFACA chip), with the optional 32KHz crystal.
When, I use the SDK 5.1.0 and the S120, my code works perfectly. But when I try...
I would like to develop some BLE applications using the nRF52 Preview DK, that embed a NRF52 revision AA. S132 soft device 2.0.0-8.alpha documentation says that is not compatible...
I've been developing some ble code for a custom board. Recently, I just finished creating a new smaller board. When I load my code onto it, I notice that I have trouble discovering...
Can the nRF52 be programmed by 6-pin J-Link Adapter by just connecting the following 4 pins,
Pin 1 : 3.3v Supply,
Pin 2 SWDIO,
Pin 4 SWDCLK,
Pin 5 GND,
Can pins 3...
I want to save custom data in NV address. Which address is safe to save custom data in NV?
I'm working on nRF51822-xxAC with very simple and small code.
And, using s110...
My project for nRFs has a few configurations for different boards.
So, how to enable 'batch build' button to build all configurations by one click? Currently this in disabled...
code.c
ui_flash.c
ui_flash.h
Hi guys,
So we are building the Ibeacon project , and faced with some problem:
The chips falls hard reset periodically when trying...