Scale Model Shop

Collapse

PIC Chips used in R/C Models

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    PIC Chips used in R/C Models

    I've been playing around with some of the electronics for my tank model. One area I thought could be interesting is using Programmable IC's for controlling some of the lesser functions of the vehicle.

    The vehicle I'm modelling is actually a Games Workshop Tank which has side mounted sponsons on each side with a small turret.

    I thought it would be nice to be able to control these with a switch, which would initiate some kind of sequence of turret movements, gun elevations and flashing lights, possibly sampled sounds too.

    I've got the turret to work from a switch operated from the transmitter which provides a digital input to control the weapons movements. The pic chip I'm using is a PICAXE chip and a servo control board from http://www.rev-ed.co.uk/picaxe/

    The boards are pretty cheap too and provide the ability to program the movements of up to three servo motors or a mix of inputs and outputs / lights relays etc.

    The picaxe chips don't require a special programmer and can accept basic code straight from a PC. They would be excellent for controlling servos for aircraft undercarriage and gun turrets on r/c boats etc.

    Fun stuff!
  • Guest

    #2
    Go with the Basic Stamp 2, the program structure is perfect for servo control. and can be written on notepad just needs the BS compiler to upload to the stamp. The BS2sx can run multiple programs and has pull up diodes on each I/O line all 16 of them.

    Cheap easy and almost unbustable.

    Comment

    • Guest

      #3
      I haven't much experience with stamp controllers, the good thing about the picaxe board is that there are so few components on the servo controller it makes for a very compact install, only 32mm square.

      Comment

      Working...