Arduino

As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!

Arduino Sketchup model!

Arduino Sketchup model!

Wow, Jon-Paul made these amazing Arduino Sketchup models! He writes – 3D/2D models (.3ds, .dwg, .dxf and .skp) of the Arduino Diecimila Board created in sketchup and exported to other 3D formats. This is my site. I am a subscriber to both Make and Craft and hope that I can begin to give back to […]

Understanding Arduino Interrupts

uC Hobby has a piece up on the use of interrupt routines in Ardunio programming: Often when working on microcontroller projects you need a background function to run at regular intervals. This is often done by setting up a hardware timer to generate an interrupt. The interrupt triggers an Interrupt Service Routine (ISR) to handle […]