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...
Hi,
I have some problem with NRF52840. When I use software example "ram_retention" in peripheral directory on 2 différents board I have 2 differents state of VBUS pin. ...
Hello,
I am relatively new to iOS development and have now made the iOS version of the nRF Toolbox from the Github. After some initial difficulties, I was able to get the...
Hi,
I have a peripheral device that running on nrf5340 and can be updated via MCUMGR SMP. i tested it via Device Manager application and it is working.
My question is...
I'm building a custom board based on nRF52840.
I'm providing 5V input via USB to VDDH & USB pins. The default output of the first internal regulator during high voltage...
Hi, before buying the PCA10056 kit, I have some questions about the USB CDC ACM example.
I'm new to the USB CDC ACM.
At the Infocenter , it says that
This example...
Hello everyone!
I have just got started working with Nordic devices, in particular the nRF9160. I have been doing tests using the provided UDP sample from nRF Connect SDK...
I tried building and running the buttonless DFU example project. However I get the following UART output:
It seems like it can download the softdevice by itself if the memory...
Hello, I recently picked up a nRF PPK2 and I'm liking it a lot.
I have it wired in-line with a battery (1500mAh li-po) with my device under under test. Measuring battery...
Hi,
I am using nRF52805 to transmit string data to the mobile end app "nRF Connect".
I found that sometimes the app will display hex data instead of the expected decimal...
I'm using the logger (LOG_INF, LOG)_DBG...etc) to print out debug messages. I'd like to have timestamp printed out. Right now it looks like this: D: xxxx or I: xxxxx
I found...
Hello, I am working with 2 nRF52840 dk's and a Conbee ii.
The DK's are using nRF5 SDK for Thread and Zigbee 4.1.0.
DK 1 is running the CLI example.
DK 2 is running...
Hi, I want to integrate DWM3000 with with nrf9160. To begin with, I need a simple SPI example which I can't seem to find in the nRF connect SDK. There is an unofficial example...
I am using P822601 board (with nRF9160 chip). Sample project "Serial lte modem" (SDK 1.8). I'm trying to connect to a test mqtt broker (mosquitto) using AT commands via LTE...
Hello,
I successfully merge example libuarte and ble_app_beacon and built .
My problem started after it receive 48 bytes of data from sensor via uart ,This is my area...