Files

README.md

Zeppelin

Airship project with all electrical circuits, PCBs, blueprints, software sources and calculations

Intended result

First version of this zeppelin should be able to keep itself up in the sky for a decent amount of time. It will be controled remotely (probably via iphone). Total length of airship 168.13cm. Volume 0.46 m3. In the end it should look like this: zeppelin in all its glory

Progress

  • [X] Calculate the overall size, mass, and lifting force of the aerostat
  • [X] Create patterns for aerostat
  • [X] Create electrical schemas
  • [X] Design software architecture
  • [ ] Create and debug airship's software
  • [ ] Create software for controlling unit
  • [ ] Trace PCBs and make all PCBs
  • [ ] Assemble aerostat
  • [ ] Field tests

Calculations

Here is the ]]>link]]> to spreadsheet with calculation I made for the lifting force and mass of the airship

Mechanics

Most parts used here were thoroughly measured and calculated. Like these cases for motors and servos (feather module) previewfeather

Electronic schematics and PCBs

Well there's not much to say about schematics despite the fact that I'm using AVR microcontroller attiny25 and transmitting modules RF24013. It is designed and traced with ]]>EAGLE]]>.

Software

Keeping in mind that I am using attiny25 the IDE is obviously ]]>AVR Strudio]]>. The language is C without any fancy libs.

Further plans

  • Second version will be able to carry a camera.
  • Third version will automatically keep position, folow the route or target.
Report a bug