Busman: Dear lady, what I mean is that the price of labour is getting cheaper! Even with its food, a robot costs no more than three quarters of a cent per hour! It's wonderful; every factory is buying robots as quick as they can to reduce production costs, and those that aren't are going bankrupt.
Helena: Yes, that's right, and throwing their workers out on the streets.
Busman: Haha, well of course they are!

- Karel Čapek, R.U.R.: Rossum's Universal Robots

Follow us on

follow_the_Project_on_facebook

Share this page with friends via

email icon facebook icon twitter icon
linkedin icon google plus icon blogger icon

14. 2. 2016

Creating the shutdown button

start_screen One of the most important parts of the Blue Seal Robot is the shutdown button which sends a shutdown signal to the Raspberry Pi. The button is controlled by an independent Python script running as Daemon in the background and has an absolute priority over all other processes. Once the button is pressed, the Raspberry Pi shuts down and we can safely cutoff the power without risking any damage to the SD-card. We can learn how to construct and program such a button in this article.


14. 2. 2016

Programming the Blue Seal Robot

start_screen Since the Blue Seal Robot has to control a lot of external devices as stepper motors, LED and various sensors and all of them demand individual approach, it is not possible to use one single Python program to operate all the devices at the same time without serious drawbacks. In this chapter we are going to learn about four processes which form the neural network of the Robot and ensure proper communication between sensors and control of stepper motors and LED diodes.


24. 12. 2015

Creating a Wi-Fi router on the Raspberry Pi

start_screen Have you ever wonder how to create your own Wi-Fi network with the Raspberry Pi? Since it is rather complicated to transform the Raspberry Pi into a Wi-Fi access point, we present two easy-to-use scripts to automatize the job in this article. The first script sets Wi-Fi router running the network on the Raspberry and the second one lifts all changes made by the first script. This way you can easily create our own network with minimal effort.


21. 12. 2015

Preparing the Raspberry Pi for the Blue Seal Robot

start_screen Before we start to use the Raspberry Pi as the brain of the Blue Seal Robot, we need to install several essential programs and libraries in order to use the GPIO ports, I²C bus or stream video. All the important programs can be downloaded easily by a shell script presented in this article. Moreover, we present a brief tutorial on how to prepare the Raspberry Pi for its first launch.


5. 12. 2015

Full manual on the Blue Seal Controller

start_screen The full manual on the Blue Seal Controller is online!
You can learn more about the Blue Seal Controller in this chapter. In the chapter you can discover how to modify layouts of its two parts: the Basic Controller and the Video Controller.
How to connect the Blue Seal Controller to a Wi-Fi network and what has to be set in order to use the Controller fully, see the following chapter.
In the last chapter you can learn in two easy tutorials how to interconnect the Blue Seal Controller with a PC or robot by a simple Python script or how to stream a video from your PC or a robot into your Android device using GStreamer.


17. 11. 2015

Follow the Blue Seal Project on Facebook

follow_the_Project_on_facebook

The Blue Seal Project has its own page on Facebook so you can be regularly updated and you will not miss any news about the project!


9. 11. 2015

The Blue Seal Controller is available on Google Play

download_BSController_at_google_play

From this day on, the Blue Seal Controller for Android is on Google Play and can be downloaded for free. You can also appreciate it by a donation if you like it! For further information how and where to download the app visit the section Download.


13. 8. 2015

Adding sections on motors, Wi-Fi module and sensors in the robotic part of the project

start_screen In order to understand the full potential of the Blue Seal Robot and its limits one has to learn about the individual components of robot. We will learn about the stepper motors and the Wi-Fi USB module able to create an access point in section Motors and Wi-Fi.
The functionality of the robot is determined by its sensors, which allow the robot to obtain information about its surroundings. We will learn about the sensors used in the project: camera module, gyroscope+accelerometer module and ultrasonic sensor in section Sensors.


19. 7. 2015

Adding introductory section for the robotic part of the project

start_screen The project is getting started and you can learn more info about the robot in the section Introducing the robot. If you are planning to build your own robotic project and your are not sure, which computer board you should choose, have a look in subsection Choosing the right board, where I make a very basic comparison between Raspberry Pi boards and Arduino boards.


1. 7. 2015

Adding quotes

start_screen I decided to add some quotes. Sofar, I have added quotes from the famous book "I, Robot" by Isaac Asimov. I read this book a long time ago and I was amazed by Asimov`s visions of troubles caused by a strict implementation of his laws of robotics. This is how we, the living creatures, differ from machines, because we are able to break our learnt behavior patterns if we get really frustrated. Unlikelly from the machines.

The second source of citations is the play "R.U.R.: Rossum`s universal robots" written by Czech playwright Karel Čapek. In this play the word "robot" occured for the very first time. The word "robot" was invented by his brother Josef Čapek. Karel Čapek was a visionary and was concerned with the impact of robots on humans and their social implications. He was also afraid that one day the robots could replace humans.


25. 6. 2015

Starting the website

start_screen Finally, after one month I have spent working only on this website alone, I was able to get it online!

This website is dedicated to the Blue Seal Project. The Blue Seal Project is a complex project of mine constiting of two parts: a Raspberry Pi based robot and its wifi controller for Android phones.

To learn more about the Blue Seal Project please visit the info page.

Blue Seal Project created by Jiří Daněk (2013-2016)