How to attach rechargeable battery to PiStorms
Latest posts
-
How to attach rechargeable battery to PiStorms
-
Connect to Wi-Fi Directly from PiStorms!12/02/2017
Connect your Raspberry Pi to a Wi-Fi network directly from PiStorms!
-
Image Recognition Robot with PiStorms and Pi Camera12/02/2017
Image Recognition Robot with PiStorms and Pi Camera
-
-
Rotary Inverted Pendulum with PF-XL Motor and GlideWheel-M12/13/2016
Rotary Inverted Pendulum with PF-XL Motor and GlideWheel-M
-
-
Make Your Own Obstacle Avoidance Robot with SumoEyes12/13/2016
Make Your Own Obstacle Avoidance Robot with SumoEyes
-
-
Check Basic Information of Your I2C Sensors12/13/2016
Check Basic Information of Your I2C Sensors
-
Blog categories
Search in blog

How to Calibrate PiStorms Touch Screen
Logging in to PiStorms
Go to PuTTY to login to PiStorms. The default login ID is 'pi' and the password is 'raspberry'.
For instructions on how to remotely connect to your PiStorms, click here
Your screen should look like this:
Stopping the Browser:
Issue following command to stop the browser:
sudo /etc/init.d/MSBrowser.sh stop
Your PuTTY window should now look like this:
Don’t worry if the PiStorms screen doesn’t change. Just check to make sure the browser is stopped by trying to click a button. If nothing happens, you have successfully completed this step.
Running the Calibration
To run the calibration, first navigate to the utils folder, and run 01-Calibrate.py with following commands:
cd PiStorms/programs/utils/
python 01-Calibrate.py
This is what your PuTTY window should look like now:
Then, follow the on-screen instructions to complete the calibration.
After finishing the calibration, restart the Pi and PiStorms with following command:
sudo psm_shutdown -r now
Video showing calibration process:
Related posts
-
Line Following Robot with LightSensorArray or LineLeader
Line Following Robot with LightSensorArray or LineLeaderread more -
Attach Mulitple Sensors to a Single EV3 Port
EV3 Sensor Adapter with SPLIT-Nxread more -
Vision for your PiStorms Robot using Pi Camera!
Vision for your PiStorms Robot using Pi Camera!read more -
How to install OpenCV on Raspberry Pi and do Face Tracking
How to install OpenCV on Raspberry Pi and do Face Trackingread more -
How to Upgrade PiStorms Firmware
How to Upgrade PiStorms Firmwareread more
Leave a comment