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...
Error message: "CONFIG_NET_CONFIG_IEEE802154_DEV_NAME" undeclared (first use in this function) - appears when I try to build the solution from the sample: coap_client on my...
Hi,
I have a mesh provisioner with the provisioner example in the mesh sdk. When I try to provision a device that is next to the provisioner, all works.
But when I try...
I want to send sensor data using sensor_server_status_publish function, however struggling with data marshalling. I get unknown property ID or no data at all displayed in...
Hello
I am using sdk v17 and nrf52dk and implementing sensor encryption(AES CTR mode) and simple nus service. After reading the sensor to saadc, I want to encrypt and transmit...
Thanks in advanced. I'm using nrf52832 with nRF5_SDK_17.0.2. I try to measure adc time consuming as below:
I find when timer sample rate is 500ms, then adc time consuming...
Hi:
I am doing a project which will use both PDM interface and bluetooth transreceiver, PDM interface is used to receive audio data from a MEMS microphone and Bluetooth...
We have a design that uses a simple custom board with an NRF52832 chip, button, accelerometer and onboard battery. For many phones, the operation is quite stable - we connect...
Hello all:
I've developed an nRF52810 application based on the UART example, but when I include buttonless DFU support to my application, it doesn't work. I'm using SDK...
Hi,
now I had achived the function to communication using the esb in nrf52832 that one to one,but I need to achive multi tx device to one.
if there not doc for me to achive...
Hi
Strange that there is no example for such popular code which will allow changing the iBeacon setting parameters (like: name, power, interval etc). with a smartphone application...
Hi everyone,
I'm trying since a few days to connect the Thingy 91 to the network with any result at all.
This is my configuration:
Modem firmware: V 1.3.0
Application...
Hi,
Am trying to store the data fetched through ble scanning to the flash memory of the nrf52840 DK. So I have been making use fo the flash_storage example in the SDK/examples...
Hello,
Our Peripheral server application regularly uses a stream of notifications to transmit data to a Central client. We have a rare error in which sd_ble_gatts_hvx returns...