A project to create a fun radar mapping experience using a Telegram Bot.
Follow these steps to set up the project.
- Arduino Uno Board
- HC-SR04 ultrasonic sensor
- Servo Motor
- Hook-up wires
Assemble the components as per the Circuit SKetch.
- Compile and upload the code from
sketch.ino
. - Download and install Processing IDE. Run the code from
./processing/processing.pde
in Processing IDE. - Create a Telegram bot and obtain the bot token.
- Create a
.env
file and and add your bot token in the following format:BOT_TOKEN="YOUR TOKEN HERE"
- Install the necessary dependencies with
pip install -r requirements.txt
. - Start the bot using
python main.py
.
Thanks