RC India

RC Models => Multirotors => Topic started by: Pranjal on May 01, 2014, 08:46:33 PM



Title: Building an Arduino T-Copter from scratch!
Post by: Pranjal on May 01, 2014, 08:46:33 PM
Hi folks,
I am building my own T-copter from scratch. I am going to use Arduino as flight controller. Also i am building my own RC tx & rx system using 1km wireless modules! So please help me to select components as per required configuration for a stable flight.
All information till this date about this project is available on my blog. Still work in progress...!
www.pranjalnrobotics. blogspot.in (http://www.pranjalnrobotics. blogspot.in)


Title: Re: Building an Arduino T-Copter from scratch!
Post by: Swapnil on May 01, 2014, 09:24:10 PM
Pranjal, that's a great blog you got there. Keep up the good work! :thumbsup:


Title: Re: Building an Arduino T-Copter from scratch!
Post by: AnjanBabu on May 01, 2014, 09:50:58 PM
The nRF24l01+ modules don't give you anywhere near 1km range even with those antenna, 300m would be a generous bet I think.
Anyway, let me know what range you get out of it.

I use a FS-TH9x RC radio module with Arduino, pretty neat. You can consider the OpenLRS modules for long range flights, later on. Or xBee Pro for bidirectional comm.
HobbyKing's 433MHz telemetry radio is not a bad choice too.

Also, Aliexpress is sort of unreliable and shady descriptions, try not to buy anything expensive on there.
I got burned over 2 deal when the package never reached me and got only about 70% refund.

Good luck! :thumbsup:


Title: Re: Building an Arduino T-Copter from scratch!
Post by: Pranjal on May 01, 2014, 11:00:56 PM
Basically i am using nRF24L01+PA+LNA that can provide 1.1km range in outdoors.. I am planning to use it on 250kbps data rate & minimum payload size which will provide range of at least 750m..
By the way, Aliexpress is similar to ebay.. Read reviews about seller before placing order & choose seller wisely.. I am tracking all my orders and expecting delivery by 20 may. I am avoiding xbee due to its high cost.. But in future, i may try methods suggested by you.


Title: Re: Building an Arduino T-Copter from scratch!
Post by: Pranjal on May 01, 2014, 11:01:28 PM
Thanks..


Title: Re: Building an Arduino T-Copter from scratch!
Post by: Pranjal on May 01, 2014, 11:12:01 PM
I am planning to use following stuff for this T-copter :

Emax 25A simon series ESCs (SimonK firmware)
Emax 1200kv or some 900/1000kv motors
2200mAh 3s 25/30c LiPo
8x4 props or similar..
Few bright LEDs For lighting..

The important feature is that I am trying to implement full autopilot using MTK3329 GPS ( laying around in my drawer ) with digital compass. The T-copter will accept location coordinates from android app..
Also I am thinking to add free fall detection so that drone will automatically start up n stabilize if u just throw it away..
Along with this, i am implementing altitude hold feature for sure!!!


Title: Re: Building an Arduino T-Copter from scratch!
Post by: AnjanBabu on May 01, 2014, 11:22:37 PM
Using any Ardino libaries or Arduino FC platforms?


Title: Re: Building an Arduino T-Copter from scratch!
Post by: Pranjal on May 01, 2014, 11:26:25 PM
Arduino libraries.. Because i want to understand how the controller works..! Still some time I refer piece of code from Arducopter n aeroquad.. Just to understand how to calculate required values!  :giggle: