WeatherDuino Forum
Compiling logger firmware for AQM3 - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations & Environmental Measurement Equipment - WeatherDuino 4Pro Line (https://www.meteocercal.info/forum/Forum-Weather-Stations-Environmental-Measurement-Equipment-WeatherDuino-4Pro-Line)
+--- Forum: Air Quality Measurement (https://www.meteocercal.info/forum/Forum-Air-Quality-Measurement)
+---- Forum: User support forum for 4Pro Air Quality Measurement equipment (https://www.meteocercal.info/forum/Forum-User-support-forum-for-4Pro-Air-Quality-Measurement-equipment)
+---- Thread: Compiling logger firmware for AQM3 (/Thread-Compiling-logger-firmware-for-AQM3)



Compiling logger firmware for AQM3 - Wx_man23 - 12-03-2024

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.


RE: Compiling logger firmware for AQM3 - werk_ag - 12-03-2024

Hi,

Please read this:

https://wiki.weatherduino.com/programming_weatherduino_devices#do_i_need_to_have_arduino_programming_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-esp32/package_esp32_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


RE: Compiling logger firmware for AQM3 - Wx_man23 - 14-03-2024

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/programming_weatherduino_devices#do_i_need_to_have_arduino_programming_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-esp32/package_esp32_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