Explore >> Select a destination


You are here

andybrown.me.uk
| | www.susa.net
4.1 parsecs away

Travel
| |
| | austinmorlan.com
4.5 parsecs away

Travel
| | We need to be able to draw pixels onto the LCD screen of the ODROID-GO. Getting colors onto the screen will be more complicated than reading the state of the input buttons because the LCD actually has brains. The screen is driven by an ILI9341 which is a (very popular) "TFT LCD Single Chip Driver". In other words, we communicate with the ILI9341 which then responds to our commands to actually control the pixels on an LCD.
| | blog.squix.org
5.6 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...
| | blog.nobugware.com
29.0 parsecs away

Travel
| Sparkfun and others sell a 434Mhz transmitter and a receiver for ?2.88 and ?3.61. This version receives at 2400bauds but there is a 4800 bauds version. Simply connect the transmitter to an arduino pin then your are done (almost). My first try was to follow the example from sparkfun, which simply read a value from the receiver: // read in values, debug to computer if (Serial.available() > 0) { incomingByte = Serial.