I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
I'm a beginner and I have lots of questions. So I wanna communication with MCP4110 chip. But I can't. I configured SS, MISO and CLK pin in sdk_config.h. (SEGGER...
Hi, all,
I try to use NRF52832 as central and peripheral. When it is connected with peer as central, I try to send to peer a message with "sd_ble_gattc_write", but I can...
Hello,
I have enabled WDT for nrf52810,S112 with following configuration.
static void System_task_initWatchdog(void) {
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos...
I'm using the nRF52 DK with SDK 15.3.0. At this point I'm trying to get a UART loop back to work by tying the TX pin (P0.8) to the RX pin (P0.9). I have verified that the...
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hi,
Good Day!
Problem: We have LED Screen connected to nrf52832 through SPI com and we have some led graphic effects in our application which requires some delay between...
Hello,
I need to send logged sensor data in external flash to a phone via BLE. What is the best way to accomplish this?
How should the GATT be designed for transferring...
Hi,
Q1, Would it send out APS ACK request? so the call back is dealing the APS ACK confirmation, right?
Q2, If we set the call back as NULL, how the buffer got released...
Hi, I used the SPI and SPIS examples to read a type K thermocouple with a max31856, the problem is that in no example do I get any response or data from the sensor, I wanted...
I am trying to understand how to use the non blocking APIs to ensure that the advertisement packet contains the latest data from my sensors. In blocking mode, it is a bit...
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_bootloader.html
This link shows the memory usage and range of each area but for Application...
I'm implementing communication with an MCU via UART. There are two types of communication – messages, and MCU DFU data. Messages are <256 bytes of data. MCU DFU is >50kb data...
Hi,... =)
I am currently working on a design that has an nRF9160 being powered by a 3.7V Li-Po battery and an accelerometer as well as nRF52810. The I2C bus on the design...
Good day! The technology being evaluated is a thread. As part of the evaluation of duplex data transmission capabilities, there is a need to create the following configuration...
Hello,
I am working on nRF52840 DK with nRF5_SDK_15.2.0_9412b96 and I used the example ble_app_rscs_c with absolutely no changes. I first erased the flash and then burned...