Getting an AVR to blink might seem like an incredibly difficult task compared to the usual Arduino blink, but it really isn’t! In this post we will be uploading a basic blink example to an ATtiny2313. This is perfect for projects where using an Arduino would be over the top. So let’s get started!
Category Archives: Engineering
ROBOT PARTY (at Evil Mad Science) THURSDAY!
Tomorrow (Thursday) is the Robot Party! This Robot Party is VERY SPECIAL because it is taking place at +Evil Mad Science!
They have tons of robots here, the biggest one is the shopbot. We might put the webcam on the shopbot and have it move around! +Lenore Edman & +Windell Oskay will also be around so you can ask them LOTS of questions!
:::
What is the Robot Party?
The Robot Party is a weekly Google+ hangout that brings together robot builders from all over to share their robots, knowledge, and ask questions! It is for all age ranges, young or old, just bring your robot!
To watch the Robot Party, go to the Robot Party page here:
http://robotgrrl.com/robotparty
To join the Robot Party with your robot, watch our Google+ page right here for the hangout! (Usually 5-10mins before showtime)
To see old photos of the Robot Party, check out the flickr collection here:
http://www.flickr.com/photos/robotgrrl/collections/72157629489421269/
:::
Looking forward to hanging out with everyone again! We’ve heard from +Sean Lewis +Eaglesnest Robotics recently and they have been building up their +Christopher Robinson Tiny Tanks, so it will be really cool to see them!
Also since this is on the tail end of RoboGames and the Homebrew Robotics Group meeting, we may have new people!
SEE YOU AT THE ROBOT PARTY! Tell all your friends!”
National Robotics Week and Beyond
Visiting the FIRST Robotics pits
We spent the day yesterday in the pits with the teams participating in the 2012 Silicon Valley Regional FIRST Competition and brought back a whole heap of pictures. Thursday is fix, check and test day at the regional competitions. Each robot has been sealed up since the end of the build season and the teams bring them out and get them certified for competition and run them through practice matches.




There was a mobile machine shop just outside the pit area. The teams could bring their materials over and have them machined to their specifications. The operator lamented that there aren’t enough volunteer machinists to help out with this service.

Some teams put a lot of effort into decorating their robots. When not in autonomous mode, the robots were controlled wirelessly through a D-link router, which was a popular place to put stickers.
The logo for the Space Cookies looked great on their router. They were another of the all-girl teams.
Basics: Open Collector Outputs
One of the joys of working with basic digital electronics– and logic gate ICs in particular –is that it almost works like building with a set of Lego blocks: One output goes here, which connects to the next input here, and so forth until it does what you wanted.
If you’ve played with chips like these, you’ve probably also come across chips with “open collector” outputs. And if not, they’re worth knowing about. Open-collector outputs form the basis of a number of clever tricks for level-shifting and interfacing between different types of logic, and from logic to other types of electronic circuits.
In what follows, we’ll work with the SN7407N, which is one of the most basic ICs with open-collector outputs. We’ll discuss what it means to have “open collector” outputs, and show some of the different ways that they are used. Continue reading Basics: Open Collector Outputs
Five minute project: Heart-Shaped Hack Box
A hack-box to go, filled with interconnects, LEDs, and love. Because, what better way to say I love you, than with the gift of electronics? Continue reading Five minute project: Heart-Shaped Hack Box
Basics: Power dissipation and electronic components
An ever-present challenge in electronic circuit design is selecting suitable components that not only perform their intended task but also will survive under foreseeable operating conditions. A big part of that process is making sure that your components will stay within their safe operating limits in terms of current, voltage, and power. Of those three, the “power” portion is often the most difficult (for both newcomers and experts) because the safe operating area can depend so strongly on the particulars of the situation.
In what follows, we’ll introduce some of the basic concepts of power dissipation in electronic components, with an eye towards understanding how to select components for simple circuits with power limitations in mind. Continue reading Basics: Power dissipation and electronic components
Basics: Introduction to Zener Diodes
Zener diodes are a special type of semiconductor diode– devices that allow current to flow in one direction only –that also allow current to flow in the opposite direction, but only when exposed to enough voltage. And while that sounds a bit esoteric, they’re actually among the handiest components ever to cross an engineer’s bench, providing great solutions to a number of common needs in circuit design.
In what follows, we’ll show you how (and when) to use a Zener, for applications including simple reference voltages, clamping signals to specific voltage ranges, and easing the load on a voltage regulator. Continue reading Basics: Introduction to Zener Diodes
CNC halftones with ASCII art
Recently we have seen some fantastic DIY examples of CNC image carving with traditional halftones and alternative versions with regions generated with reaction-diffusion equations. More impressively, all of this is now possible with freely available, homegrown software released by the people behind those projects (Here and here.)
Seeing these examples reminded us of another “classic” method of making halftones: ASCII art. In what follows, we walk through the process of using making CNC halftones for engraving or carving from both vintage and automatically generated ASCII art. Continue reading CNC halftones with ASCII art