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...
Hi,
I want to use the NRF51822 without the Bluetooth functionality. Is it possible to leave the pins ANT1, ANT2 and VDD_PA unconnected? If no, what is the cheapest way...
Hi,
I'm using PCA10040 board, There i connected the fuel gauge IC via TWI communication.
There pca10040 will acts as master and fuel gauge IC will acts as slave.
While...
Hi! I want to send data from the temperature sensor of the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
I am using the nrf51822 and I want to use the pstorage library to save some data which is "power lost can save",but I cloud not find the example of it.I am using the SDK 8...
Hi,
I want to have a generic fault handler that will cause a reset. The handler may be called from a high-priority ISR or exception trap (e.g. hard fault handler), and...
Is it possible to make a services like this:
services UUID : 55550001-5555-5555-5555-55555555555
characteristic UUID : 55550001-4444-4444-4444-444444444444
Hi All ,
I am using NRF52 , S132 softdevice ............
I need to read a data every 5s (In Timer1 interrupt handler) from I2C slave and sent it via BLE.
But what...
Hello,
How do I create an encrypted/signed image? Where can I find the documentation for doing this? How will I need to modify the bootloader to decode and install the...
Hi All,
I am using Nordic SDK version nrf51_SDK_9.0.0 for PCA10028 board. In that i am using application
D:\nRF51_SDK_9.0.0_2e23562\examples\ble_central_and_peripheral...
Hello Everyone,
I have developed my software and i have tested with NRF51DK using android phone NRF MASTER CONTROL PANEL APP and it is working very well but now am trying...
Hi Nordic,
On SDK10.0 with QFACA nrf51, I find a GPIOTE problem.
With sdk6.1 and app_gpiote module, I got no such problem.
I make use of SPI0,low accuracy GPIOTE on 4...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
I'm testing connection time.
I made structure as your sample code as below.
static const ble_gap_conn_params_t m_connection_param...