jAER project on SourceForge

Uses of Package
net.sf.jaer.hardwareinterface

Packages that use net.sf.jaer.hardwareinterface
ch.unizh.ini.jaer.chip.cochlea Classes related to Shih-Chii's and Andre's cochlea chips. 
ch.unizh.ini.jaer.chip.dollbrain The dollbrain project AER sensors - see DollBrain project pages
ch.unizh.ini.jaer.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
ch.unizh.ini.jaer.chip.retina Classes related to particular retina chips. 
ch.unizh.ini.jaer.chip.stereopsis Support for combining two retinas either on separate or single USB interfaces. 
ch.unizh.ini.jaer.hardware.pantilt A pantilt unit based on two servo motors. 
ch.unizh.ini.jaer.projects.ballshooter The ball shooter demonstration based on temporal contrast AER silicon retina, the AER-EAR binaural silicon cochlea, the servo motor controller. 
ch.unizh.ini.jaer.projects.opticalflow.chip The Motion18 optical flow chip description, including VPot bias interface. 
ch.unizh.ini.jaer.projects.opticalflow.usbinterface Optical flow chip USB interface. 
ch.unizh.ini.jaer.projects.rccar The Driving with Spikes Traxxus E-Maxx electric monster truck project. 
ch.unizh.ini.jaer.projects.tobi.goalie The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. 
ch.unizh.ini.jaer.projects.tobi.zipzaps The tiny Transformers RC cars from Radio Shack are tracked and controlled here. 
net.sf.jaer.aemonitor Classes related to monitoring address-events. 
net.sf.jaer.aesequencer Classes related to sequencing address-events. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.chip Classes related to CAVIAR retina. 
net.sf.jaer.hardwareinterface Hardware interface to address-event devices. 
net.sf.jaer.hardwareinterface.usb USB hardware interfaces to Address-Event chips. 
net.sf.jaer.hardwareinterface.usb.cypressfx2 Cypress FX2 USB interfaces using Thesycon USB driver. 
net.sf.jaer.hardwareinterface.usb.linux USB hardware interface for linux. 
net.sf.jaer.hardwareinterface.usb.silabs SiLabs C8051F3xx microcontroller interfaces using Thesycon USB driver. 
net.sf.jaer.hardwareinterface.usb.toradex The Toradex 3-axis USB accelerometer. 
net.sf.jaer.stereopsis Stereoscopic vision. 
org.ine.telluride.jaer.wowwee WowWee toy control using a modified USBServo Board. 
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.chip.cochlea
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HasUpdatableFirmware
          Interface has firmware that can be updated from the host, e.g.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.chip.dollbrain
HardwareInterface
          General interface to hardware
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.chip.dvs320
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.chip.retina
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.chip.stereopsis
HardwareInterface
          General interface to hardware
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.hardware.pantilt
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.ballshooter
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.opticalflow.chip
HardwareInterface
          General interface to hardware
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.opticalflow.usbinterface
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.rccar
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.tobi.goalie
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by ch.unizh.ini.jaer.projects.tobi.zipzaps
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.aemonitor
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.aesequencer
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.biasgen
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.chip
HardwareInterface
          General interface to hardware
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactory
          This class builds a list of all available devices and lets you get one of them.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface.usb
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface.usb.cypressfx2
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
HasUpdatableFirmware
          Interface has firmware that can be updated from the host, e.g.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface.usb.linux
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface.usb.silabs
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
HardwareInterfaceFactoryInterface
          Defines the interface a hardware interface factory has to have to be included in the list in HardwareInterfaceFactory.
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.hardwareinterface.usb.toradex
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by net.sf.jaer.stereopsis
HardwareInterface
          General interface to hardware
HardwareInterfaceException
          An exception in the hardware interface is signaled with this exception.
 

Classes in net.sf.jaer.hardwareinterface used by org.ine.telluride.jaer.wowwee
HardwareInterface
          General interface to hardware
ServoInterface
          A hardware interface that can set a set of servos implements this interface.
 


jAER project on SourceForge