Hi,
Never used Arduino to compile before so am unsure which board to select on the AQM3? I am really looking forward to seeing if I can pull this off. Any help would be appreciated.
Hi,
Please read this:
https://wiki.weatherduino.com/programmin...ing_skills
To be able to compile the code, I'm afraid you will need to learn a bit about how use the Arduino IDE
For the AQM III the board to choose is ESP32 --> MH ET Live ESP32MiniKit, however first you have to install the ESP32 core files:
- Go to Arduino --> Preferences
- At Additional Boards ManagerURLs, put this:
https://espressif.github.io/arduino-esp3...index.json
Next step will be learning how to install Arduino libraries. Please google about it, you will find better instructions than I can provide.
Rgs.
Werk_AG
Ok Werk_AG, this is PhD level stuff here (for me) so...
I believe I have the board software installed. I now am proceeding with a manual install of the libraries sourced at the wiki site. This is a .rar file, not a .zip which the Arduino help says I need. Is this 'normal'?
Kind regards,
(12-03-2024, 04:49)werk_ag Wrote: [ -> ]Hi,
Please read this:
https://wiki.weatherduino.com/programmin...ing_skills
To be able to compile the code, I'm afraid you will need to learn a bit about how use the Arduino IDE
For the AQM III the board to choose is ESP32 --> MH ET Live ESP32MiniKit, however first you have to install the ESP32 core files:
- Go to Arduino --> Preferences
- At Additional Boards ManagerURLs, put this: https://espressif.github.io/arduino-esp3...index.json
Next step will be learning how to install Arduino libraries. Please google about it, you will find better instructions than I can provide.
Rgs.
Werk_AG