WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TCL , Robotics and Remote Controlled HW !  (Read 2710 times)

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
TCL , Robotics and Remote Controlled HW !
« on: November 28, 2009, 05:34:10 AM »
This is the query from some underGraduate students working on some Mechanical Autonomous System Project:

Is TCL suitable for Robotics and Remote Controlled Hardwares in real world applications ?

What abt reliability and stability of the system  if incorporated in such systems ?

~ Pats

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: TCL , Robotics and Remote Controlled HW !
« Reply #1 on: November 28, 2009, 06:13:22 AM »
I've run tinycore for 125+ days without any problems

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: TCL , Robotics and Remote Controlled HW !
« Reply #2 on: November 28, 2009, 10:32:33 AM »
If your project needs some kind of real time requirement, you could build it for TC or use a distro with that support.

If you're looking for commercial support, they're usually offered for 'mainstream' distros.

Offline Guy

  • Hero Member
  • *****
  • Posts: 1089
Re: TCL , Robotics and Remote Controlled HW !
« Reply #3 on: November 28, 2009, 08:50:48 PM »
I have found Tiny Core to always be stable and reliable.

That combined with it's small size makes it ideal.

However, I don't know your specific needs.
Many people see what is. Some people see what can be, and make a difference.

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: TCL , Robotics and Remote Controlled HW !
« Reply #4 on: November 28, 2009, 09:24:41 PM »

Sorry for the balated response - some professional commitments ,you know !
And thanks for response from you all !

Actually, the young guys are thinking on sub-$500 project and collected lots of info from the following links:

http://www.linuxpcrobot.org/
http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Linuxpowered-Robots-Quick-Reference-Guide/
http://www.linuxjournal.com/article/9103
http://www.mhprofessional.com/product.php?isbn=007144484X
Fujitsu miniature humanoid robot runs RTLinux

--- And some realtime demos from some following designs just for knowledge ----
Meet Isamu, the humanoid robot (with RTLinux inside)

Linux-based killer robot at Battlebots? Not quite!


Robot standards and platforms
Updated review of robotics software platforms

Meet OAP -- an open robot reference design project

Free mobile robot design

Watch out, the Centibots are invading LinuxWorld

More details on Intel's XScale/Linux robotics platform

Linux drives spiffy mobile robot test-bed

'First-of-a-kind' Robot Developer Kit supports Linux and open APIs

Startup's "open" software platform for personal robotics runs Linux

Robot technology
Miniature Linux-based XScale SBC for mobile robotics

Linux enables first robot-to-robot email exchange

Linux in robotics

Linux-powered mobile robot communicates by email, webserver

Intel researchers combine mobile robots, wireless, silicon, Linux

Intel gives PCs eyes with open-source software
----  ----   ----

I am just trying to help them with different info sources available on net.
And since TCLs basic footprint is below 10MB and it mostly needs Linux w/o X, so I told them to give it a try - if possible. Lot of time with them - until Summer-11 to complete their project.

Any info on the subject is welcome !

Let us see ! :)

~ Pats



Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: TCL , Robotics and Remote Controlled HW !
« Reply #5 on: November 29, 2009, 12:05:34 AM »
i have tried tiny core kernel with real time preemption patch and run some tests

here is the wiki page where you can make a start
http://rt.wiki.kernel.org

asus laptop 2.5 GHz core2m had average 5us jitter maximum 10us
desktop core2 4.25GHz had 2us avarage maximum 5us jitter with cpu load 100%

also applied square wave test (you can find it in wiki page above) and generated square waves at the parallel port and observed output via an ossiloscope. with the cpu 100% loaded I was satisfied with very good deterministic behaviour down to period of 100us

jitter means the time that passess between the actual response time of kernel to real time threads and what it must be in real time.

just an idea you can write a kernel module to output control signals via the parallel port to low level controllers
also there is the option of real time serial port





 

Offline Pats

  • Sr. Member
  • ****
  • Posts: 322
Re: TCL , Robotics and Remote Controlled HW !
« Reply #6 on: November 29, 2009, 12:54:44 AM »
Quote
i have tried tiny core kernel with real time preemption patch and run some tests

here is the wiki page where you can make a start
http://rt.wiki.kernel.org
Thanks , arslanserc  !
We found it really helpful !

Quote
just an idea you can write a kernel module to output control signals via the parallel port to low level controllers
also there is the option of real time serial port
Interesting idea ! I am putting this to the project gang ! :)

Thanks for your kind gesture !

~ Pats