1 / 11

Neo-Picasso

Neo-Picasso. Mike Park & Richard Lawrence. Overview. System Layout Objectives Design Approach Device Architecture Hardware Implementation. System Layout. Objectives. Reproduce computer drawing

brie
Download Presentation

Neo-Picasso

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Neo-Picasso Mike Park & Richard Lawrence

  2. Overview • System Layout • Objectives • Design Approach • Device Architecture • Hardware Implementation

  3. System Layout

  4. Objectives • Reproduce computer drawing • Design an algorithm that will calculate paths for the motion of the can base on a drawing made on a PC. • Send motor and actuator control signals from the PC to the microcontroller. • Design a PCB for our CPU, motor control, and actuator control. • Design Hardware • Lightweight can caddy • Motor mounts • 7’ – 10’ stands for motor mounts

  5. Design Approach Path Generation • Adobe Illustrator provides Bezier curve coordinates • Our software reconstructs all the points along the curve

  6. Design Approach String Length calculation • Software uses the generated (X,Y) coordinates in the following equations to determine how long each string should be to be at a certain (X,Y) point

  7. Design Approach PC – Microcontroller Interface • To reduce the amount of data sent, our VB program calculates relative distances between adjacent points. • This data is formatted, and sent via serial port. • The data is stored in a register on the MSP.

  8. Design Approach Motor Control • The data received from the PC is used to change the periods of the two PWM outputs that are going to the stepper controllers. By adjusting the PWM period, we adjust the speed of the motors relative to each other. • The stepper controllers take care of the sequential grounding of the stepper coils.

  9. Device Architecture

  10. Hardware Implementation • MSP430F149 • Data from PC is used to change PWM period • PWM output connected to NJM3517 stepper controller • NJM3517 Stepper Controllers • 2 x Jameco 1.8 degree/step • Torque: 49 N/cm • 1.3A @ 4V • Trunk release actuator • Force: approximately 20lbs • 5A @ 12V

  11. Development Schedule

More Related