RC India
Welcome Guest, please login or register.
 
Pages: [1]   Go Down
0 Members and 1 Guest are viewing this topic. Topic Tools Topic Tools 
Read
« on: August 06, 2015, 08:27:24 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015




Hi guys,
I'm new to this forum and I would like to get help for building my quadcopter. I am planning to incorporate hc-sr04 sensor for obstacle avoidance. The doubt i have is about the platform to use, can i use a single arduino uno R3 for powering the esc as well as the sensors.
As this is my final year engineering project can i use the multirotor dedicated ARDUPILOT as my Flight controller.
Thanks in advance.
« Last Edit: August 06, 2015, 11:23:36 PM by iamahuman » Logged
 

Read
« Reply #1 on: August 06, 2015, 09:20:56 PM »
Swapnil
Plane Lover
Forum Hero

*****

Reputation Power: 20 
Swapnil barely matters.Swapnil barely matters.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 1755
Join Date: May, 2010

Retreat, Hell!



Abhi,

You should definitely use the ArduPilot as your flight controller. Get your quadcopter flying well first. Then you can easily incorporate obstacle avoidance.

Use the APM for flight control and the Uno for obstacle sensors.
Logged
 

Read
« Reply #2 on: August 06, 2015, 09:41:44 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



[Admin Note] Unnecessary quote of just prior post removed. Please use "Reply" (or the "Quick Reply" box at the bottom) instead of using "Quote" while responding to the last post in a thread.


Thanks for the fast reply.
« Last Edit: August 18, 2015, 05:37:58 PM by anwar » Logged
 

Read
« Reply #3 on: August 06, 2015, 10:10:23 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



How can i interface the arduino uno with the apm
Logged
 

Read
« Reply #4 on: August 06, 2015, 10:29:03 PM »
akhilzid
Heli Lover
Forum Hero

*****

Reputation Power: 5 
akhilzid has no influence.
Offline Offline

City: Ernakulam
State: Kerala
RC Skills: Advanced
Posts: 541
Join Date: Sep, 2014



hi abhi, i'm also suggesting you to build a quad using apm without any additional things and fly it well first, then think about other diy modifications. else its too difficult to describe about 'what is what' and 'how this can'.
Logged
 

Read
« Reply #5 on: August 07, 2015, 06:33:39 AM »
Swapnil
Plane Lover
Forum Hero

*****

Reputation Power: 20 
Swapnil barely matters.Swapnil barely matters.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 1755
Join Date: May, 2010

Retreat, Hell!



How can i interface the arduino uno with the apm
You can do that using serial communication and the MAVLink protocol. But, like I said, that's the easy part. The difficult part is getting the quadcopter to fly properly.

As you are going to demonstrate this indoors, choose a 250 size frame. That way you'll be able to add propeller shrouds and get proper maneuverability indoors.
Logged
 

Read
« Reply #6 on: August 07, 2015, 07:05:02 PM »
miginstruments
Plane Lover
Forum Hero
*****

Reputation Power: 8 
miginstruments has no influence.
Offline Offline

City: Bangalore
State: Karnataka
RC Skills: Beginner
Posts: 705
Join Date: Feb, 2014



There is a workshop on 15 n 16 of this month. you should attend it. ll  be good for u. I all send the link soon.
Logged
 

Read
« Reply #7 on: August 08, 2015, 11:35:27 AM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



From the above suggestions i have decided to go with the apm as my flight controller. I have done programming in 'C' so can i modify the codes in the apm, are the programs easy to understand.
Logged
 

Read
« Reply #8 on: August 08, 2015, 01:50:40 PM »
Swapnil
Plane Lover
Forum Hero

*****

Reputation Power: 20 
Swapnil barely matters.Swapnil barely matters.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 1755
Join Date: May, 2010

Retreat, Hell!



The APM code is in C++ like the arduino. But you don't need to modify the APM code. Just use an arduino uno to send the obstacle sensor data to the APM.
Logged
 

Read
« Reply #9 on: August 08, 2015, 10:07:53 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



[Admin Note] Unnecessary quote of just prior post removed. Please use "Reply" (or the "Quick Reply" box at the bottom) instead of using "Quote" while responding to the last post in a thread.


Thank you for the very fast reply sir. Sir, are the codes for apm easy to understand because I will have to explain the codes during the final presentation.
« Last Edit: August 18, 2015, 05:38:10 PM by anwar » Logged
 

Read
« Reply #10 on: August 09, 2015, 10:07:19 AM »
Swapnil
Plane Lover
Forum Hero

*****

Reputation Power: 20 
Swapnil barely matters.Swapnil barely matters.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 1755
Join Date: May, 2010

Retreat, Hell!



The APM codes are really complex if you are not familiar with the hardware, flight mechanics and stabilizing algorithms. However, if you are willing to put an effort you can get the basic idea of how it all works together.

Here's a good link:
https://ghowen.me/build-your-own-quadcopter-autopilot/
Logged
 

Read
« Reply #11 on: August 09, 2015, 08:10:00 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



[Admin Note] Unnecessary quote of just prior post removed. Please use "Reply" (or the "Quick Reply" box at the bottom) instead of using "Quote" while responding to the last post in a thread.

Thank You.
« Last Edit: August 18, 2015, 05:38:20 PM by anwar » Logged
 

Read
« Reply #12 on: August 12, 2015, 08:40:32 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



can anyone suggest me a website from where i can get the parts for quadcopter for low price. Any combo quadcopter kit with apm FC.
Logged
 

Read
« Reply #13 on: August 12, 2015, 08:52:28 PM »
Darshan for multirotors
Well now it flies!!
Heli Lover
Forum Hero
*****

Reputation Power: 11 
Darshan for multirotors has no influence.
Offline Offline

City: Mumbai
State: Maharashtra
RC Skills: Beginner
Posts: 855
Join Date: Feb, 2015



Visit quadkopters.com
Satya sir (owner) has the perfect parts needed for multirotors
Logged

put your heart in flying and flying will never leave your heart
 

Read
« Reply #14 on: August 12, 2015, 08:53:20 PM »
Himadri Roy
Plane Lover
Forum Hero

*****

Reputation Power: 12 
Himadri Roy has no influence.
Offline Offline

City: Navi mumbai
State: Maharashtra
RC Skills: Intermediate
Posts: 969
Join Date: Jan, 2015



Quadkopters.com has good combos. You can try bidding on the parts in ebay.com but shipping takes a lot time.
Logged

For once you have tasted flight you will walk the earth with eyes skywards for there you have been and there you will long to return
- Leonardo Da Vinci

https://www.youtube.com/himadrifpv
 

Read
« Reply #15 on: August 12, 2015, 09:26:45 PM »
nite
Heli Lover
Forum Veteran

****

Reputation Power: 4 
nite has no influence.
Offline Offline

City: Agra
State: Uttar Pradesh
RC Skills: Intermediate
Posts: 288
Join Date: May, 2015

FEEL THE POWER IN YOU



contact  royalakshay   (forum member) he will definetly help you out and give you all the things at very reasonable price with very fast shipping .. just give him a try once.
Logged

TBS DISCOVERY, QUANUM VENTURE, EACHINE Q90
ALIEN 6", ZMR250, ROBOCAT 270, QAV280, FLEXYBEE 280,
TURNIGY 9XR Pro, XJT MODULE, FATSHARK HD2, FATSHARK TELEPOTER, FLYSKY FS-T6, TURNIGY 5X,
WLTOYS V686G, TARANTULA X6, SYMA X5C, SYMA X11, EACHINE CG023, EACHINE H8, WLTOYS V911 HELI, HUBSAN X4L
 

Read
« Reply #16 on: August 12, 2015, 10:34:28 PM »
cyberhack
Heli Lover
Forum Hero
*****

Reputation Power: 8 
cyberhack has no influence.
Offline Offline

City: MUMBAI
State: Maharashtra
RC Skills: Beginner
Posts: 637
Join Date: Aug, 2014



Refer this it must help you solve all your doubts
http://www.flitetest.com/articles/quadcopter-obstacle-avoidance-system-using-arduino
Logged
 

Read
« Reply #17 on: September 19, 2015, 03:35:06 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



can i use hc-sr04 sensor for collision avoidance. Will the response time be low.
Logged
 

Read
« Reply #18 on: October 10, 2015, 09:02:32 AM »
virtually_ninad
Plane Lover
Active Member
**

Reputation Power: 1 
virtually_ninad has no influence.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 2
Join Date: Oct, 2015



Can I know where can I get readymade flight controller for quadcopter?
Logged
 

Read
« Reply #19 on: October 10, 2015, 09:28:16 AM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



Contact Rohit 8097939224 he might have an APM lying around. APM is a flight controller with lot of features consider it as an option
Logged
 

Read
« Reply #20 on: October 10, 2015, 09:29:57 AM »
virtually_ninad
Plane Lover
Active Member
**

Reputation Power: 1 
virtually_ninad has no influence.
Offline Offline

City: Pune
State: Maharashtra
RC Skills: Beginner
Posts: 2
Join Date: Oct, 2015



I need to program it or whether it is already programmed and ready to use?
Logged
 

Read
« Reply #21 on: October 22, 2015, 11:39:23 PM »
TeamRecon
Plane Lover
Active Member

**

Reputation Power: 1 
TeamRecon has no influence.
Offline Offline

City: Chennai
State: Tamil Nadu
RC Skills: Advanced
Posts: 49
Join Date: Feb, 2014

Nothing Ventured Nothing Gained



If anyone is interested you can check out my article at

www.flitetest.com/articles/quadcopter-obstacle-avoidance-system-using-arduino

http://teamrecon.in/collisionavoidance/

i recommend using Sharp IR sensor due to the fast response


Logged
 

Read
« Reply #22 on: October 23, 2015, 09:34:53 PM »
abhi599
Heli Lover
Active Member
**

Reputation Power: 1 
abhi599 has no influence.
Offline Offline

City: kottayam
State: Kerala
RC Skills: Beginner
Posts: 11
Join Date: Jul, 2015



Can you suggest any cheap alternative to max sonar like hcsr04. How much does max sonar actually cost.
Logged
 

Read
« Reply #23 on: October 24, 2015, 10:16:13 AM »
TeamRecon
Plane Lover
Active Member

**

Reputation Power: 1 
TeamRecon has no influence.
Offline Offline

City: Chennai
State: Tamil Nadu
RC Skills: Advanced
Posts: 49
Join Date: Feb, 2014

Nothing Ventured Nothing Gained



You can use GP2Y0A02YK0F  Sharp IR sensor which will cost Rs.600 per piece you need 4
Logged
 

Pages: [1]   Go Up
Jump to: