Category Archives: Micro & Hardware

Microcontrollers, electronics, etc.

5V to 3.3V Logic Level Shifting Stragety Notes

Notes on 5V to 3.3V level shifting techniques. Continue reading

Posted in Micro & Hardware | Tagged , | Leave a comment

Installing Rigol DS 1052E Ultrascope Software on Windows 7

Brief notes on getting Windows 7 to talk to a Rigol DS 1052E oscilloscope. Continue reading

Posted in Micro & Hardware | Tagged , , , , | Leave a comment

Component Testing with an Oscilloscope

A nice short video introducing component testing with an oscilloscope (an “octopus”).

Posted in Micro & Hardware | Tagged , , , | Leave a comment

Effects of Varying I²C Pull-Up Resistors

A link to an article entitled Effects of Varying I²C Pull-Up Resistors, which includes the Arduino internal pull-up resistors. Continue reading

Posted in Micro & Hardware | Tagged , , , | Leave a comment

Communication Between Arduinos Using I²C

How to use I²C for communication between two Arduinos. Continue reading

Posted in Micro & Hardware | Tagged , , , , , , , , | Leave a comment

Adafruit Motor Shield

Using the Adafruit motor shield kit. Continue reading

Posted in Micro & Hardware, Robotics | Tagged , , | Leave a comment

Hallowe’en Eyes

A blinking light display for Hallowe’en. Continue reading

Posted in Micro & Hardware | Tagged , , | Leave a comment

Including Libraries in the Arduino IDE

Any Arduino libraries that are needed by the files outside of the sketch (.ino) file must also be listed in the sketch file itself. Continue reading

Posted in Micro & Hardware, Programming | Tagged , , , , , , | Leave a comment

C++ Polymorphism vs. Arduino

For polymorphism to work in C++, you have to pass pointers to class instances, not references. Continue reading

Posted in Micro & Hardware, Programming | Tagged , , , , | Leave a comment

Multiple Source Files with the Arduino IDE

How to use multiple files in an Arduino sketch. Continue reading

Posted in Micro & Hardware, Programming | Tagged , , , , , | 1 Comment