How to set up the ESP32 version

In short: if you are looking for the micropython programs necessary, here they are:

https://raw.githubusercontent.com/raumschiff-werkstatt-fur-astronomie/goesflarewatch/master/micropython/solar_flare_alert.py

https://raw.githubusercontent.com/raumschiff-werkstatt-fur-astronomie/goesflarewatch/master/micropython/wifimgr.py

There are two versions of the kit. The first version uses a white breadboard to assemble the components. The second version uses a green breadboard circuit board, and needs soldering (but is more compact).

Both rely on an ESP32 microprocessor development board. Beforehand, you need to install Micropython on the microprocessor and transfer two programs called solar_flare_alert.py and wifimgr.py:

  • solar_flare_alert.py contains the program that connects to the spacecraft data centers;

  • wifimgr.py contains the program that allows to connect the solar flare alert to a WIFI network.

Usage

Once you have assembled the board, you will have to first connect to the local WIFI network. This is done as follows:

  1. Power on the solar flare alert. The lamp starts blinking

  2. If the lamp stops blinking after a while, that means the solar flare alert found a known network and connected, so you are all set.

  3. If the lamps continues blinking, go tho the list of WIFI networks and locate the WifiMgr access point. Connect to it.

  4. Once connected, go into a browser and type the address 192.168.4.1

  5. After a while, you should see the list of access points available. Select the one you want to connect, and type in your password

  6. That’s it. Now you can connect back to your regular network.

After this, the solar flare alert will indicate the level of activity of the sun.