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 support team,
customer is using 52840 usb, and when they did pressure test, they find out usb can't be recognized and set address.
below is normal usb sniffer.
...
Hi,
I am looking for a proper solution for BLE data communication among 3 devices like 1 central and 2 peripherals.
2 peripherals could send around 300 bytes to the...
Hi support team,
9161 mfm2.0.1 new functionality , may i ask what is it? where can i find it----
- Support for configuring send timeout in network sockets. Applications...
We're using a python script to program the modem firmware, create keys and sign the certificates, program application image and some device management yaddayadda. We recently...
Hi
I use nRF7002-DK, SDK:V2.5.2, Zephyr driver, I need to calculate time tick, isn't system provide RTC time tick or to calculate time slice API or sample code for my application...
Hello,
I am creating one script in Python using nrfjprog that will flash the .hex file in the device but for that, I have to accept the terms of use manually so is there...
Hi,
I am working on a module that will act as a i2c slave.
When providing the buffer for the twis library, it is unclear if the buffer should me made volatile or not using...
Hi, We are trying to develop a Bluetooth based LED lights system. We are using NRF51822. However we have observed the NRF sometimes (not always) restarts when it comes in...
Hello, I am using the nRF Connect SDK version 2.1.2. Working on a prototype using nRF52840-DK
I created the project using the `blinky` as the template. In the project, I...
Hello I am trying to run the hello world sample of MCUboot on my nRF52833dk, it's working on UART, but when enabling RTT_CONSOLE only the application prints are showed on...
hi,Is it possible to achieve the BLE activity sequence as shown in the diagram below, where a Bluetooth central device is connected to multiple peripheral devices, and periodically...
Dear Nordic.
We are developing using following platform.
SDK Version: 2.3.0
BoardType: Non-Secure ( with TFM)
We enabled UART& BLE DFU in prj.conf
Following files...
We are trying to build an qspi external flash application with the nrf5340dk. However, I noticed, that when going from ncs v2.4.2 to v2.5.2, the qspi_nor flash driver no longer...
Hello!
I'm following the NRF Academy Fundamentals course and I am facing an issue with I2C devices.
I have an STM32 board with HAL code (Non-Zephyr) and I am able...