USB BUSINESS CARD WITH ATTINY85

Summary of USB BUSINESS CARD WITH ATTINY85


This article describes a compact USB Business Card project using an ATtiny85 microcontroller. The device mimics a keyboard to automatically type pre-stored contact information into a computer's notepad when plugged in. It utilizes the internal 16.5 MHz RC oscillator and V-USB driver software, requiring minimal circuit elements.

Parts used in the USB Business Card:

  • ATtiny85 Atmel microcontroller
  • 16.5 MHz internal RC oscillator
  • USB connector on PCB socket
  • Printed Circuit Board (PCB) with 1.6 mm thickness
  • V-USB driver software
  • Notepad program (host application)

Attiny85 Atmel microcontroller with USB Business Card project established quite interesting circuit with very few elements attiny85 16.5 MHz internal RC oscillator frequency used. USB connector on the USB socket on the PCB designed… Electronics Projects, USB Business Card with attiny85 “avr project, microcontroller projects, “

 attiny85-ile-usb-kartvizit

Attiny85 Atmel microcontroller with USB Business Card project established quite interesting circuit with very few elements attiny85 16.5 MHz internal RC oscillator frequency used. USB connector on the USB socket on the PCB designed to stop loose plaque thickness of 1.6 mm on the pcb printed circuit previously shared attiny85 USB Password Generator usb interface as software applications, as in made ​​with V-USB driver. USB Business Card is connected properly to the computer from the keyboard opens up notepad program “Caps” key 2 times the pressure information contained within the microcontroller automatically written to the notepad window ..

writing source code is also available for the project in the C source line 452, hex codes and other sources, there are eagle files ..
// PLACE TEXT HERE
//puts_P(PSTR(” “)); // test size
puts_P(PSTR(“Frank Zhao\n\nEmail: [email protected]\nWebsite: http://www.frank-zhao.com/\nPlease contact me for a resume\n\nExperienced in:\n* electronics design\n* multiple programming languages\n* web design and development”));

blink_count = 0; // reset
}

attiny85-ile-usb-pcb-business-card-vusb

Source: frank-zhao.com/cache/usbbusinesscard.php alternative link: attiny85-ile-usb-kartvizit.rar

Quick Solutions to Questions related to USB Business Card:

  • How does the USB Business Card activate?
    It activates when connected properly to a computer from the keyboard opens up notepad.
  • What happens when the Caps key is pressed twice?
    The information contained within the microcontroller is automatically written to the notepad window.
  • Which microcontroller is used in this project?
    The project uses an Attiny85 Atmel microcontroller.
  • What frequency does the internal oscillator run at?
    The internal RC oscillator operates at 16.5 MHz.
  • Is the USB interface implemented via hardware or software?
    The USB interface is implemented as software applications made with the V-USB driver.
  • What programming language was used for the source code?
    The writing source code is available in C source line.
  • Can I access the design files for the PCB?
    Yes, eagle files are provided alongside hex codes and other sources.
  • What specific data is stored on the card?
    The card stores text including name, email, website, and experience details like electronics design.

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter
Scroll to Top