Skip to main content

Questions tagged [gpio-external-interrupt]

Certain GPIO pins could be programmed as external interrupt source, through which external devices (such as RF modules, buttons, switches, etc.) could generate interrupts.

0 votes
2 answers
132 views

I've made a controller board of my own for a school project based on an ATMEGA2560-16AU mcu, and I'm working on programming it with AVR. I want to use PWM for motor control and external interrupts to ...
hdaniu's user avatar
  • 49
0 votes
2 answers
101 views

I'm trying to control a servo using two buttons connected to a atmega328p. The two buttons place the servo horn in two different positions. The servo is a SG90 micro servo. I'm trying to use ...
kovac's user avatar
  • 881
1 vote
2 answers
343 views

I am using a Texas Instruments C2000 board. On a GPIO I have attached a rising edge interrupt. A square wave of approximately 50 Hz is fed into this GPIO. This wave is from a comparator which ...
user412839's user avatar
0 votes
1 answer
113 views

I'm working on a microcontroller board that also features a couple of motor drivers which can be controlled using PWM signals. I also intend to precisely control the positioning of the motors using ...
hdaniu's user avatar
  • 49
0 votes
2 answers
3k views

I have made up a basic output circuit and it seems to work, but I'm not clear how to size the resistor. I'd like to make sure this works for the long term and I am not overlooking any details. How ...
Spy's user avatar
  • 49
0 votes
0 answers
64 views

I am working on an IoT project to control the speed of my ceiling fan through my mobile. The problem is that the TRIAC and the fan speed circuit just won't work when it is on a PCB. I know it sounds ...
De PuP's user avatar
  • 1
1 vote
0 answers
167 views

I'm trying to implement a button-operated sleep mode toggle on a Sparkfun Artemis module. Button press one puts the Artemis to sleep, button press two wakes it up. I'm coding it in the Arduino IDE and ...
E.HP.S's user avatar
  • 369
1 vote
1 answer
102 views

this might seem a dumb question, but is it somehow possible with an ATtiny85 (or any other microcontroller) to toggle with a push-button between active and sleep mode? Startup -> doing something -&...
Post Fah's user avatar
0 votes
1 answer
142 views

I've studied and worked with STM32F407 during the spring, and I was wondering about the rationale behind how it organizes external interrupts. To understand this, it would be beneficial if I could ...
BipedalJoe's user avatar
1 vote
1 answer
99 views

Basically, I am trying to test multiple relay controlled outputs that are all 24 V outputs. One pole of the transformer is going into a relay for each device and the other side of each device is ...
Tesla's Curiosity's user avatar
0 votes
1 answer
155 views

I am working with ESP32 WROOM32 Controller and AHT25 Temperature and Humidity sensor. I need to work with Interrupts in my device. Basically I don't know what is interrupts and How to use my device ...
Kuralmozhi's user avatar
0 votes
1 answer
215 views

I would like to make a spot welding device with pulse current from 0.02 to 10 s. For prototyping I'm using 3 push buttons; one to initiate the welding process and two for current control (current+ ...
Armel Tchuisseu's user avatar
0 votes
1 answer
133 views

I wrote a external interrupt code for PIC18LF47k40 on MPLAB X IDE to toggle a LED when rising edge will be occurred. It is not working, but the same type code for PIC18F452 is working fine, only I ...
paple khan's user avatar
0 votes
1 answer
369 views

I have a question about the interrupt pin of the LSM6DSOX IMU. Can the interrupt pin be used to send an interrupt signal to my microcontroller to notify me when the sensor is detecting a change in ...
Reewen's user avatar
  • 85
1 vote
3 answers
340 views

I want to add a tactile switch to interact with my MCU (using a GPIO) to add flexibility in using and debugging my PCB. My question is, is there any preference on adding the switch (N.O. type) in ...
Developing Electronics's user avatar

15 30 50 per page
1
2 3 4 5