I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
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
Hi,
while flashing the device i get "Contents mismatch at: 0001C1C0H".
I am not sure if my IROM1 and IRAM1 settings are setup correct in the Target Settings of my Keil project...
Hi,
i have two microcontrollers: STM32F401 and nRF51822. They communicate by uart with flow control. I use 110 Soft Device from SDK 10. The maximum baud rate when communication...
Hi All,
I am trying to update the HEX file of LED_mesh example using DFU bootloader over-the-air. The LED_mesh application HEX file gets uploaded successfully by bootloader...
Hi Nordics,
I copy pwm sample code into my proximity project, to drive a buzzer .
I init pwm before softdevice. but, once "SOFTDEVICE_HANDLER_INIT" is excuted, the buzzer...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...
I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered...
hi I am i using Keil to debug the progam, it seems like that the printf() function can't work in keil, so i use jlink RTT to perform the printf function to collect data ....
HI,
i want to have a application in which a timer timeout say 5 second. and during this timeout there is another timer say 1 second. whenever the 1sec timer timeouts then...
Hi,
The function sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base) requires now the application RAM base address! Is it 0x20002800?
Hi ~
I use nrf51-micro-esb on GitHub
In Tx-Device: auto sent (data+1) to Rx-Device
But Rx-Device receiver data still the same not Increment....
why in Rx-Device...
Hi everybody
Since quite a long time since my last visit here. Now I come back because a new project using the NRF51822. Because now I'm using the NRF51822-CEAA, I can...
Hello,
I am developing an application where in i want to create a network with One central[not a mobile,pc,tablet etc] and multiple peripherals connected to the central excahnging...
HI,ALL
my Project can not exit the GPIO INTERRUPT HANDLER.
following is my project.
include "nrf_gpio.h"
include "nrf52.h"
include "boards.h"
define BUTTON_1...
I have found the bellowing code which was in s130/ble_gatts_struct_seriallization.c of nRF51_SDK_10.0.0 : ( ble_gatts_attr_md_enc)
/* serializer does not support attributes...