I finally got around to making a custom plugin also called a “brush” for Syntax Highlighter that properly highlights the Arduino language called Wiring. I haven’t fully worked out the colors for the different themes but so far the colors I have chosen look nice with the Default theme and the Emacs theme. I’m going to work on the colors more and make specific colors for each theme in the future. Check out the before and after pictures, the before is using standard C++ code and the after is using the custom wiring code. I couldn’t find solid instruction on how to install these brushes so I just figured out a way to make it work on my own and I like the way this works so I don’ t plan to change it. First download the shBrushWiring.js file that I have attached to this post. shBrushWiring Next upload the file to the “/wp-content/plugins/syntaxhighlighter/third-party-brushes/” folder. Now we need to edit a few files, you can either do this directly in WordPress by going to Plugins and
Arduino – Analog Read Potentiometer to Digital Out LED + Bonus Photoresistor to LED
The analog to digital sketches have been covered a million ways from Sunday with every conceivable part but in order for us to move on to more complex circuits and concepts I need to be sure you know these simpler ones. This tutorial wont be quite as in depth as the others because frankly there just isn’t much code. Without further delay I give you the wiring diagram. Another very simple circuit diagram, by the way if you have been wondering what program I am using for these diagram and its actually the most widely used program for diagramming Arduino circuits, its called Fritzing and you can get it here. Its completely Free and has tons of well known parts either built in directly or available for download on the user submission pages. As shown above the Analog signal is positive and as the positive input increases the digital output increases as well. There is of course a pull down resistor in place which is directly connected to the potentiometer, an interested side note and the reason
Arduino – GettingStarted ~A Must Read
Arduino Duemilanove I have always been into Electrical Engineering and in fact is what I originally started going to college for. I however already had tons of knowledge and experience in Network Administration so that is my real career. I recently decided to not give up on something I love and I picked up several books relating to the subject and have been reading through them sucking up as much knowledge as I possible can. I purchased an Arduino Duemilanove to get started with making things in the real world react to code I made in the virtual world. Here is a quick run down of the hardware. The Arduino comes in several flavors and are based on the ATmel MegaAVR ATmega 128, 328 or 1280 chips although others have been used as well. The ATmega 328 is the current most popular chip to see used on an Arduino and the current most popular version is the Duemilanove, the current most powerful “standard” Arduino is the MEGA. Arduino Mega I’m not going to list the

