Oct 18, 2025, 07:18 AM

News:

SMF - Just Installed!


Recent Posts

Pages 1 2 3
11
Streamers / Re: Reverse engineer tellybot?
Last post by rick2 - Jun 29, 2019, 07:58 AM
It's an open design, so might be on the internet somewhere. I don't know of anybody who would make one, and they are pretty complex to build.


Practically I'd say just use a bumperbot for most people.
https://store.robotstreamer.com


Specifically:
https://store.robotstreamer.com/product/bumperbot/

12
Streamers / Reverse engineer tellybot?
Last post by DarkOverlord - Apr 13, 2019, 10:09 AM
Tellybots aren't been made anymore  :-\  but they're the best looking bot in my opinion 8). is anyone willing to recreate a tellybot and reprogram it for robot streamer? it's design is posted online somewhere.
13
General Discussion / Re: Confirm?
Last post by Hydra - Jan 27, 2019, 06:57 PM
conformenedd
14
General Discussion / Re: Confirm?
Last post by Cory - Sep 23, 2018, 06:25 PM
Confirmed
15
Tech Support / How do I move text?
Last post by Cory - Sep 23, 2018, 06:24 PM
My robot can't move text, I need help!
16
General Discussion / Re: Confirm?
Last post by Arron - Sep 09, 2018, 06:00 PM
fixed. Sorry bby
17
General Discussion / Re: Confirm?
Last post by Zofc - Sep 09, 2018, 04:35 PM
Can't make a thread 0/10
18
Streamers / MyKindOfLullaby/FattySharkDadd...
Last post by Arron - Sep 09, 2018, 04:01 PM
Official thread for MyKindOfLullaby and FattySharkDaddy
19
Tech Support / Re: Roomba Setup
Last post by fitz - Sep 08, 2018, 12:40 PM
i finally got it to work with

ser = serial.Serial(port='/dev/ttyUSB0', baudrate=115200)

Thanks

20
Tech Support / Re: Roomba Setup
Last post by ricktest - Sep 08, 2018, 11:15 AM
Looks like it can't connect to control service on our server. Do you have send_video.py running? The system needs that to know to start the control service on our server.

To start up send_video.py in the background, you'll want something like this, which usually happens in /home/pi/start_robot, substituting YOURCAMERAID and YOURSTREAMKEY with yours

nohup scripts/repeat_start /usr/local/bin/python3.6 send_video.py YOURCAMERAID 0 --kbps 600 --stream-key YOURSTREAMKEY &> /dev/null &
Pages 1 2 3