Posts | Comments

Planet Arduino

Archive for the ‘business card’ Category

The PCB business card has long been a way for the aspiring electronics engineer to set themself apart from their peers. Handing out a card that is also a two player game is a great way to secure a couple minutes of a recruiter’s time, so [Ryan Chan] designed a business card that, in addition to his contact information, also has a complete Tic-Tac-Toe game built in.

[Ryan] decided that an OLED display was too expensive for something to hand out and an LED matrix too thick, so he decided to keep it simple and use an array of 18 LEDs—9 in each of two colors laid out in a familiar 3×3 grid. An ATmega328p running the Arduino bootloader serves as the brains of the operation. To achieve a truly minimal design [Ryan] uses a single SMD pushbutton for control: a short press moves your selection, a longer press finalizes your move, and a several-second press switches the game to a single-player mode, complete with AI.

If you’d like to design a Tic-Tac-Toe business card for yourself, [Ryan] was kind enough to upload the schematics and code for his card. If you’re still pondering what kind of PCB business card best represents you, it’s worth checking out cards with an updatable ePaper display or a tiny Tetris game.

Thanks to [Abe] for the tip!

May
04

Design Your Own PCB Business Card

arduino, business card, pcb Comments Off on Design Your Own PCB Business Card 

FBFGL8QI93F6Y3B.MEDIUM

by Proto G @ instructables.com:

In this instructable I am going to show you how to make your own printed circuit board business card. I feel that these business cards will really help you stand out from the crowd and make a great impression. It might even add one more skill to your resume. Everyone that I have given these cards out to has been really impressed and thought it was a great idea. I have regular business cards as well and I only selectively give out my circuit board cards. You can take it to the next level by soldering different circuits on the cards. I made one of my cards into a standalone Arduino.

Design Your Own PCB Business Card – [Link]

Mar
03

Arduboy: The Interactive Digital Business Card

Arduboy, arduino, ATmega328P, business card Comments Off on Arduboy: The Interactive Digital Business Card 

ArduBoy-550x550

This is a great credit card sized business card and gaming console based on Arduino.

The primary trick of this design is having milled cutouts made for surface mount components to be press fit into, using the circuit board as a kind of frame. Components selected have a thickness near that of the circuit board (1.6mm). Furthermore, to minimize the board thickness, the Atmega328P is inverted so that the bulk of its height below the surface. The result of equal thickness and recessed installation provides a flush appearance. The primary benefit beyond the aesthetic quality is the device is easily slid from a wallet. The high quality boards and the excellent service from oshpark also makes this build possible.

[via]

Arduboy: The Interactive Digital Business Card - [Link]

Jan
10

A Business Card that plays Simon Says

arduino hacks, business card, misc hacks, simon says Comments Off on A Business Card that plays Simon Says 

BusinessCard_01_08

When your name is Simon and you want to build your own circuit board business card, it makes perfect sense to incorporate a game of Simon Says, and that’s exactly what [Simon] did with his Business Card.

You may see a resemblance to the Engineer’s Emergency Business Card; that’s because [Simon] took inspiration from that card to build his own.  The game of Simon Says is played via 4 low-profile pushbuttons and 4 0805 LEDs.  The microcontroller of choice to run the game is an ATtiny45 set up to work with the Arduino IDE.  But with only 5 pins available for I/O, [Simon] had to give up 4 pins to the LEDs and configure the remaining pin as an analog input.  The buttons are tied into a voltage divider that feeds the analog input, so depending which button is pressed, a different voltage is read in, thus a value from 0 to 1023 determines which button was pressed.

One of the great things about this write-up is that it goes through the process of etching PCBs at home using the toner-transfer method.  We’re not sure how many home-etched business cards he’s willing to pass out, but surely whoever does get the card, will never forget his name.


Filed under: Arduino Hacks, misc hacks


  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook