For all the old versions of the AirGradient build instructions the Wemos D1 Mini microcontroller was used. This tutorial explains you how to set up the Arduino IDE for this microprocessor in order to flash the software.
Install the Arduino Software
a) Install the Arduino Software on your computer. Do not use the web version but download and install the version for Linux, Mac, or Windows. This software is used to transfer the code to the microprocessor (and make adjustments to the code).
b) Enable the ESP8266 board (Wemos D1 Mini). You need to enable the D1 mini board in the Arduino IDE by following these steps:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
into Additional Board Manager URLs field.c) Test if the connection to the ESP8266 is working by flashing the BLINK code. The BLINK code lets the LED on the D1 MINI blink and when doing this successfully you can see if your software and cable work. To do this, follow these steps:
If you have any problems with the above, please do not hesitate to contact us!