USB Interface Circuits
- Page 8
-
The bootloader can be used for the all USB PIC devices (PIC18F4550, PIC18F4455, PIC18F2550, PIC18F2455, PIC18F4553, PIC18F4458, PIC18F2553, PIC18F2458). Since the bootloader is designed for the Microchip demo board, the configurationof the bootloader....
-
-
Many excellent ISP (In System Programming) designs exist for 8 bit AVR microcontrollers. However, most require a pre-programmed microcontroller, or the "Chicken or Egg" problem: you can`t program microcontrollers unless you have one already programmed.....
-
Hardware design for USB is actually quite minimal, which is a big plus for us. However, what you quickly find out with USB is that the easy hardware design means the communication and control software is very complex, we`ll see more about that in the theory....
-
Is based on the FTDI`s USB / serial IC FT-232BM. The adapter has been successfully tested with the following transceivers and software: VX-7R (VX-7R Commander), FT-8900 (FTB-8900), FT-817 (FT-817 Commander and Ham Radio Deluxe) and IC-706MkIIG (Ham Radio....
-
This project demonstrates a computer control interface using a USB Board. (USB INTERFACE PROJECT). This tutorial will show you a simple way to control some device like led, motors and other devices with computer through a USB Board. The traditional way to....
-
This projects makes it possible to use Sega Saturn peripherals (controllers, mouse) on a PC through an USB port. Using the schematic and firmware available on this page, one can make an adapter (Using the connector from a Saturn extension) or convert a....
-
-
-
-
-
Here`s BH1417 USB FM Transmitter with built-in PLL circuit. Its low-frequency signal is converted into high-frequency, which can take any audio device with FM radio (stereo, car CD, MP3, DVD player, etc.), as a normal radio station. Transmitter power is....
-
This small FM transmitter with a range of about 50 meters designed for connection to the USB port. With lots of mini-transmitters then you have a comprehensive, action-packed radio program. Due to the power supply via the USB port of a high frequency....
-
-
-
Need USB solution for your project Use LPC2148 MCU. In old days it`s very handy using LPT or COM to interface your project to PC but today they are vanished just like dinosaur. All switch status can be monitored on the PC, as well as the ADC value. The LEDs....
-
this is a circuit of Step-Down Charge Pump Regulator for USB Powered Devices. The critical design parameter of this circuit is the circuit area. To solve this....
-
This is a simple circuit for automatic switchover between battery and USB port. This circuit uses more general step-up converter architecture. Compared with an....
-
It makes sense to build your own individual joystick. Especially the flight simulation enthusiasts like to build cockpit parts with the look and feel of original aircraft parts. Such self made hardware needs an joystick controller that meets the requirements....
-
Model aircraft pilots like to use PC-flight-simulator software to train the handling of model aircraft without the risk of the loss of real models. It makes sense to use the own model aircraft remote control (RC) as input devise for the software. This....
-
This project, which can charge a pair of AA Nickel Metal Hydride (NiMH) or Nickel Cadmium (NiCd) cells using a laptop`s USB port for power, arose to address part of that problem. (By the way, if you want to lighten your laptop load, take a look at the MoGo....
-
a personal digital assistant introduced by in 1994. It was often called a palmtop computer, and it was notable that it was, with some minor exceptions, aMS-DOS-compatible computer in a palmtop format, complete with a monochrome graphic display, qwerty....
-
This small FM transmitter with a range of about 50 meters designed for connection to the USB port. With lots of mini-transmitters then you have a comprehensive, action-packed radio program. Due to the power supply via the USB port of a high frequency....
-
A durable car power inverter can give you a more convenient life. 100W car power inverter is the best choice for traveler when driving outside, or meeting an urgent need when power failure. AC adapter can be widely fit to all kinds of electrical devices....
-
The analog input is first fed into a fast non-inverting buffer amplifier (OPA353) set up for unity gain which protects the analog-to-digital converter from out-of-range voltages. The ADS830 is a fairly cheap 8-bit analog-to-digital converter which supports....
-
Produce the varying sampling clock write strobe pulses. So, I settled with this semi-optimal but working design applying an ATtiny2313 microcontroller from Atmel. For a 10MHz sampling clock, I need a 20MHz clock for the ATtiny2313and hence it needs to be....
-
The digital input board has 8 distinct digital inputs available on JP1. There are separate pull-down resistors (RN1, choose a value you like, e. g. 1MOhm) and then each input has a Schmitt-trigger. Since these may be destroyed by improper input voltages, I....
-
The two input boards ( ADCV or digital ) get connected to AD_CTL1, AD_DATA1, AD_SUP5V_1, AD_SUP3V3_1 for the first board and the same names with suffix 2 for the second board. To transfer the sampling data, the 16 digital data lines from the two input boards....
-
The goal was to make a small USB interface board which could easily be connected to microcontroller boards. It should support USB-powered as well as externally-powered operation. External components are kept at a minimum (but there are still quite a lot of....
-
-
-
-
This project implements a composite USB device supporting two USB 2. 0 full-speed gameport HID interfaces. The physical joystick ports are wired in accordance to the `Atari standard` allowing connection of most Commodore 64 and Amiga joysticks as well as....
-
Use the Microchip C18 compiler to be based around my latest USB framework libraries for both the PIC and Windows. This should provide a smoother path from this basic tutorial to more complex projects. As always I welcome your feedback and suggestions over in....
-
If you`ve dabbled with PIC18F microcontrollers and the USB Generic HID standard before (perhaps you`ve even tried my Building a PIC18F USB device project) then you will have noticed that there is a lot of complexity in supporting USB on both the PIC18F and....