Friday, January 29, 2016

SPI EEPROM 25AA256 C++ Class For Arduino

Somehow I could not find a class for the SPI EEPROM 25AA256.

I created one. See Source on Github.

First test report reading the 32Kb in 215ms which means ~ 152Kb/s at 10 Mhz.

Thursday, January 21, 2016

How to plug and control an Liquid Crystal Display (LCD) into a Windows machine (C#)

How to plug and control an Liquid Crystal Display (LCD) into a Windows machine
Do you wonder why you can do some neat things with a Raspberry PI and Linux and hardware, but not with your PC and Windows.

With Nusbio, you can talk to other devices from a Windows machine using any .NET languages.
In this blog I show different i2c LCDs (Liquid Crystal Display).

A regular LCD requires a lot of wires. An i2c LCD requires only 4 wires (GND, 5V, DATA LINE and CLOCK LINE). The first i2c chip supported is the PCF8574. Other chip should easy to support.
LCD 16 columns 2 rows


$26 USA Shipping Included: Nusbio Board + Liquid Crystal Display 16x2


LCD 20 columns 4 rows


Videos


Source Code


Monday, January 11, 2016

How to plug and control an Liquid Crystal Display (LCD) into a Windows machine

Do you wonder why you can do some neat things with a Raspberry PI and Linux and hardware, but not with your PC and Windows.

With Nusbio, you can talk to other devices from a Windows machine using any .NET languages.
In this blog I show different i2c LCDs (Liquid Crystal Display).

A regular LCD requires a lot of wires. An i2c LCD requires only 4 wires (GND, 5V, DATA LINE and CLOCK LINE). The first i2c chip supported is the PCF8574. Other chip should easy to support.
LCD 16 columns 2 rows


$26 USA Shipping Included: Nusbio Board + Liquid Crystal Display 16x2


LCD 20 columns 4 rows


Videos


Source Code