Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
I'm running a BLE application on the nRF51822. And I have an application timer to keep track of the real time clock. However, when I receive a BLE_GAP_EVT_DISCONNECTED event...
When i load a nRF52 example in Keil µVision 5.17 (for example ble_app_proximity_s132_pca10040)
The i get a indication that the Configuration files are not compatible
I am...
Hi,
I have a strange problem,
I use NUS service connect with phone , send or receive data,after some process,may happen
the keyboard(use GPIOE interrupt) has no response...
I am trying to test the ble_lbs example to understand the basic working principle of the ble custom service using NAN_36 document after compilation followed by the procedure...
Hi,
I am running the sample glucose app on the nordic chip.
On the iOS we have nRF Toolbox.
iOS Version is 8.3.
SDK version of sample glucose is 10.
After sometime...
Hello,
I've made a hardware base on new nrf52. I followed the exact schematic of eval board and requirements.
Clocks seem to be good (32KHz and 32MHz).
A mange to mkae...
hi ,
i want to transfer data using custom profile.
in which i want to have apple midi uuid service (03B80E5A-EDE8-4B33-A751-6CE34EC4C700) and IO characterstics (7772E5DB...
Hi.
I want to change device name to identify multiple devices.
When I am using two device, the initial device name is "device".
If I connect these two device to iphone...
I have an application that needs to minimize its current consumption when sleeping. From the nRF52 manual, I see that UART should consume 1uA when in idle. The total current...
Hello,
I'm using thhe BLE shied, which uses the nRF8001 chip, with arduino Mega.
I'm trying to connect the Rf module nRF24l01 to receive data from another arduino and...
When checking if a read (or write) is authorized can the event contain an invalid handle (Does the handle need to be checked)?
case BLE_GATTS_AUTHORIZE_TYPE_READ:
{
...
hi
in nrf51422
till now this is my code
now how can i send or recieve information .
or tell me for sending information what to read next?
#include <stdint.h>
#include...
Hi ,
I want to call a pstorage_store() function to update the flash content when ble receives the disconnect event.
My doubt is whether i be missing the flash write event...
I am working on a system with dual Bluetooth chips one acts as primary and the other as secondary.
I want these two communicate with a shared resource(Accelrometer)...
currently, i connected the nrf52(spi master) with ads1292 (spi slave) which is a ECG sensor. For the ads1292 chips, there is a output pin generating the signal called DRDY...