Top Banner
By Conor Smyth
18

By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Jan 04, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

By Conor Smyth

Page 2: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

ContentsAbstractHardware

Tri Axis AccelerometerMicrocontrollerWireless Device

SoftwareMicrocontrollerEnd – User Interface

Page 3: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

AbstractTo design & implement the electronics to

measure the telemetry from a model rocket.Tri–axis accelerometer

Power, Size, Weight.Microcontroller

Power, Size, Weight and memory.Wireless Link

Power, Size, Weight and Frequency.

Page 4: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

AbstractDiameter

2o mm to 25 mmLength

10 mm to 80 mmWeight

Less than 30 g

Page 5: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Tri Axis AccelerometerMicrocontrollerWireless Device

Page 6: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Tri Axis AccelerometerWhat is it?Why do I need it?How will I use it?Are there any Special Requirements?

Page 7: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Tri Axis Accelerometer

Page 8: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Tri Axis AccelerometerWhy do I need it?

Because it will measure the acceleration of the rocket and using simpler linear motion equations the speed of the object and the height of the object.

How will I use it?It will connect with the Microcontroller with O/P voltage representing each axis. They will be analogue voltages and there will need to be at least a 4V supply power.

Page 9: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

MicrocontrollerWhat is it?What does it do?Why do I need it?How will I use it?Which One will I useAre there any Special Requirements?

Page 10: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Microcontroller

Page 11: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

MicrocontrollerSizeWeightPower / current drawMemoryCompatibility with a Wireless device

Page 12: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

MicrocontrollerConnex 400XM –bt

ADuC7024 Tooth PIC lite 2.1

eZ430-RF2500

[email protected] 60mA@3V 25mA @ 5V 390uA@3V

[email protected] 1mA @3V 370uA@5V 600nA@3V

8grams 8grams 8grams >8grams

16MB 62kby 128kby 32kby

64MB 8kby 3.5kby 1kby

PXA255 Arm7TDMI PIC18LF6720 MSP430f2214

No ADC 12 bit ADC x16

10 bit ADC x 12 10 bit ADC x 12

Class 2 / 10m none Class 1 / 100m 2.4Ghz

Page 13: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Wireless DeviceWhat is it?What does it do?How will I use it?Which One will I useAre there any Special Requirements?

Page 14: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Wireless Device

On board.Compatibility with MicrocontrollerFrequencyRange

Page 15: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

Wireless DeviceBluetooth WifiLow Transfer RangeSmaller RangeMain use between

mobilesSame FrequencyLow Power ConsumptionSmall Module Size

Higher Transfer AmountGreater RangeMain use LANSame FrequencyHigh Power

ConsumptionBig Module Size

Page 16: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

MicrocontrollerEnd – User Interface

Page 17: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

MicrocontrollerProgramming the Microcontroller

Embedded C; It can be done in higher levels of code but it wouldn’t be worth all the hard work to implement it.

Each Microcontroller has different ways to program it, so each one is a challenge.

Page 18: By Conor Smyth. Contents Abstract Hardware Tri Axis Accelerometer Microcontroller Wireless Device Software Microcontroller End – User Interface.

End – User InterfaceReceiving the telemetry from the rocket.

Programmed in either Java or Python depending on how fast it can be implemented.