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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
hi,
i want to restart my timer before it expires.
suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires...
I've notice that the ST Balun NRF01D3 that I've used for my current design is not listed as compatible with Rev 3 (Build code: H) nRF51822 Silicon. Has there been any change...
Hi everyone,
I am looking into Crossworks and SEGGER's Embedded Studio and since they are related I am wondering which one of them is more recommendable? Right now Eclipse...
Hi,
I have set ble_adv_fast_timeout = 0 (same problem with ble_adv_slow_timeout) to get advertising forever, but when in call sd_ble_gap_adv_start, i get error 0x07 (param...
Hi all
According the nRF51822 Product Specification V3.1, the 16MHz RC oscillator has a tolerance of at most 5% and can be used as clock source for the UART module.
...
Hi,
I am trying to change an example code on ble_app_uart_c (Central) SDK10.0.0 s130.
I have changed already peripheral example and I can see notification data if I...
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...