AXE027 USB Cable Driver. AXE027USBDriver FREE. This is the latest driver for the PICAXE USB Download Cable (part AXE027). Windows Compatible. Linux Compatible. Chrome Compatible. Not iOS Compatible. Next, plug in the bigger end of the cable in a USB port on your Windows computer; Go to the next step (Those using Windows 10 can directly go Step 3) Second Method – Establish a connection via Bluetooth. If you don’t like or want to use a micro-USB cable, connect the PS4 controller to your PC using Bluetooth. Product Description. This set can be used with your own compatible transmitter as a replacement for a lost or damaged USB simulator cable. Includes adapters for Esky, JR/Spektrum and Futaba. Compatible with XTR, AeroFly and FMS. Includes driver software.
Easy to use USB Joystick Interfaces
DIY and OEM paradise: connect buttons, potentiometers, sensors, rotary encoders, switches to any computer. Plug and play at its best.
Professional steering system for racing simulators
Force feedback system - reliable, realistic, well respected by top drivers in motorsport and gaming industry.
Racing Car Simulator Products
Logitech® interfaces, shift light indicators, Fanatec® wheel conversion, motosport knobs.
Video testing, RF and instrumentation products.
Unique products designed by us here in Silverstone, UK: video signal lag testers, GPSDO precision frequency references, NTP servers and fast pulse generators.
The USB side of the adapter behaves like a standard USB joystick (HID-Device).Therefore you don't need a driver for Windows or Linux (tested with Windows XP, Windows 7 and Ubuntu 9.10).In Mac OS it should work well too, but this is not yet tested.The adapter is ideal for use with a model aircraft simulator on the PC.
PPM
Most R/C remote controls provides a so-called PPM-signal.It consists of a pulse train with about 0.4 ms long pulses.The time interval tn between the pulses corresponds to the stick-positionof each channel. A time of 1.5 ms corresponds to the center position,1ms is the minimum and 2ms is the maximum position.A pulse train consists of n+1 pulses - for 5 channels thus 6 pulses. The pulse train is repeated every 20ms (50Hz).
Usb Flight Simulator Cable Driver
Bild 2: The PPM signal of a remote control with 5 channels
On my R/C transmitter, the PPM signal can be found at the trainer port.The pinout of the 4-pin. Mini-DIN connector is shown in Bild 3.
Bild 3: pinout of the trainer port on the Esky Remote
An overview of the pin connection for the trainer jacks of other manufacturers (including Graupner, Robbe, Futaba, Multiplex, Hitec)can be found here: Pinouts of various R/C transmitters
Hardware
Bild 4: The schematics of the PPM2USB adapter
The circuit is quite simple and can be build on a breadboard or on a perfboard.The resistors and Zenerdiodes provide the USB-required voltage levels.The PPM signal is connected directly to the ICP-pin of the ATmega8.This works with signal levels from 1.5-5V.For the right timing an external 12MHz crystal is used.
Note: The ISP circuitry for programming the controllerwas left in the schematic way.
PPM2USB with USBASP-Hardware
It is also possible to modify an USBASP-Dongle: USBASP to PPM2USB-Modification.
Software
The software was developed with the AVR-GCC tool chain and consists of three parts:
PPM decoder
The PPM decoder is completely interrupt driven.To measure the time, a 16 bit timer is used which is directly connected to the CPU clock (12MHz).
USB stack
The ATmega8 has actually no USB interface. However, it is possible to implement such in software.For this purpose the free USB stack called V-USB is used.
Main program
In the main program V-USB is initialized. Then the controller goes into ainfinite loop and transfers new joystick positions to the PC. It will only transfer data when the stick positionshave changed. This is indicated by brief flashes of the LED.
Download
- The included hex file is compiled for a ATMega8. The source code can be easily adapted to other AVRs (if they are supported by V-USB).
- For programming, the described programming cable can be used.
- Fuses: external crystal (lfuse: 0xEF, hfuse: 0xC9)
- You may not use this work for commercial purposes
- Projekt-Download, Git-Repository
Usb Simulator Cable Drivers Free
Flying-Model-Simulator FMS
Usb Simulator Cable Drivers Download
For simulating model airplanes you can use the Free Flight Model Simulator (FMS).
Video 1: FMS test flight with A380 and Quadropcopter using the PPM2USB-adapter