Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
hello there i want to communicate nrf51 and nrf52 using i2c protocol. [https://devzone.nordicsemi.com/question/75218/i2c-in-nrf51/?answer=75221#post-id-75221]
from this...
Hi ,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
The program detail of nrf51 as below:
-- sorftdevice : s130_nrf51_1.0...
Good morning,
I have designed a prototype based on nRF51822 device. Now, I want to program it with a demo software and I have the Ulink-me tool instead of Segger. From Keil...
Hey ,
I'm trying to implement a device that waits for the clicks from the user and sends it over ble as notifications.
i have written the header files for sensor . and from...
im trying to get my nrf51822 connecting only to my phone, I set the phone mac address on white list, but I cant connect to my phone (android) wiht nrf master control.
How...
When my program hits an error returned by an NRF API call, I get a hex number corresponding to that error from the app_error.c:
case NRF_FAULT_ID_SDK_ERROR:
m_error_data...
We've got devices that are out in the field which were built on SDK6.1 w/ 110 SoftDevice 7.1.0 on an nRF51822.
Went with the dual-banked solution as that was what was available...
We are developing a blood glucose meter based on the nRF51.
To comply with Bluetooth Continua, do we just implement the Glucose Profile and Service (GLP and GLS)?
Do you...
Hi everyone,
I pass few days to try to fix my issue whiteout success.
I'm working on UART example provide by SDK 10 and tried to set up a communication from my computer...
Because of the power-saving support, I want to disable the UART before Call the sd_app_evt_wait().
I referred to two following sites to know the procedure of the case....
I'm working with a nrf51422/s110 dev kit on which I downloaded the Heart rate Monitoring sample project. On my PC, using a s130 dongle, I connect the device and wrote some...
Hello,
I would like to know about the possibility of programming the nrf51822 with a Keil ULINK-ME Debug Adapter (or, if necessary, Keil ULINKpro) instead of the recommended...
Our product has a legacy interface and for security reasons I want to allow users to disable or enable the BLE via this legacy interface.
My approach to this was to disable...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hello,
I am having much fun with nrf52. I'd like to implement SPI read (few bytes) per GPIOTE event over PPI, the source is the GPIO event and the destination task is a...