Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
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...