I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
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...