-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.json
1 lines (1 loc) · 1.55 KB
/
faq.json
1
{"faq":[{"q":"How do I switch between my LED presets?","a":"Press the action button at the top of GlowTower once to switch to the next saved preset. Via WiFi you can change the saved presets."},{"q":"How do I write & upload my own code for GlowTower?","a":"We recommend using <a target='_blank' class='highlightedinlinetext' href='https://code.visualstudio.com/download'>VScode</a> and the VCcode extension <a target='_blank' class='highlightedinlinetext' href='https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide'>'PlattformIO'</a>, to write your own code in C and upload it to GlowTower. You might also want to check out <a target='_blank' class='highlightedinlinetext' href='https://circuitpython.org'>CircuitPython</a>, if you prefer coding in Python."},{"q":"Why does my computer not recognize GlowTower?","a":"Make sure you installed the <a target='_blank' class='highlightedinlinetext' href='https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads'>drivers</a> and try again. If you still have issues, check out the <a target='_blank' class='highlightedinlinetext' href='https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/get-started/establish-serial-connection.html'>instructions from Espressif</a>, for the ESP32 S3 (which is used in GlowTower)."},{"q":"How do I delete all my settings on GlowTower?","a":"You can visit <a target='_blank' class='highlightedinlinetext' href='https://install.glowingkitty.com'>install.glowingkitty.com</a> and reinstall GlowOS. This way all settings on GlowTower will be also deleted."}]}