Allow using onboard PRG/Boot button (GPIO 0) for DetectionSensor module on Heltec LoRa32 V4 #10892
SatoshiMota
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Device Hardware
Description of the Goal
I am trying to build a hardware "panic button" alert system using two Heltec V4 nodes.
DetectionSensormodule.To keep the setup as compact as possible, I want to use the built-in onboard PRG (Boot) button, which is hardwired to GPIO 0 on the Heltec V4 board, instead of soldering external switches.
The Problem / Current Behavior
Currently, the firmware blocks any attempt to use GPIO 0 for the
DetectionSensormodule:device.button_gpioto255.meshtastic --set detection_sensor.monitor_pin 0 --set detection_sensor.detection_trigger_type LOGIC_LOWmonitor_pin 0disappears, and the trigger type reverts to default).Requested Feature / Solution
Please unlock GPIO 0 or add an option to safely release it from the system core so it can be utilized as a regular input pin for the
DetectionSensormodule on Heltec LoRa32 V3/V4 devices whendevice.button_gpiois explicitly disabled.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions