Lynxmotion Tech Support

www.lynxmotion.com
It is currently Sat May 25, 2013 3:53 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Tue May 22, 2012 1:39 pm 
Offline
Robot Guru
User avatar

Joined: Fri May 25, 2007 8:21 pm
Posts: 3869
Location: Central Coast, CA, USA
Hi Aaron,

T7C here as well. I did get the DIYDrones PPM module, and will connect it up to either the new Botboarduino or my Arduino UNO. I got two receivers with it, one for my heli, and one for a 'bot. Yeah, the receivers are expensive! I could use a couple more!

But even if you use the PPM module, you still have to painstakenly measure each pulse width, even if done in the background by an interrupt process. Maybe better then pulse in one channel at a time, 'tho.

What is needed is a uP system, with an external bus. Then the data could be transferred a byte at a time. Converting to a RS232 (ttl) transmission received by an interrupt would probably be fast, and with hardware could be done in the background.

I'm going to be using a slave processor for sensors; it might work to read the channels or PPM with it, and send ASCII strings as I do for sonar data.

Next, add relative bearing and target/obsticle recognition with a Blackfin Camera. Read it's message as well. (Humm, Windoz Exploder doesn't have spelling check?)

Alan KM6VV

_________________
Visit:
http://groups.yahoo.com/group/SherlineCNC/
http://tech.groups.yahoo.com/group/HexapodRobotIK/


Top
 Profile  
 
PostPosted: Mon Jun 18, 2012 2:04 pm 
Offline
Roboteer

Joined: Sun Nov 30, 2008 3:08 pm
Posts: 445
Location: Portland Oregon
Maybe this is my ignorance, or just not understanding what I wanted to do, however within the last week or two I realized that Uart is able to receive serial data without interrupting the main code... which is why Uarts are not plentiful on micro controllers...

So that DIY drones module isn't all that great! you could just use a teensy 2.0 to do the same work... if not reprogram the drones module with my code I wrote... I can post it later although its dreadfully simply.... I was about 1-2 weeks into poking around with an arduino before I got it to do what I wanted.... I wanted a blinking light so I used the on-board led to blink every other pass.

The Basic Micro only has one Uart so you have to use the last couple pins on your botboard before it will work.... 14-15 I think it was?

I plan on having something worked on by this week on my phoenix.... I'll post pictures of the mess.

By the way Alan,
If you want to order one of those turnigy9X's, I have some spare parts!.. In fact I have two stock TX modules and 3x receivers and some DIY PPM transmitters ... I'll have to take pictures of the leftover stuff I have... I think you could actually build a DIY transmitter like the ubertransmitter2000 that Kurt/xan/zenta built with 40,000 buttons... and it also blends.

I still want to unload my T7C on someone, these ebay cheepies are fun to hack around with.



Once I have some more time to poke around with this "hopefully this week" I'll show you exactly what I'm trying to do , although that diydrones PPM module is small enough, but then again a teensy at 16 bucks each isnt hard to beat since it has quite a bit more pins... only gripe I have with it are no mounting holes.


--Aaron

_________________
Is the warranty voided yet? ... and why not?


Top
 Profile  
 
PostPosted: Mon Jun 18, 2012 4:36 pm 
Offline
Robot Guru
User avatar

Joined: Fri May 25, 2007 8:21 pm
Posts: 3869
Location: Central Coast, CA, USA
Hi Aaron,

LikWidChz wrote:
Maybe this is my ignorance, or just not understanding what I wanted to do, however within the last week or two I realized that Uart is able to receive serial data without interrupting the main code... which is why Uarts are not plentiful on micro controllers...


We USE interrupts on USARTS, so they don't "BLOCK" the executing code. They are not plentiful because they take up considerable resources of the uC.

Quote:
So that DIY drones module isn't all that great! you could just use a teensy 2.0 to do the same work... if not reprogram the drones module with my code I wrote... I can post it later although its dreadfully simply.... I was about 1-2 weeks into poking around with an arduino before I got it to do what I wanted.... I wanted a blinking light so I used the on-board led to blink every other pass.


It was cheap, I paid for it with PayPal from selling some of my drawings, got it fast!

Quote:
The Basic Micro only has one Uart so you have to use the last couple pins on your botboard before it will work.... 14-15 I think it was?


Yeah, I'll go with the Arduino Mega or a 32 bit PIC.

Quote:
I plan on having something worked on by this week on my phoenix.... I'll post pictures of the mess.

By the way Alan,
If you want to order one of those turnigy9X's, I have some spare parts!.. In fact I have two stock TX modules and 3x receivers and some DIY PPM transmitters ... I'll have to take pictures of the leftover stuff I have... I think you could actually build a DIY transmitter like the ubertransmitter2000 that Kurt/xan/zenta built with 40,000 buttons... and it also blends.


I'll let you know. I'm more interested in a trade for T7C and/or Receivers!

Quote:
I still want to unload my T7C on someone, these ebay cheepies are fun to hack around with.


Good if you've got the time...

Quote:
Once I have some more time to poke around with this "hopefully this week" I'll show you exactly what I'm trying to do , although that diydrones PPM module is small enough, but then again a teensy at 16 bucks each isn't hard to beat since it has quite a bit more pins... only gripe I have with it are no mounting holes.

--Aaron


Alan KM6VV

_________________
Visit:
http://groups.yahoo.com/group/SherlineCNC/
http://tech.groups.yahoo.com/group/HexapodRobotIK/


Top
 Profile  
 
PostPosted: Tue Jun 19, 2012 12:07 pm 
Offline
Lynxmotion Founder
User avatar

Joined: Mon Oct 31, 2005 10:46 am
Posts: 9325
Location: my quiet place
Split off the T7C stuff to trading post. Kurt's original thread has nothing to do with any of that stuff.

_________________
Jim Frye, the Robot Guy
http://www.lynxmotion.com
I've always tried to do my best...


Top
 Profile  
 
PostPosted: Tue Jun 19, 2012 2:34 pm 
Offline
Roboteer

Joined: Sun Nov 30, 2008 3:08 pm
Posts: 445
Location: Portland Oregon
No worries Jim,

Thanks.

--Aaron

_________________
Is the warranty voided yet? ... and why not?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group