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...
Hello, I wanted to test the VS Code extension but it failed for the following use case...
In our company, we are building our product-related SDK that uses nRF Connect...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I'm attempting to write to flash memory on our custom board using the nRF52840 using the NVS library in Zephyr 1.5.0. I've ported over the example code from samples/subsys...
Hi everyone,
I try to get manufacturer data with central device.
The peripheral device is normally correctly configured for both advertisement report and scan response...
Hello.
Actually I have two qustions, but they are related with the same challenge.
So, I want to develop application using SDK (libararies and config), but starting from...
Dear ,
Thanks a lot for your time.
We currently have a project using nRF52840 dongle and nRF connect SDK, implementing FATFS and USB MSC SD card examples together.
The...
Hello
When I use ncs1.7.1 52840 + mcuboot + spi + external flash it works well, but when I update ncs to 1.8.0 I can't build it.
I also add CONFIG_MULTITHREADING =y in...
I'm trying to get my nRF9160DK board to connect to nRF Cloud, but I ran into some issues and it's not working. I've followed every step of the nRF9160DK Getting Started Guide...
I have configured the ADC on my nRF52832 to trigger a read based on a PPI timer. I am using EasyDMA to capture 75 samples via double buffering. My PPI timer is configured...
I am migrating my project to C++. Everything in the SDK works so far except NRF_BLE_GATT_DEF(). This returns the error C++ requires a type specifier for all declarations....
I'm using FDS on SDK16.0.0 to store some value, consisting of 12 int32_t values. They are stored correctly, except the first byte. Here is my code used to store :
It prints...
Hello,
is there any way to connect additional sensors using SPI or I2C to the thingy:91?
From the schematics I see test points on the PCB that allow access to the SPI...
Hi, we have a costumer who wants be able to do a firmware update over BLE. We have a running application that takes about 260k of FLASH. This fits in the NRF52832 (512k FLASH...