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...
I have a high-speed signal which I would like to sample with the nrf51's ADC. The signal is periodic (80kHz) and is from a low-impedance source (op amp buffer). I don't need...
I've been searched windows sample application for bluetooth.
I got android sample code but I need MFC sample code now.
If you have the sample code please let me know.
...
I've been playing around with the multi-central central/peripheral examples and I thought I would modify the peripheral to instead use a service I had written for another...
Hello,
If I supply 1.85V on the "External supply" pins, can i use all the modules of the board (nRF51DK)?
I need to have less than 2V on some of the pins as an output...
Our application is a smartband based on nRF 51822 with SDK 9.0 S130, and we found that the device will stop advertising unexpectedly (application is still alive). We have...
Looking at the radio section of the nrf52832 data sheet I see that in section 21.1.2 Packet configuration it is stated that
"For all modes that can be specified in the MODE...
Hi everyone,
Just a brief introduction about my system, I am currently working on Brain computer Interface which was funded by NSF. In our system we have Sense electronics...
hello there , i have put my nrf51 dk in system off mode.then i am generating interrupt using button 3 to wake up it. but my nrf51dk can't wake up. can you hel p me??
my...
Hello.
I use nRF52 DK, S132v2 and PCA10040.
I want to get timestamp like GetTickCount of C++.
When I searched Documentation, I found RTC what can do like GetTickCount...
Hi,
When I finish coding, I can generate .HEX file for all products. But for real mass production, I may need to flash a seperate serial number in somewhere for each PCBA...
I'm trying to transfer a txt file by sending it from a terminal to my NRF52 DK with the BLE_UART example. I always get a BLE_ERROR_NO_TX_PACKETS avter a few packets though...
Hello, everybody. We have a custom board with nRF51288. We also have code based on ble_template that is working on Nordic devboard and dongle. Code is also working on our...
I am having difficulties porting the SPI Master demo to an S130 Soft Device on SDK 11.0.0. From the looks of it, there seem to be some issues with interrupts but I am unsure...
Using S130,
Central device,
Manual whitelist,
custom hardware.
Manual connection to 1 or 2 peripherals depending on a switch position.
This device is a central that...
hello there . i want to do something like when i press button advertisement starts. when i release button advertisement stops. can anyone tell me how to do this?? any sample...