This is a remix of the Air Monitoring Droid (Alien Edition) that incorporates an EDD1306 OLED display. If you have the Alien3d Box from July 2021, then that's the component used in this remix.
The display shows the PPM and r0 values from the sensor, so not only does it move and make sounds, but now you can see the values fluctuate as well.
Only the chassis is different from the original. The decorative inserts haven't been altered, so print the ones from the original model, too. No supports needed.
The display uses the 3v power instead of the 5v, but does use the common ground. The I2C connections from the display to the D1mini use D1 and D2, which means that you'll move the servo connection to D3. This is non-optional, as the SDA/SDL lines are fixed on WeMos.
Assembly is the same as the original model, adding in the display into the slot, with the pins facing up.
The ssd1306 library from lexus2k (https://github.com/lexus2k/ssd1306) is used to drive the display.
Add this library to the Arduino IDE; search for “ssd1306” and choose the one by Alexey Dynda.
Then, load up and flash the *.ino file included in this project, as per the original model instructions.
The author remixed this model.