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.
Turtle being controlled by computer
Started by ironsmith123, Mar 14 2012 10:58 PM
8 replies to this topic
#1
Posted 14 March 2012 - 10:58 PM
#2
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.
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
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
Posted 14 March 2012 - 11:44 PM
ironsmith123, 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
Posted 15 March 2012 - 12:30 AM
rednet.open("top")
rednet.open("right")
the quotes are important
rednet.open("right")
the quotes are important
#6
Posted 15 March 2012 - 04:58 AM
i cant place the modems on the computers
#7
Posted 15 March 2012 - 05:03 AM
You have to sneak to place the modem, hold shift when you place it.
#8
Posted 15 March 2012 - 02:41 PM
You can try my remote controlled turtle software. Look for it in my Program Library thread
/>
#9
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.
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











