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 don't know if this is a hardware or a software problem. My nRF52832 code runs correctly on a PCA10040 development board (UUID = E9:4A:AF:04:D2:16). My custom hardware advertises...
My software sent 2422, and I saw it on the net. 2417 also has one.
And the same goes for everything else, which is basically 5M off.
What is the reason?
Hi all,
I am working on troubleshooting intermittent application resets with an nRF52840 and nRF Connect 2.6.1. Codebase is small, complexity of the project is still small...
Hello,
I'm working on a BLE central multilink application, where I want to get the list of all peripherals in range, In order to let the user select the needed periherals...
I implemented UART communication as follows, but occasionally the same data is sent twice.
Enter the critical region (app_util_critical_region_enter).
Store the transmission...
hello!
I'm using 'NRFX_LOG_INFO' for debugging purposes. However, the code seems to stop progressing when 'the NRFX_LOG_INFO' statement is removed from the section below...
Hi,
I am using an nRF52 DK board to perform some very simple tests. All I need to do is receive a line of text over serial, perform some calculations and return another...
HI
I'm trying to use lpcom to detect when the battery voltage is dropping.
The configuration is as follows: 5V battery voltage output is reduced to 3.0V through LDO...
For my application I need the UART TX/RX pins pulled low until I am ready to turn on the UART. Is there a method in Zephyr to do this? Currently when Zephyr starts it reads...
I saw some similar question, but none is what I am experiencing.
I notice some weird behavior while testing DMA mode, so I made a simple setup:
I set the DMA buffer to...
Hello everyone,
I have two devices: a Thingy53 acting as the peripheral and an nRF5340 acting as the central. I have a characteristic in a service that I want to modify...
can I send the data from the internal sensors of the stm32l4 card to nordic thnigy 91, then the latter send the data from its internal sensors and the data which is already...
I use CONFIG_UART_ASYNC_API feature of NCS v2.0 with nRF52840DK, but when UART_RX_RDY event triggered, evt->data.rx.len is smaller than the number of bytes it has received...