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...
SDK 14.2 keil5
I want to run freertos with nrf52810.but I did not find any example .
Is there anyone have tried this?
I downloaded nrf52832 code(ble_app_hrs_freertos...
Hello All,
I have looked around for answers to my specific issue, however I did not seem to find one that aided me enough to fix my issue.
I have created a BLE profile...
Hello,
SDK 15.2, SD 6.1.0 with PCA10056 1.0.0, 2018.20. nRF Connect App v4.22.3. Pixel XL.
I'm running into an issue with my application where the phone disconnects after...
Using: Linux (Ubuntu 18.04), gcc/Eclipse, nrf52840, v15.3.0 SDK, SD 6.1.1
It has been a real bear of time using the SDFU in the newest version of the SDK. There were a lot...
Dear support,
Our team is considered doing their own smart watch, so i found that nRF52 chip is a nice solution. Just before we start, i would like to do some basic questions...
When we ported our FreeRTOS based project to SDK 15.3 from 15.2, we noticed a big jump in the CPU Usage. It turned out that the issue was in SDK 15.3's freertos port_cmsis_systick...
Hi nordic,
I send multiple bytes but always only receive packets of length = 1. For example in the picture, I sent 2 bytes 0x68, 0x69 ('DE') but only received the first...
Hi
What is the difference between ble_nus.c and ble_nus_c.c?
because i went through both the files and i felt both files are almost same except an extra function(db_discovery...
Hello, I bought a nRF52832 Breakout Board from SparkFun. from their tutorial, you can program this board using the serial bootloader and the Arduino IDE. However, aside for...
I am trying to operate a BLE5 sniffer with nrf52840dk
After connecting the dk to nrf connect desktop and programming it with a wrong code (by mistake), it is not able to...
I'm using the nRF52840 DK.
I managed to burn the on-board nRF52840 MCU several times, using the nRF connect windows app.
After several such successful burns, with various...
Hi,
According to the datasheet:
Does this mean that when i change my vdd from 3V to 2V, then the current peaks will be reduced? If so what does this:
graph means...
Hello,
I'm currently designing a custom bootloader to perform a DFU. So far I'm able to update the bootloader and the application, however there is a problem when I try...
I have been studying MQTT these days.
I'm testing the program below. https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/samples/nrf9160/mqtt_simple/src/main...