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'm calling sd_ble_gatts_characteristic_add multiple times to add characteristics to a peripheral. At some point I get a return value of 0x200020B6. I'm not making much headway...
Hello everyone,
I am trying to use the ble_app_hrs_rscs_relay example from SDK V11 for s130 (2.0.1).
It compiles and works well when I use an pc10028 evaluation board...
If I have multiple services, 2 for example, how should I set up the srdata.uuids_complete.p_uuids in the code:
ble_advdata_t srdata;
memset(&srdata, 0, sizeof(srdata)...
Hello,
I am developing beacon on nRF51DK and I want to store in non volatile memory some parameteres like:
ProximityUUID
Minor
Majnor
AdvInterval
Tx_power...
Is it possible to configure SPI Master API to send multi-byte words?
My peripheral expects transfers in 16-bit blocks (CS goes low, 16 bits are clocked in, CS goes high...
Hi guys,
I'm going to start the development of a new project based on nrf52832 and I have to decide the firmware architecture and APIs. Designing the support for the Nordic...
I am using a digital microphone using i2S interface with the following signals: BCLK (bit clock), WS (word strobe), SELECT (select for Left/Right) and SDOUT (digital data...
I received that error using master control panel version 3.7.1
While using the last nRFgo Studio (1.21.2) it tells me JLinkARM.dll is not correctly installed. Please run...
Hi! I need to sample and send adc values using ble_nus to read it on an android device. I am using nrf 51DK and SDK version 10.
I tried the below two codes but they are not...
I have a NRF24LE1 transmitter transmitting 10 bytes of static payload every sec.
While I have a Receiver which is NRF52-DK. It is receiving the payload that is sent by...
Hello,
I am working with the nRF52 dev Board and the question arose whether it is possible to interface the nRF52 chip via the virtual com port?
The block diagram in...
Hi, I have problem when change S132 V2.0 to V3.0.
SDK : nRF5_SDK_11.0.0_89a8197
I download s132_nrf52_3.0.0.zip and replace all files in nRF5_SDK_11\components...
I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ?
That's really strange...
Hello all:
I am running a nRF52832QF AAB0 pca10040 board with SDK11 in Segger embedded studio.
I followed the 'getting started' tutorial.
After pressing button 1, I noticed...