Page 1 of 36

Sharing System Quadcopter by Rahmatjeni

Posted: 21 May 2011, 16:59
by rachmatjeny
YTH:
Para suhu dan rekan2 sekalian.

izinkan saya membuka tred khusus quadcopter, baik yg home made maupun yg build up.
terbuka u semua jenis mulai dari 3c,QC,HC dll
target curhat :
- pembahasan program (ide dari tahun lalu u membuka trade opensos di sini bersama temen lama ku, semoga beliau akan hadir di sini)
- cara setting PID
- Pemilihan motor dan prop yg cocok
- modifikasi program u kegunaan yg bener sampe dapet julukan "sialan"
http://gaero.org/forum/viewtopic.php?f=227&t=8540
ini masih hayalan aja.. :pyg


selanjutnya izinkan saya sedikit curhat.
udah 2 th mau bikin controller sendiri, tapi gak jadi2..
berbagai alasan saya utarakan.. mulai dari masalah waktu,modal,part dll
tapi pada akhirnya harus saya akui ternyata saya tidak sanggup u membut si controller itu :flu

tanpa menghiraukan kicauan burung dan bisik2 tetangga
akhirnya saya tinggalkan idealisme u membuat sendiri

cari2.. :tlt akhirnya jatuh pilihan kepada arducopter.

INI OTAKNYA
Image
SPEKNYA:
* Designed to be used with autonomous aircraft, quadcopters and helis
* Based on a 16MHz Atmega1280 processor.
* Built-in hardware failsafe that uses a separate circuit (multiplexer chip and ATMega328 processor) to transfer control from the RC system to the autopilot and back again.
* Includes ability to reboot the main processor in mid-flight
* Dual-processor design with 32 MIPS of onboard power
* Supports 3D waypoints and mission commands (limited only by memory--approximately 600-700 waypoints with current code, but can be adapted for more)
* 128k Flash Program Memory, 8K SRAM, 4K EEPROM
* Comes with a 6-pin GPS connector (EM406 style).
* Has 16 spare analog inputs (with ADC on each) and 40 digital input/outputs to add additional sensors
* Four dedicated serial ports for two-way telemetry (using optional XBee modules) and expansion
* Can be powered by either the RC receiver or a separate battery
* Hardware-driven servo control, which means less processor overhead, tighter response and no jitters
* Eight RC channels (including the autopilot on/off channel) can be processed by the autopilot.
* LEDs for power, failsafe status, autopilot status

INI MATA,TELINGA dan HIDUNG(sensor)
Image
SPEKNYA:
Features:
-Dual 3.3V Regulator!!! (One dedicated for analog sensors!)
-Relay switch for cameras, lights or payloads (WOW!)
-12-bit ADC for better Gyro/Accel/AirSpeed resolution. (YEAH!)
-Built-in 16MB Data Logger (The Black Box).
-Piano DIP switch for servo reverse or user customizable.
-Built-in FTDI, making the board native USB.
-Dedicated Modem/OSD port.
-I2C Port with incoming "Daisy Chain board" allowing you to build sensor arrays.
-Two user-programmable buttons (one momentary, the other slide).
-10-Bit analog expansion ports.
-Reset button.
-Built-in voltage dividers to measure aircraft battery voltage, down to the individual cell. Includes 4 3.9k resistors that you can solder in to measure standard LiPo battery packs.
-Tons of Status LEDs.
-New vibration resistance Invensense Gyros (Triple Axis).
-Analog Devices ADX330 Accelerometer.
-AirSpeed sensor port (optional, sold separately).
-Absolute Bosch pressure sensor and temp for accurate altitude
(Yes you can use your shield as a Weather Logger too!).
-Weight (no pins): 0.5 oz; 13 g

ini setelah di gabungkan otak,mata dan telinga
Image

ini yg jadinya
Image

ini dari kamera hape
Image

kenapa saya milih ini??
alasannya:
1. Opensource
2. Bahasa pemograman menggunakan C (makanan sehari2)
3. fiture dasar nya sudah mewah dan lengkap(dalam hal proses penstabilan) disain yg simple, dan mudah untuk menambahkan hardware,seperti GPS,Compas,sonar,pitot,camera shuter dan stabilizer, dan
4. menggunakan microcontroller 1280 port kosong masih banyak tersedia(contoh di no.3),kapasitas program legaaaa...
5. harga relatif murah, jika kita melihat dari sisi spesifikasi, saya bisa katakan si ardu di banding beberapa merek lain memiliki fiture lebih dgn harga lebih murah.. tapi dalam hal QC fiture hardware tidak terlalu menentukan karakter terbang. yg menentukan adalah firmware. toh banyak QC dengan spek di bawah ardu tetapi karakter terbangnya bisa sama bahkan lebih baik .


kekurangannya:
1. proses compliter/u merubah dari bahasa C ke bahasa mesin relatif lambat,
saya gak tau kenapa arduino begitu lambat dalam proses compile, sebagai gambaran u mengcompile program dengan kapasitas 32KB dengan compiler codevision/winarv/avrstudio hanya membutuhkan waktu kurang dari 10detik.
tapi di arduino membutuhkan waktu kira2 45detik.. ini sangat lambat kalo kita sedang membuat sebuah program.. (keburu lupa apa yg tadi kita buat) :flu
2. proses upload juga lambat..
u kapasitas 32KB dengan kabel ISP standar hanya membutuhkan waktu +-5detik, pake ini bisa 1 menit :whoaa

note: untuk para suhu dan rekan2 dengan segala kerendahan hati saya ajak dengan mohon untuk bergabung...

Re: curhat quadcopter yuk

Posted: 21 May 2011, 16:59
by rachmatjeny
bagian otak nya ardu:
CPU ardupilot memiliki 2 controller
1. controller PPM u membaca sinyal PPM dari rx
2. controller master memproses semua input dan output
3. IC digital switch

1. controller PPM
-tipe CPU MEGA168/328
-support sampai 8 ch
-komunikasi I2C ke controller master
-fiture failsafe

2. controller master
ini yg membuat saya kesemsem sama si ardu
controller yg saya beli menggunakan ATMEGA1280
spesifikasi umum:
– 128K Bytes of In-System Self-Programmable Flash
sebagai gambaran program QC standar tanpa auto track saja hanya membutuhkan 20% dari kapasitas, artinya masih banyak space untuk menganeh2akn di QC
– 4 Kbytes EEPROM
ini tidak terlalu signifikan di applikasi QC, karena setting QC tidak terlalu banyak yg di simpan, paling2 hanya 100by
– 8 Kbytes Internal SRAM
8Kbyte itu sudah hore sekali.. bikin program sudah tidak perliu itung2 lagi kapasitas memory.. hajarr mang...
- 4 serial port komunikasi
nambahin interface lain lebih gampang, seperti GPS,telemetry,komunikasi ke OSD dan masih sisa 1 lagi
- 4 timer 16bit dan 4 timer 8bit
artinya bisa di gunakan u 8 chanel output baik itu servo ataupu esc

3.74LS157D
ini sebagai saklar elektronik i membypass sinyal PPM dari rx ke esc/servo


skema nya:
http://www.4shared.com/document/kQbfWXo ... a_v12.html
http://www.4shared.com/document/YykW8Jj ... _v141.html

Re: curhat quadcopter yuk

Posted: 21 May 2011, 17:00
by rachmatjeny
book u MATA,TELINGA dan HIDUNG

Re: curhat quadcopter yuk

Posted: 21 May 2011, 17:16
by Budi
jangan lupa harganya ditampilin juga dong..... :thx

Re: curhat quadcopter yuk

Posted: 21 May 2011, 17:19
by rachmatjeny
Budi wrote:jangan lupa harganya ditampilin juga dong..... :thx

harga kan udah ada di link atas suhu.. jangan lupa kalo order lebihin saya satu set ya :ha3

Re: curhat quadcopter yuk

Posted: 21 May 2011, 17:22
by Budi
anu...maksud saya harga sampai sini suhu, kemarin ada yg order paket lengkap, kena pajak sampai hampir 1.6 jt

Trus sekalian review kalau bisa ngg dibuat utk octocopter ya suhu......

Re: curhat quadcopter yuk

Posted: 21 May 2011, 18:04
by Budiman
Wah,sip Suhu RJ..bole ngojek bentar kan ya..pleeeeaaasseeeeee..... :whoaa

Re: curhat quadcopter yuk

Posted: 21 May 2011, 21:07
by rachmatjeny
@suhu budi... waduh ampe 2jt? :hah saya cuma kena 80rb
@suhu budi+man gak boleh.. ini khusus u yg mampu beli pesawat (tp gak mampu beli heli) :ha3 :ha3

Re: curhat quadcopter yuk

Posted: 21 May 2011, 22:21
by detcord
ini yg jadinya
Image
sumber http://www.diydrones.com/

ini dari kamera hape
Image


kok beda ya hasil akhirnya???? :tlt :tlt :tlt

Re: curhat quadcopter yuk

Posted: 21 May 2011, 22:28
by afifer
mantep ya,d bhs dong teknis nya pengoprasianya,cose blm pnah liat terbang hehehe,newbie bos