This is my first time setting up an ESP32 so apologies if this is a stupid question.
@stevo32792 posted a fantastic guide to get a “dumb” air filter to be “smart”. I have the same air filter (MA-112) and I’m working on following his guide this weekend.
Here’s his post:
I purchased this board:
I’ve got it hooked up to the ESPHome AddOn in HA.
However, in Steven’s example YAML he has:
esp32:
board: esp32-c3
framework:
type: arduino
Would anyone happen to know what I should put for my board name?
Do you have a board you prefer? I’m new to it and don’t know the various board options. But I would be happy to try a different one if you think it would be better.
@nickrout@Karosm I’m having some trouble and I’m sure it’s me doing something stupid.
I tried a few board variants, including:
esp32-s3-devkitc-1
Now, I’m planning to use GPIO pins 0-3 for the connection to the MA-112. @stevo32792 used pins 26, etc - but this board doesn’t have those (pic attached).
in photo it is ESP32-C3-DevKitC-02
so ESP32-C3 if you don’t find exact variant.
And don’t use GPIO2, it’s strapping pin(like gpio8 and 9).
And define pins always in form GPIOxx, not just number.
@stevo32792 do you have any idea if there’s an alternate command for my c3? Or if not would you let me know which board you used for your MA 112? Thanks so much.
And now that you have two, keep the other one for prototyping any esphome project you eventually have. When you have working proto, you can play with weird boards. Saving you lot of headache…