MC68HC908QT4 Servo Digitizer Remote Control ASCII Data Sends

| August 3, 2019 Updated
MC68HC908QT4 Servo Digitizer Remote Control ASCII Data Sends

The Servo Digitizer is developed to channel control input from a model airplane radio remote control, the Futaba Skysport 4, to a flight simulator program running in a PC. It translates a pulse-width modulated signal output from the remote control into ASCII data and sends them to the PC via an RS-232 serial port. A flight simulator program in PC can use the data from the RS-232 port to control a simulated airplane in the PC. The software component of this project demonstrates the use of a source code modularity technique with a microcontroller that has limited resources.

servo-mc68hc908qt4-ascii-data-sends-tpc-rs-232-serial-port

The Servo Digitizer uses input capture feature of the microcontroller to measure widths of the input pulses. A serial port is simulated using output compare feature of the microcontroller. The Servo Digitizer must transmit the output ASCII text to the PC within 18ms, therefore selecting a correct baud rate is crucial.

The hardware consists of a power supply, the MC68HC908QT4 microcontroller, and the RS-232 transceivers. A DIN6 connector connects the board to Futaba model airplane remote control, which provides 0-4V input signal and a 9V DC battery to power the board. A linear regulator provides 5V DC power to the rest of the system. The system clock comes from a 24MHz crystal. A female DB9 connector is used to send the output to a PC.

servo-mc68hc908qt4-futaba-skysport-flight-simulator-program

A special software framework is created for this project. The framework is an integral part of the software as it organizes the source code into layers of code module. The software is written entirely in C language using Metrowerks CodeWarrior development environment. The source code is organized into three abstraction layers. The three layers are Startup, Dispatcher, and Operation layers. A layer consists of one or more modules. Each module has dedicated task and only refers to the other modules, in the same or different layers, in a predefined way. When possible, the framework encourages the separation of code and data into different files. When the modules need to be changed for a new environment, most or all of the needed parameters reside in the data file (.h file), while there is little or no change in source file (.c). Author: Sitti Amarittapark

convert-pulse-ascii-text-step-mc68hc908qt4-mcu

osiloskop-measurement

Projects files:

FILE DOWNLOAD LINK LIST (in TXT format): LINKS-21789.zip

Published: 2012/07/09 Tags:



1 Comment “MC68HC908QT4 Servo Digitizer Remote Control ASCII Data Sends

  1. Electronics CircuitsElectronics Circuits

    68HC908QY4 Touch Screen User Interface

    Implement a simple user interface design using the Motorola Nitron microcontroller as the interface controller. Design the user interface with cost, reliability, adaptability and manufacturability in mind. The user interface design must be unique and provide a new novel concept in user interface design. Utilize the capabilities of the new Motorola E-field sensor. 68HC908QY4

    REPLY

Leave a Reply

Your email address will not be published. Required fields are marked *

 

Comment moderation is enabled. Your comment may take some time to appear.