- Drawing Rotated Lines and Bitmaps with ArduinoOften you need to draw a line at certain angle, and you find it hard to recall the math you learned in school to do this calculation. Same was the case with … Continue reading Drawing Rotated Lines and Bitmaps with Arduino
- Project DashPanel-ArduinoStarting a new open source project DashPanel-Arduino. The aim is to develop a low-cost, easy to make gadget to show usable info for trip. It uses Arduino framework on ESP8266 WiFi enabled … Continue reading Project DashPanel-Arduino
- Font Converter for ArduinoCurrently working on a DIY project for my SUV where I needed to use ESP8266 WiFi enabled microcontroller with two tiny I2C displays and a GPS. I found a great display library … Continue reading Font Converter for Arduino
- QR Coder – Version 2This is an update to my original QR Coder browser bookmark script. It’s been a while, and the Google Chart APIs I was using for this stopped working few days ago. This … Continue reading QR Coder – Version 2
- Auto Discovery for Photon Server in UnityUnity has become my first choice for most of the projects I do. Majority of them are branded games, some with custom hardware interaction, and some just plain apps. The best thing … Continue reading Auto Discovery for Photon Server in Unity