/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.righto.com
| | blog.squix.org
5.0 parsecs away

Travel
| | If you don't mind code which is a little bit rough around the edges you can start experimenting with the code for the color weather station. I just published it on Github. You can find it here:https://github.com/squix78/esp8266-weather-station-color Since it was sometimes complicated to find the right parts I created a kit which contains all the...
| | projects.drogon.net
3.5 parsecs away

Travel
| | Page about my Arduino compatable Wiring library for the Raspberry Pi
| | blog.squix.org
5.7 parsecs away

Travel
| | The "ESP8266 OLED SSD1306"is an open source library which allows you to controlthose pretty OLED modules from our beloved ESP8266 module. Fabrice Weinberg cleaned up all the ugly pieces of code which I initially wrote caused bymy near C/C++ illiteracy. He also added support for Pasko's BRZO I2Clibrary which is partially written in assembler and...
| | abstractexpr.com
34.2 parsecs away

Travel
| Most programmers prefer to write code over debugging it. Unfortunately, code breaks a lot more often than we would like and it often breaks in situations that are hard to debug. Therefore, an essential skill as a programmer is to know how to debug your code (and that of others). When facing our first bug...