Hi,
I use my own code to programs Heltec V3, for a base repeater and remote system.
What I want to know: Is there a way to read a module to check which code is programmed on it?
C
What code is on the node?
What IDE are you using?
Use the Serial monitor with AT commands?
Hi T,
I use AI to write the code, then paste into Arduino, and load.
Explain a bit more about Serial monitor and AT commands, please.
C
The Arduino IDE isn’t just a “tool” to program your projects. The IDE is a “tool box” with many tools to ensure your success.
Did you “save” your Sketch? This allows you to revisit the code anytime , or do you just Vibe code every time you need code?
Hi T,
I don’t know what vibe is, but I save all of the different codes, my question is: Can I read the module to see which of my saved codes is on it?
C
You cannot read the code directly once it is written.
Hi T,
Shame, ok, thanks.
C
You could, however, include relevant identifying details in your code, along with an appropriate interrupt that triggers the output of said details to, for example, the Serial Monitor or a connected display.
Hi P,
I don’t understand you, sorry.
It’s just a case of me making better notes.
C.