Arduino IDE #148
-
|
Hope fully a simple question whats the best setup for Arduino IDE? Whats boards/drivers etc is required? and whats settings are used? Thank you in advance and apologies for the noob question... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
This project uses Arduino CLI and is configured here https://github.com/esp32-si4732/ats-mini/blob/main/ats-mini/sketch.yaml Take a look at that file, it can help you figure out the necessary libraries and options for the IDE But using the CLI to compile the project is quite easy https://esp32-si4732.github.io/ats-mini/development.html#compiling-the-source-code |
Beta Was this translation helpful? Give feedback.
-
|
I have one ats-mini V2 (unbranded) receiver & one AMNVOLT ats-mini V3 receiver (BTW, the ats-mini is an absolutely fantastic little package !! Thanks to all who have created & updated this for the rest of us to enjoy !!). I successfully downloaded & built the ats-mini firmware version 2.33 using the Arduino IDE 1.8.19, so I thought I'd share the steps that I followed to get everything working:
Select the following in the Tools menu:
On my Win11pro system, the built firmware was automatically installed (no additional serial drivers required). Hopefully, that may help someone else looking to do the same thing. . . Mark J Culross P.S. We're out RV camping & I couldn't get the Arduino CLI method to work . . . it kept timing out when downloading the required libraries. I'll try again once we get back to modern civilization. MJC P.P.S Once we got back home, the Arduino CLI method worked just fine. I guess it's a good thing that I ran into the problem with slow WiFi when out RV camping . . . that allowed me to bumble my way thru using the Arduino IDE !! MJC [ EDIT: correction: I opened both cases & determined that I actually have one ats-mini V2 receiver (unbranded) and one AMNVOLT ats-mini V3 receiver ] [ EDIT 2: Updated to reflect that Arduino CLI works back home. Also added updated screen capture to properly reflect USB CDC On Boot: "Enabled". ] |
Beta Was this translation helpful? Give feedback.

This project uses Arduino CLI and is configured here https://github.com/esp32-si4732/ats-mini/blob/main/ats-mini/sketch.yaml Take a look at that file, it can help you figure out the necessary libraries and options for the IDE
But using the CLI to compile the project is quite easy https://esp32-si4732.github.io/ats-mini/development.html#compiling-the-source-code