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...
Hello everybody
I have a nRF905 circuit sealed in a different medium than air and I am facing an 8 dBm power loss after sealing. I would like to know the following: Is...
Hi
I am using PhoneGap Build with BLE plugin to develop iOS/Android APPs for nRF51822 , it is a easy way to develop a BLE APPs by JavaScript. Unfortunately, I can't find...
Hello,
We have recently been playing around with the NRF51822 Beacon and we liked the way it works. So there is one thing we are very curious about: is there any cheaper...
As the followup/implementation to this question
I want to implement a multirole application for the PCA20006 (rev 1.2).
Currently I will only need advertising for my data...
Hi,
I have made a custom board using NRF51822CEAA, following the reference design. Some modules are working properly. But I'm facing following issues on some boards.
...
I am having a strange issue with running BLE DFU on a project that I can't seem to work out. This an S132 v2 project with SDK11.
If all I do is program the softdevice and...
Hello,
I have read the questions on power optimizations in nrf chips:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I wanted to use SDK11 example ->...
Dear all,
I'm a quite new BLE stack user and need to get some idea on the idea behind service discovery.
I'm using the S130 and the BLE central example and want to read...
Hi,
We are going into mass production with our first product and would like some expert advice on what is the best approach.
1.) Since we would be doing production tests...
Question for anyone familiar with mBed code on nRF51 devices (I have cross posted on mBed, but trying my luck here too):
I'm developing an nRF51822 program using the nRF51...
Hello, I am trying to upload my custom firmware to the MetaWear RG (nrf51822) platform but currently without luck. Steps that I have performed:
Connected to the device...
Hi,
I want the bonding to happen between the nrf51 and the Android Phone by displaying passkey on the phone. This can be done using device manager or peer manager. When...
I haven't really found too much referencing how to setup an Eclipse DFU Bootloader project for Debugging.
What I know
To get the image to fit in the allocated memory...
HiNordic,
I found nrf5-sdk-for-eddystone Project in github,but it's just surpport nRF52832.I want to know where to find the nRF eddystone SDK which can surpport nRF51822...
We're working on getting our nRF52 app working with buttonless OTA updates and the bootloader. OTA works fine with the example bootloader, but when we extend our application...