How to Ask a Good Technical Question
Getting a fast, accurate answer depends entirely on how you ask. Follow this template:
The Template
What I am trying to do:
[One sentence describing your goal]
What I tried:
[Steps you already attempted]
What happened:
[Exact error message, unexpected behaviour, or symptom — copy-paste, don't paraphrase]
My setup:
Board: ESP32 / [other]
IDE: GrapesIDE v[version]
Block / Session: [e.g. Block 2, Session 2.1.1]
My code:
// paste relevant code here
// not 500 lines — only the relevant function
Serial output:
paste serial monitor output here
Golden Rules
One question per post
Copy-paste error messages exactly
Show what you already tried
Never say "it doesn't work" without saying what it does instead
Never post screenshots of code — paste the code directly