I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello, I have a Thingy:53 sensor hub application (extended the Nordic Thingy53 Sensor Hub blog to include IAQ sensor) built under NCS v2.7.0 that runs fine.
When rebuilding...
In the link process between Central and Peripheral,
sometimes Link processing does not work correctly and the following log output: . cis_gateway: Discovery failed: 14 ...
1. After DFU has successfully completed the watchdog fires. I know this because my App picks it up from the register, however I'd like to use this bit to indicate a potential...
Hello,
I am designing a PCB using the nRF54L15 and a ceramic antenna and got confused regarding the impedance-matching network. In the detasheet a 1.5pF, 2.0pF, and 0.3pF...
Hello,
I am using nrf52832 as a peripheral and running SD S132. l am looking for an ble peripheral example wherein the Out of Band security level is used.
Can you point...
Using Programmer v4.0.1 can successfully read the NRF51822AB, but upgrading to the latest version 4.4.2 results in a failure to read the device.
Additionally, after...
We are working with nRF52840 and NCS2.6.1. And we want to change pin configuration for UART1 instance during the runtime and we have also used following ASYNC UART configuration...
Hello,
I am trying to upload certificates to my nrf9160 chip on a custom board. I have done the following: 1. Loaded AT_CLIENT from the samples
2. Tested all AT commands...
Hi
we are using the BT HCI to add BT functionality to nrf9160 using the thingy91 hardware. upon updating the sdk from 2.7.0 to 2.8.0, we are getting the error bt_hci_core...
I want to read and write data such as incline and resistance from the Zwift app using my nrf52dk device. Based on the information I found online, it seems I need to communicate...
Hi,
My custom NRF52840 device has two interfaces (UART and USB) for host connection. I have successfully verified firmware upgrades using mcumgr from a mcuboot via the UART...
Hi
Use the following routine NRF\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs.
Use IOS APP Enable the data to be sent once...
When evaluating BLE mesh with multiple nodes the nRF52840 Dongle is perfect to keep cost and physical size down.
I thus have one nrf52840 DK and a couple of nRF52840 Dongles...
We can get the active end points and list of cluster in end points.
But is there a way to get list of attribute and types of attribute in each cluster?