HobbyKing.com New Products Flash Sale
R/C Groups.com   RCCars Crack Roll Flying Giants RC Power The E Zone Lift Zone Our Sponsors
R/C Groups.com


Go Back   RC Groups > Aircraft - Electric - Helis > Multi Rotor Helis

View Poll Results: Would you seriously consider purchasing this board when it is released?
100% for sure 52 38.24%
Probably 46 33.82%
Maybe 24 17.65%
Undecided 3 2.21%
Unlikely 7 5.15%
Would not 4 2.94%
Voters: 136. You may not vote on this poll

Reply Post New Thread  Previous Thread Next Thread
 
Thread Tools
Old Jun 06, 2009, 08:39 PM   #16
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by bob.titus
Yes, you are absolutely right, this is the problem and it has not been sorted yet. I spent no less than 50 hours a week for 2 weeks to try and sort this out, but the coding of the Arduino is very new to me, and the forum could not come with solutions, so I stayed pretty stuck.
That really won't be an issue with this board. I have an algorithm that will automatically sequence which looks at the order the PWM is sent and sample in that order. Also, I can always just use one core per channel to get real time PWM . Will be cool.

Last edited by S11D336B; Jun 06, 2009 at 11:52 PM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 06, 2009, 08:53 PM   #17
Up flying and stable :)
 
bob.titus's Avatar
 
Join Date: May 2009
Location: France
Posts: 794
Ok, great, let me know what's going on, I'm staying tuned :-)
bob.titus is offline Find More Posts by bob.titus   Reply With Quote
Old Jun 06, 2009, 11:07 PM   #18
Registered User
 
Join Date: Aug 2007
Posts: 628
Quote:
Originally Posted by S11D336B
...Since I am developing something, I can pretty much add whatever features I want to it. What features would you guys like to see on this product?...
I'm a fan of accelerometers which it sounds like you may have plans for in the future or at least something similar.

Quote:
Originally Posted by S11D336B
The circuit board, components and electrical design will be available (open source) But the software will not be at this point...
Sounds very reasonable to me.

May I ask what language the source is likely to be in if released?

Last edited by RCvertt; Jun 06, 2009 at 11:41 PM.
RCvertt is offline Find More Posts by RCvertt   Reply With Quote
Old Jun 06, 2009, 11:25 PM   #19
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by RCvertt
I'm a fan of accelerometers which it sounds like you may have plans for in the future or at least something similar.

Will this be open source?
The circuit board, components and electrical design will be available (open source) But the software will not be at this point. I may change that later. The reason for this is I want to avoid the problems that many are experiencing currently with other open source based projects. Having a project open source increases the complexity and chance for failure significantly. I know 100% that if I write the code myself and precompile it that it will work when it gets to the user. Essentially I am going for a plug and go type deployment. I say I may change that later because you might be able to convince me to release the code openly and sell the kits rather than selling the code and giving away kits . Remember this is supposed to be a revenue generating deal for me. I'm not looking for much just enough to fund some of my other projects.

I will say that the platform I am working with is incredible. Suffice it to say it has 16 parallel processing cores capable of running at 80Mhz each. It has a total of 512Kb onboard memory.

End the end we are talking about an upgradable board and software capable of driving a quadcopter efficiently and flexibly for around $200. I think it's a steal compared to some of the other offers out there in the $300+ range.

Last edited by S11D336B; Jul 22, 2009 at 05:01 PM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 06, 2009, 11:50 PM   #20
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by RCvertt

May I ask what language the source is likely to be in if released?
SPIN is the language I will be writing it in. SPIN is kind of like C and was designed to be easy to learn and easy to read. Should be a snap for you guys who are working on other C based micro controllers.

Last edited by S11D336B; Jun 23, 2009 at 10:17 AM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 07, 2009, 12:40 AM   #21
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by RCvertt
I'm a fan of accelerometers which it sounds like you may have plans for in the future or at least something similar.
I think accelerometers are very nifty little devices. But as I said earlier it's important to be careful in their use. Subtle motions such as decent, ascent or rapid changes in attitude can cause problems. Kalman filters can filter out a lot of that in the short term, but long term motions such moderate speed decents from an altitude can induce incorrectable biases into the system that ultimately result in instability. I will place headers on the board for one incase I find it absolutely necessary for implementation of a feature, but I'd prefer not to use one for the above reasons and to avoid the additional $30 one would cost for each board. I think you'll find that a decent gyro can have reasonable accuracy for up to 2 minutes. Measuring drift via GPS should enable future software releases to have position hold with decent accuracy without the use of accelerometers.

Last edited by S11D336B; Jun 07, 2009 at 01:13 AM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 07, 2009, 09:03 AM   #22
Up flying and stable :)
 
bob.titus's Avatar
 
Join Date: May 2009
Location: France
Posts: 794
Quote:
Originally Posted by S11D336B
I think accelerometers are very nifty little devices. But as I said earlier it's important to be careful in their use. Subtle motions such as decent, ascent or rapid changes in attitude can cause problems. Kalman filters can filter out a lot of that in the short term, but long term motions such moderate speed decents from an altitude can induce incorrectable biases into the system that ultimately result in instability. I will place headers on the board for one incase I find it absolutely necessary for implementation of a feature, but I'd prefer not to use one for the above reasons and to avoid the additional $30 one would cost for each board. I think you'll find that a decent gyro can have reasonable accuracy for up to 2 minutes. Measuring drift via GPS should enable future software releases to have position hold with decent accuracy without the use of accelerometers.
All this sounds very reasonable asRCvertt said earlier
But about GPS assisted position hold, don't GPS need to be in constant motion to be able to function well?
bob.titus is offline Find More Posts by bob.titus   Reply With Quote
Old Jun 07, 2009, 11:23 AM   #23
I Don't Need No Airplane
 
lazer155's Avatar
 
Join Date: Jan 2009
Location: Phoenix, Arizona
Posts: 1,316
No gps can funcition well while it is stationary as long as it has contact with at least 3 satillites.
lazer155 is offline Find More Posts by lazer155   Reply With Quote
Old Jun 07, 2009, 12:59 PM   #24
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by lazer155
No gps can funcition well while it is stationary as long as it has contact with at least 3 satillites.
For position hold, GPS can give position and altitude data when it is stationary. You do need some motion to get the vector for track and speed, but thats the beauty of the thing. Generate a vector with a certain track and speed until you get back to the hold location and then try to keep no vector until outside of an acceptable error range. But this kind of functionality is a little ways out. I'm really trying to focus on getting the hardware and basic software released at this point. Then I can focus on implementing new features like GPS position hold and altitude hold. As long as I provide the headers in the board for the necessary hardware (which I will) it's as simple as reflashing the software and plugging in/soldering the correct hardware to the board. The GPS board I was looking at using has 56 GPS channels and an omni directional antenna so we don't loose sattelites if we bank too much. I'm going to try and make the interface universally compatible so it will work with different GPS boards. I'll need to do some reasearch on this, but this functionality will come later.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 07, 2009, 01:07 PM   #25
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
New Board

I started redisigning the board yesterday so I can include all the features I promised as well as updatable software and upgradable components. I think I'm just going to group upgrades into modules which I'll label with obvious names

Barometer Module (For altitude hold)
GPS Module (For Position hold)
Others to come with your input

Say how many of you have 3 position switches on your transmitters? I was thinking of doing this: up is standard RC mode, middle is altitude hold, and down is GPS position hold with altitude hold.

Oh yeah, attached is a teaser from the new board design

Last edited by S11D336B; Aug 28, 2009 at 12:14 AM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 07, 2009, 01:10 PM   #26
Up flying and stable :)
 
bob.titus's Avatar
 
Join Date: May 2009
Location: France
Posts: 794
Quote:
Originally Posted by S11D336B
For position hold, GPS can give position and altitude data when it is stationary. You do need some motion to get the vector for track and speed, but thats the beauty of the thing. Generate a vector with a certain track and speed until you get back to the hold location and then try to keep no vector until outside of an acceptable error range. But this kind of functionality is a little ways out. I'm really trying to focus on getting the hardware and basic software released at this point. Then I can focus on implementing new features like GPS position hold and altitude hold. As long as I provide the headers in the board for the necessary hardware (which I will) it's as simple as reflashing the software and plugging in/soldering the correct hardware to the board. The GPS board I was looking at using has 56 GPS channels and an omni directional antenna so we don't loose sattelites if we bank too much. I'm going to try and make the interface universally compatible so it will work with different GPS boards. I'll need to do some reasearch on this, but this functionality will come later.
would any type of GPS work? Like for example this one (that I happen to own) :
http://www.sparkfun.com/commerce/pro...roducts_id=465
bob.titus is offline Find More Posts by bob.titus   Reply With Quote
Old Jun 07, 2009, 01:11 PM   #27
Up flying and stable :)
 
bob.titus's Avatar
 
Join Date: May 2009
Location: France
Posts: 794
Quote:
Originally Posted by S11D336B
I started redisigning the board yesterday so I can include all the features I promised as well as updatable software and upgradable components. I think I'm just going to group upgrades into modules which I'll label with obvious names

Barometer Module (For altitude hold)
GPS Module (For Position hold)
Others to come with your input

Say how many of you have 3 position switches on your transmitters? I was thinking of doing this: up is standard RC mode, middle is altitude hold, and down is GPS position hold.

Oh yeah, attached is a teaser from the new board design
I do, 2 of them
bob.titus is offline Find More Posts by bob.titus   Reply With Quote
Old Jun 07, 2009, 01:15 PM   #28
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by bob.titus
would any type of GPS work? Like for example this one (that I happen to own) :
http://www.sparkfun.com/commerce/pro...roducts_id=465
So in order for it to be universally compatible 2 things need to happen. The modules need to use the same communications protocol and have the same command set. e.g. the same input always retrieves me the same data from each module. I'll have to do more research on it, worst case only 50% of modules out there work with it. But that's still a huge selection.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Old Jun 08, 2009, 02:08 AM   #29
Registered User
 
Join Date: Jul 2007
Location: stockholm sweden
Posts: 77
I'm interested!

would it be possible to ad a slow powerdown incase of radiosignal loss?
I'm looking for a good FPV quadro and it's not very funny when a moment of singal loss makes it fall from the sky...
bjornez is offline Find More Posts by bjornez   Reply With Quote
Old Jun 08, 2009, 02:12 AM   #30
Lets show him a spin. CRASH!
 
S11D336B's Avatar
 
Join Date: Apr 2006
Location: Orlando, FL
Posts: 489
Quote:
Originally Posted by bjornez
I'm interested!

would it be possible to ad a slow powerdown incase of radiosignal loss?
I'm looking for a good FPV quadro and it's not very funny when a moment of singal loss makes it fall from the sky...
Yes! This is definitely possible! Great idea and simple to implement. I'll add it to the list of features on the first page. Also new board picture. I'm almost done with it. Just need to add a few more components and tripple check everything.

Last edited by S11D336B; Aug 28, 2009 at 12:14 AM.
S11D336B is offline Find More Posts by S11D336B   Reply With Quote
Reply Post New Thread  Previous Thread Next Thread

Castle Creations      DRIVE / FLY / SUPPORT  

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
My new AP platform gustabmo Aerial Photography 50 Apr 25, 2005 11:12 AM
Cool Aerobird Xtreme new video platform nakelp86 Aerial Photography 9 Nov 16, 2004 12:55 PM
New AP Platform Ursine Aerial Photography 4 Aug 26, 2004 08:42 PM
New AP platform kahnxx Aerial Photography 1 Jul 12, 2004 10:06 AM
New Aerial Platform?? toofastdave Aerial Photography 40 May 25, 2004 12:54 AM




All RCGroups content copyright 1996 - 2009 by RCGroups.com and Jim Bourke except where otherwise indicated.
Terry the transmitter, the RCGroups name and logo, The E Zone, Lift Zone, and RC Power are all trademarks of RCGroups and Jim Bourke. Please report any misuse of our trademarks using the contact form. Thank you.

Bored? Want to fight?
Join the RCGroups clan!

Powered by vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.