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,
Why I use the function m_device_state_set(cons, PM_DEVICE_STATE_SUSPENDED); to close the serial port is still a large current:38.80uA?
The verification method is as...
Hi there
I wrote SDK 17.2 ble_app_hrs to the module.
When connecting to an Android device, Empty PDUs will no longer be sent. I checked the RTC COUNTER, but it is incremented...
SDK: NCS 1.8.0
Based on: Peripheral LBS example
Central: Mobile (iPhone)
Peripheral: nRF52832
Hi,
We are in the process of adding FOTA to our custom project and...
We are using nRF52833 with DFU secure bootloader and implemented DFU master/host on ESP32 BLE. We observe that DFU bootloader get stuck in above locations in softdevice more...
Hi Nordic
I have been using your example on USB MST to embed it into my application
Everything works ok, but in the main loop im constantly polling for USB power event...
I'm looking at the nRF Connect SDK Matter documentation, and the intro page states :
"If you are new to Matter, check also the tutorials on DevZone ."
The link in...
I am using nRF5340DK and would like to send and receive data to computer via UART1 and pins "TX", "RX", "CTS" and "RTS" using USB TO RS232 SERIAL CONVERTER.
This way I...
Hello Nordic, I have a problem. I'm running the nRF9160DK with three sensors and an sd card reader. The three sensors and the sd-card reader are connected via SPI. Due to...
Hi,
I would like to generate interrupts triggered by an input clock pin at 2 MHz to sample an 8-bit digital signal. I am trying this with an nRF5340. Up to this point...
Hello,
I am working with a nRF52833 and I am no longer able to use my JLink Base to flash it. I was previously able to flash it and there was no hardware change at all and...
Hello,
I am writing code in zephyr on nRF52840. I am advertising my BLE. and we have a stable android app (built-in a flutter). My problem is when I am trying to write an...
Hi teams,
Recently, during my test with some Arduino-Shield compatible daughter board with nRF52833DK, I found some pin mapping is incorrectly defined in nRF5 SDK.
The...
I have multiple elements with multiple sensors (4x6 in total, all 4 elements has the same type of sensors). I need to find out which element called sensor get callback. In...