Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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'm a student starting a project on a low-power bluetooth accelerometer. I have selected the MC3672 accelerometer ( mcubemems.com/.../) , which will be soldered...
Hello
I am using the ble_thread_dyn_mtd_coap_cli_pca_10056_s140 example and I would like to send 100 bytes of data to display in the logs of the android application "nRF...
hi I am sending a sensor data with time stamp using bluetooth ,now i am sending every data seperately my question is can i store 100such data in structure and send that entire...
Hello,
I have NRF51822 and I need infinite connection. The chip is used as peripheral device. Tx power is set to -8dBm. What is the power consumption when It is connected...
I'm getting a softdevice assertion at PC=0x14CBC after calling fds_record_write(NULL,&record), the record contains the following information:
fds_record_t const record ...
Hi to community!
I have a trouble with nRF52840 when using TWIS. I initialize the peripheral by below code. If the device is reset using default pin 18 by the external...
Hi
I am using NCS desktop application
I ported it to my custom board(52833),It works well
but now,my custom board has three leds,while nrf52 kbd board only has 1 led...
I need to build a simple BLE dc motor control with a potentiometer to provide the rotational position of the motor.
Anyways, my first step is understanding the Nordic libraries...
I am new at Bluetooth. I want to design remote media control(volume up,volume down, play/pause, next track,previous track) and call answer or reject. I have tried to make...
Hello there,
I am encountering an issue with the zigbee light_control example on the SDK v3.1.
Before I explain the the problem, here's some detail about the system setup...
Hello,
I am attempting to retrieve a device's own MAC address and print it out. So far I have encountered two different functions that can help me achieve this.
void zb_osif_get_ieee_eui64...
Hello
I'm working on the example of app_uart in sdk v17.
I'm trying to create a button 'Long Press' feature, but somehow the button input isn't working properly.
Below...
The example app_onoff.c shipped with SDK For Mesh 4.2.0 (unchanged from 4.1.0) have two unused variables in its state struct.
The value_updated variable looks like a left...
Hi
Is the GPIO on the nRF62840 5V tolerant?
I see the VDD supply is capable of 5.5V.
I’m running a 5V Hall effect square wave into the GPIO pin used as an interrupt...
Hi Team,
I would like to send 10 bytes of data in mesh from one device to another device. As i know that we can send data from one device to another device and the packet...