After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
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 following this post regarding reading the static MAC address for the nRF52840: https://devzone.nordicsemi.com/f/nordic-q-a/68376/trying-to-extract-the-static-mac-address...
Hi, we have a device that reads two sensors on separate i2c buses consecutively and transmits these using ble_nus_data_send().
The i2c sensors are read on an interrupt timer...
Hello all,
I am moving from the Arduino Uno to the nRF52 DK on Segger. A big difference
When looking at the examples, I cannot see the so-called setup() method, so, I...
Dear Forum,
I have the following issue (my System: Ubuntu 20.04):
I created the secure bootloader with Softdevice S140 (v.7.2.0) for 52833 chipset, I use a 52833 Development...
I have an application based on the peripheral uart sample, using NCS 1.8.0. I need to build in a version string that is queryable, so that anyone who connects to the device...
When i intially burn the code on dk, my dk should be in system off mode ie all functionality should be off. Then i want to press a button for 5 seconds with which the device...
Hi,
I am using the nrf52840-DK with the nRF Connect SDK version 1.8.
I have modified the central_multilink sample to connect to a BLE peripheral which requires a secure...
Hi,
We have a mature product based on the STM32 ARM processor family running the uCOS OS and our development toolchain is IAR. The workflow has worked well in the past when...
Dear all,
I ran LPCOMP example from SDK16 on nRF52 DK and it works just fine.
But I've occurred some problem modifying reference voltage. I init the lpcomp the same...
Hi ,
I have my own custom nrf52832 pcb. I have 2 chips on my pcb.
I program my device with Nrf52 Dk.
When I program MCU 1. The program is uploaded successfully and i...
Hai
I'm using nrf52811 and sdk17.1.
I tried all peripheral examples But I can't set advertising data to more than 31 bytes.
If I increase the data size some parameters...
Hi , I am using ZEPHYR rtos , and using the internal bootloader and its working fine and there are two images but now my code size has increased and i can not store 2 images...
Hi
I want to use app_uart_put() to send an array which is over 4096 bytes.I try to change the value of UART_TX_BUF_SIZE to 10K bytes,then call the app_uart_put() to send...
Hey
what are the downsides of using the already burned-in Random Static Device Address compared to a Public Address?
My assumptions are as follows:
Pro
Con...
Hi,
I have been working on Zephyr for the past weeks and have been able to set multiple GPIOs, interrupts and RF functionnalities. But so far, I thought I could handle...