Description: usb接口的dmx信号发送器的硬件程序,使用atmega8,没有别的芯片,通用usb接口来控制有dmx接口的智能灯-usb interface dmx signal transmitter hardware, the use of atmega8, no other chips, common interface usb interface control dmx intelligent light Platform: |
Size: 321536 |
Author:renxupeng |
Hits:
Description: 此程序是用于单片机e2rom读写的程序。-The firmware of the USBisp is easy to upgrade. A software upgrade works also via the USB interface. The package contains a STK500 compatible bootloader so you can use avrdude to update the firmware. There are 7k of flash left in the ATMega8 Platform: |
Size: 18432 |
Author:thestic |
Hits:
Description: HIDKey
BootloadHID is a USB boot loader for AVR microcontrollers.-his is the README file for bootloadHID.
BootloadHID is a USB boot loader for AVR microcontrollers. It can be used on
all AVRs with at least 2 kB of boot loader section, e.g. the popular ATMega8.
The firmware is flashed into the upper 2 kB of the flash memory and takes
control immediately after reset. If a certain hardware condition is met
(this condition can be configured, e.g. a jumper), the boot loader waits for
data on the USB interface and loads it into the remaining part of the flash
memory. If the condition is not met, control is passed to the loaded firmware.
This boot loader is similar to Thomas Fischl s avrusbboot, except that it
is built on top of the HID device class. This implementation is more user
friendly on Windows, since no kernel level drivers need to be installed.
FILES IN THE DISTRIBUTION
=========================
Readme.txt ........ The file you are currently reading.
firmware .......... Source code of the controller firmware.
firmware/usbdrv Platform: |
Size: 138240 |
Author:losite |
Hits:
Description: This the README file for the HIDKeys USB device.
HIDKeys is an example application for implementing an USB keyboard conforming
to the USB Device Class Definition for Human Interface Devices (HID) . It is
based on Objective Development s firmware-only USB driver for Atmel s AVR
microcontrollers and accepts up to 17 key inputs on an ATMega8. The firmware
should be easily portable to an ATTiny2313 or other tiny devices. Since it
implements a standards compliant keyboard, no separate host software is
needed.
Objective Development s USB driver is a firmware-only implementation of the
USB 1.1 standard (low speed device) on cheap single chip microcomputers of
Atmel s AVR series, such as the ATtiny2313 or even some of the small 8 pin
devices. It implements the standard to the point where useful applications can
be implemented. See the file usbdrdv/usbdrv.h for features and limitations.-This is the README file for the HIDKeys USB device.
HIDKeys is an example application for implementing an USB keyboard conforming
to the USB Device Class Definition for Human Interface Devices (HID) . It is
based on Objective Development s firmware-only USB driver for Atmel s AVR
microcontrollers and accepts up to 17 key inputs on an ATMega8. The firmware
should be easily portable to an ATTiny2313 or other tiny devices. Since it
implements a standards compliant keyboard, no separate host software is
needed.
Objective Development s USB driver is a firmware-only implementation of the
USB 1.1 standard (low speed device) on cheap single chip microcomputers of
Atmel s AVR series, such as the ATtiny2313 or even some of the small 8 pin
devices. It implements the standard to the point where useful applications can
be implemented. See the file usbdrdv/usbdrv.h for features and limitations. Platform: |
Size: 472064 |
Author:sehwi |
Hits: