Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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 -...
Hi All,
I want to use DFU to update the firmware from master to peripheral over BLE , both master and peripheral are nrf52840. My purpose is that the master sends a command...
Dear all:
My problem is described in the following steps:
1. Progranm the SoftDevice 7 (S132) into NRF52832, then program the ble_hid_keyboard example(SDK16) into NRF52832...
I'm using NRF52832 with S132_3.0.0 and the SDK version is 12.2.0.
When NRF53832 was bonded to a mobile phone, I try to use "pm_peers_delete()" to delete the bonding information...
I am looking for a way to start advertising as soon as connection event.
Our use-case is: we have 1 peripheral that's connected on CODED PHY to a central with a relatively...
Hi,
I am using softdevice s140_nrf52_7.0.1. I am trying to send the SAADC calculated voltage over NUS to a gateway. For like 20-30 seconds the program works fine and the...
Hello,
nRFSDK5 v16.0, device nRF52840, Softdevice v7.0.1
I am trying to write some data periodically onto device flash memory using FDS Lib, occasionally I come across...
Hello
I'm trying to reenable notifications on a characteristic from GATTS side
The device is 52810 running a custom service and this is the piece of code where i use ...
I am trying to pair my nRF52-DK with my Fitbit device for testing purposes. I am currently using the nRF Connect v3.6.1 desktop application. I can scan and connect to the...
When I run my code using Segger debugger, all is well and I can read and write from flash with issues. However, when I run the same code independently I sometimes get:
ASSERT...
For an ongoing product certification in China, I need to provide the certification lab with the Direct Test Mode application that is available from the nRF Connect suite on...
Hi,
I'm using the NRF52832, as peripheral, to read data from a HTS221 sensor via I2C.
I'm using the TWI_sensor module following this example , but I want it to enable...
Which digital IO pins on the nRF9160 support interrupt on pin change?
I'm implementing an antenna MUX control routine where the MUX control (3 pins out of nRF9160) depends...
Currently working on an IOT solution based on the nrf 9160 SIP that supports both firmware and modem firmware updates in combination with Zephyr and the nrf SDK. During the...
Hi there,
I am studying the nRF9160 DK with the DHT sample from Zephyr, but I fail to build it as error of "'DT_N_INST_0_aosong_dht_P_label' undeclared (first use in this...