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...
On November 19th, I participated in the 2019 Nordic Tech Tour with my colleagues, but some of the content was not clearly understood, especially regarding the development...
Hi all. I want to measure current consumption on nRF52840 DK (PCA10056).
I have the SB40 cut and the 12 Ohm resistor placed in R90. I measure the voltage on this resistor...
Dear team:
How can I use ble-bas-c to change Characteristic UUID or Connect the 1800 service and rename it with the 2A00 feature value The example is \SDK\nRF5_SDK_15.3...
Hi,
I am new to this. I want to build a mesh network using nrf52832. I have already downloaded and gone through nrf5 SDK for mesh but i am confused about what to use to...
I am using nrf51822 DK. How to set GPIO pins as output pins and access the pins to set or reset the output.For example if I want to use pin 20 as output, how to configure...
I am trying to read if an input is 0 or 1 but for some reason it takes the first one its offered and then it does not change anymore.
int main(void)
{
nrf_gpio_cfg_output...
<Environment> - nRF9160 DK v0.8.5 - nrf tag: 1.1.0 - modem version: 1.1.0 - using an external GPS antenna, SW12 => CON
I'm attempting to use udp_gps, but doesn't work out...
Hi all,
I'm a bit confused. After going through available documentation, I thought I had understood that RTC0 was used by the SoftDevice, but that RTC1 was available to...
Hi,
I am using nRFmesh SDK for a project. I have configured all nodes(devices) into one group. Each device will publish message for every three seconds. I am reading the...
Hi,
I need step by step guidance on how to implement BLE MESH ( SIG MESH) using nRF52840 Dongles.
I am trying to connect 5 dongles in MESH config.
Kindly help with...
Hello. I am using nRF52832. The SDK version is 14.0.0. UARTE is used for serial communication with other devices. The baud rate is 38400bps, and a maximum of 20 bytes of data...
Hi, I could not find a way to use Segger Studio debugging features when I have a bootloader for DFU functionality. Is there a way to something like that, because when I click...