Jump to content




Turtle being controlled by computer


  • You cannot reply to this topic
8 replies to this topic

#1 ironsmith123

  • New Members
  • 69 posts

Posted 14 March 2012 - 10:58 PM

How would one make it so that you could give your turtle instructions form a computer that is a bit of a ways a way from the turtle. Would it be possible to make it so that everyhign that is displayed on your turtles "console" be transmitted onto the "console" of the computer that is controlling it. Thanks.

#2 Casper7526

    OG of CC

  • Members
  • 362 posts

Posted 14 March 2012 - 11:06 PM

Using rednet and modems this is all possible.

help rednet

Also I suggest checking out the tutorials section and not only taking my interactive tutorial but reading the few basic tutorials that are available.

#3 ironsmith123

  • New Members
  • 69 posts

Posted 14 March 2012 - 11:26 PM

When i do rednet.open(left) it says no such program and when i do it in lua prompt it just gives me errors.

#4 Blocker226

  • Members
  • 5 posts

Posted 14 March 2012 - 11:44 PM

View Postironsmith123, on 14 March 2012 - 11:26 PM, said:

When i do rednet.open(left) it says no such program and when i do it in lua prompt it just gives me errors.

Turtles have their modems only on their Right side. For computers the modem can be placed anywhere you want, but the side has to be the one you are opening, so if the modem is on the top of the computer it should be rednet.open(top). That is a command that should be done in the lua prompt.

#5 Casper7526

    OG of CC

  • Members
  • 362 posts

Posted 15 March 2012 - 12:30 AM

rednet.open("top")
rednet.open("right")

the quotes are important

#6 Tigerlife

  • Members
  • 21 posts

Posted 15 March 2012 - 04:58 AM

i cant place the modems on the computers

#7 Luanub

    Lua Nub

  • Members
  • 1,135 posts
  • LocationPortland OR

Posted 15 March 2012 - 05:03 AM

You have to sneak to place the modem, hold shift when you place it.

#8 Wolvan

  • New Members
  • 384 posts
  • LocationIn the TARDIS

Posted 15 March 2012 - 02:41 PM

You can try my remote controlled turtle software. Look for it in my Program Library thread :D/>

#9 Dirkus7

  • Members
  • 148 posts
  • Locationthe Netherlands

Posted 25 March 2012 - 10:58 PM

Try this to open the modem:
Lua
Rednet.open('right')

You have to run it using the lua prompt, else it won't work.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users