Questions tagged [redbot]

The RedBot is robotic development platform capable of teaching basic robotics and sensor integration.

It is based on the SparkFun RedBoard and programmable in the Arduino environment. The RedBot family consists of the RedBot Mainboard (motor driver and main controller), sensor modules and add-ons, and The RedBot Kit.

3 questions
2
votes
0 answers

Why won't my redbot fire as a system service?

I have a raspberry pi 4 with python and pyenv installed. Usually my routine to launch RedBot is to do the following... tmux pyenv shell redbot redbot gunther and it launches.... I'm trying to setup a service to do this for me on…
Jason
  • 57
  • 6
0
votes
1 answer

rapidfuzz install issues caused by cmake

Sys info PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10…
cry8wolf9
  • 1
  • 1
  • 3
0
votes
1 answer

Talk to telegram user from node-red

How to send a message to telegram user from node-red if it's not a reply to a previous message sent by the user? (I am using telegram bot as a chatbot with users)