bskari / pi-rc

Turn your Raspberry Pi into a radio controller for RC toys.
GNU General Public License v2.0
139 stars 38 forks source link

unable to contact server; did you start it #3

Closed Elfrich closed 10 years ago

Elfrich commented 10 years ago

i did all the steps but i dont know how start the server... from the putty terminal in windos always i have; unable to contact server; did you start it? and server does not appear to be listening for messages, aborting thanks for your assistance

bskari commented 10 years ago

You'll need to run the pi_pcm server program in another terminal and keep it running the whole time. This is the program that actually generates the radio signal from the Pi. The watch.py program sends commands to the pi_pcm program, telling it what to broadcast.

In another terminal, enter:

scons
su
./pi_pcm

and then you should be able to run the watch.py program.

Elfrich commented 10 years ago

thanks ! :+1: