rastating.github.io

Using a JHD162A LCD Screen with an Arduino Uno

March 14, 2014

The JHD162A display controller is a monochrome LCD module which you can find bundled with various Arduino starter kits or on their own; usually in the price range of around $10.

Continue reading

Adding Additional Attributes in Magento v2 API in WS-I Compliance Mode

February 3, 2014

If you are trying to integrate with Magento using the v2 API in WS-I compliance mode, you’re going to soon realise that any additional attributes you specify when calling the catalogProductCreate method are not going to show up in the product you create; as I so frustratingly found out after a good few hours of debugging!

Continue reading

Creating a 2D Rotating Aim Assist in Unity 4.3

January 30, 2014

This guide will show you how to create a feature that has become a requirement in one of my latest projects; that being an aim assist which will rotate around your character to point in the same direction as where the mouse is on screen.

Continue reading

Using a 74HC595 Shift Register with an Arduino Uno

May 27, 2013

At one point or another, you’re inevitability going to run into the problem of not having enough pins on your Arduino to meet the requirements of your project or prototype. The solution to this problem? A shift register!

Continue reading

A Primer to Voltage, Current, Resistance and Ohm's Law

May 23, 2013

Over the past few days I decided to take a step back from hacking together stuff with the Arduino and to instead take the time to read up more on the fundamentals of electronics that I imagined everyone should be aware of; that being how voltage, current and resistance work in a circuit.

Continue reading
Prev Next