Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
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,
i have an issue with i2c on my nrf52840 dk. I attached the distance sensor vl53l1x to pin 27 (SCL) and 26 (SDA) and wanted to communicate via i2c with it. To test...
Hello
I have an application running which boots up fine.
I've written a bootloader which boots up first, and then jumps into the application including softdevice.
So...
I am trying to implement a TCP server with TLS support. I have the following confusion-
Do we need to use mbedTLS API explicitly or is it internally handled by a zephyr...
Hi,
I am developing a simple application where I read some data from a sensor, and publish the data with MQTT. I want to use PSM to conserve battery life, and I am able...
Hello,
I am using a nrf5340DK to test the BLE Central sample of Zephyr.
As a BLE peripheral I am using a nrf52840 dongle. I have it configured via nrfconnect SDK - Bluetooth...
Hello,
I try to modify the lpcomp example from the Nordic SDK to trigger the sampling of the lpcomp manually. I have added the following code:
I use AIn3 (GPIO 5) as...
Hello,
I'm using Zephyr SDK. I have got BLE characteristic (my device is a peripheral) with following settings:
After successful write operation, I want to reply with...
Hi,
I'm trying to build the peripheral_lbs sample app for the nRF5340 using VS Code and I cannot get past the build configuration stage. Any assistance would be appreciated...
Hi.
I´m trying to install the application asset_tracker_v2 on my nRF9160DK ver 0.9.0 board.
I´m using VS code and during the build i got errors.
"too few arguments in...
Is there any good tutorial about the Android-BLE-Library Nordic library ?
I have only found the examples, but you need to dig in the code to learn how to use.
Greetings,
What are the settings to allow an nRF52811 to use CODED PHY with the NCS peripheral_hr_coded sample?
NCS v1.7.0
board = ubx_bmd360eval_nrf52811 (effectively...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...