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...
with nrf51 there is 2 blocks (block0 for softdevcie and block1 for user data and stack). I configured the system to retain RAM before going down using sd_power_ramon_set(0x00030003...
Hi,
I have a device that is configured to work in GAP central role. This device only scans for specific advertisements from specific devices. Could you suggest how I can...
Hi!
I used the develop board test the application "ble_app_multilink_central" and "ble_app_multilink_peripheral",but it is always connected failed,and disconnect Reason 0x0008...
Hi there. I have a very long C code that is running correctly on Code:Blocks, Ubuntu Terminal ( using GCC ), Eclipse and on Dev-C++.
However, when I put in on the board...
Hello,
I've been trying to control MCP23017 IO expander with TWI using nRF52832. When I execute the code it stops at nrf_drv_twi_tx. The address pins A(0:2) are 0.
Any...
I have having following configuration:
I want a fail safe method to update firmware on nrf51822 using attached host controller. I looked at serial wire debug interface...
Hello,
I'm running a serialized application based on the SDK 10 and S130 v1 and I am in the process of porting the peer manager to the application µC.
Due to the fact...
I'm trying to set up a system where the sample rate of data being notified to the client from various sensors can be changed by updating a configuration characteristic in...
Hi all,
I have one nRF52 DK board (PCA10040), and I have installed necessary JLINK drivers when first connecting the board to PC, it can displays the virtual COM port correctly...
I have a board here with nrf52832 rev B attached to a max98089 i2s codec. In this application we are only really using the ADC channel of the codec. Everything is configured...
Hi NordicS
Do you have a code example for a central UART application?
I am looking for a example that acts just like the nRF Uart App, but running on e.g. a PCA10031...
Is there a way to resolve a private resolvable address on connection? I have all the bonding information, IRKs etc, from everything which I'm bonded with, I'd like to work...
Hi.
I'm currently trying to scan beacons with timeslot example.
However, I found that there're more than 20% of loss while scanning beacons broadcast.
I think that...
Hi all,
I have one PCA10040 board, and want to start to download and run some examples while reading the on-line documentations.
In section "Running precompiled examples...