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 am using a nRF9160-DK(PCA10090, 1.0.0) and v1.6.1 SDK
I am trying to estimate battery consumption in some scenario.
For this test, UDP sample is used.
When...
Hi,
I am using a specific LED that has the PWM specification to drive as below.
Would it possible to drive the LED with nrf52840. I see the PWM clock upto 256KHz...
Hi Sir/ Madam,
I want to create a modul to scan and advertise data using Nordic Dongle , (PCA10059). The example code in sdk , ble_app_multirole_lesc has been tested with...
Hi Forum,
I'm using a NRF24L01 (without "+") in a very power critical application. To tune the matching networks, i used a mini coaxial connector on the output to measure...
I'm developing an application for the nRF52833 using NCS 1.5.1, and currently working on performing a DFU using MCUBoot. I am sending the app_update.bin file over UART from...
Hi nRF team,
We are developing our custom board with nrf52840 for BLE mesh and nrf21540 as range extender . Now we have the provision to use gpio or spi to control nrf21540...
I have used the ble_peripheral/ble_app_uart example and add TWIM functionality to communicate with 2 I2C sensors.
I have used the peripheral/serial project to communicate...
Hi as I can see many other also experienced problems installing nrfutil. I spent 5 hours trying Windows 8.1, Windows 10 and a Debian Linux box. I'm no python expert and I...
Hello,
I'm working on a project related to DWM1001-DEV at University of Illinois at Urbana-Champaign to build a demo of the product that uses UWB. However, I'm having several...
Good day
Please assist, I had my power profiler (PPK II)and Bluetooth dongle both plugged into my laptop. I accidentally upgraded the firmware for power profiler (PPK II...
Hi
I am using NRF5340dk with NCS version 1.5.0, I need to port the below library which was written for nrf51.
github.com/.../ADS1231
KIndly, Help me to resolve this...
I am using SDK nRF5_SDK_15.3.0_59ac345 with nrf32832. I want to write data from central to peripheral characteristics. I wrote below code:
Everything worked fine when...
I run the program step by step, when execute NRFX_IRQ_ENABLE(SAADC_IRQn);, it will go to app_error_fault_handler,.What's wrong ? I have do nothing with it!