Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Using VSPI GPIO Pins for Interrupts on T-SIM7600E/G-H

    Technical Discussion
    2
    2
    142
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mijail Makaroff 0 last edited by

      Hi all,

      I'm working on a project with the T-SIM7600E/G-H board that is based on the ESP32 and I've run into a bit of a roadblock. I need to attach a flow meter, which requires an interrupt pin, but I'm running low on available GPIOs.

      My eyes are set on the VSPI pins - specifically GPIO 23, 19, 18, and 5. These pins are typically used for SPI communication and are not utilized in my current setup. The pinout diagrams provided with the board don't specify whether these pins can handle interrupts, and the documentation is a bit unclear on this.

      Has anyone successfully used these VSPI GPIO pins as interrupt-driven inputs on the ESP32, particularly on the T-SIM7600E/G-H board? Are there any nuances during the boot or reset phases, or any other potential issues, that I should be aware of when using these pins as interrupt sources?

      I'm trying to make sure I don't run into unexpected behavior down the line, so any guidance or experiences shared would be greatly appreciated!

      Thank you in advance!

      teastain2 1 Reply Last reply Reply Quote 0
      • teastain2
        teastain2 @Mijail Makaroff 0 last edited by

        @mijail-makaroff-0 They can be used as GPIO and therefore interrupts.
        The old Arduino boards had dedicated I/O, but ESP32 uses a 'GPIO multiplexer'.
        -Terry

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors