Connect your Raspberry Pi to a Wi-Fi network directly from PiStorms!
Latest posts
-
Connect to Wi-Fi 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
Upgrade Your PiStorms Software - Tutorial
We here at mindsensors.com are constantly adding new features to the PiStorms software. Since the release of this nifty device we have added a Scratch interface, support for lots of sensors, optimized the sensor reads, etc. You can upgrade your PiStorms software to the latest version with a few quick, easy steps.
If you are using PiStorms software version 4.003 or later, an Exclamation icon appears on top right when new release of software is available for download.
For the exclamation icon to appear, power on PiStorms and leave it on for some time while connected to internet.
Simply click on this icon to upgrade.
A upgrade dialog box will appear, select 'Yes' to continue installation.
(Choosing 'Later' will defer the exclamation icon for about 8 hours).
If you are using software older than 4.03, you will need to follow these steps:
What you will need
You will need 8 GB SD card for your Pi. (more than 8 GB is ok too).
Start your Raspberry Pi and login to your Pi as user 'pi'.
Run raspi-config and 'expand the file system'
Configure your Pi to connect to Internet (using wired ethernet or wifi)
Upgrading
Open a browser on your computer and visit following url:
find the latest release of software from this page and make a note of the filename.
Login to your Pi and issue command:
cd /home/pi
wget /largefiles/updater/<fileName>
This will download the latest release on your Pi.
unzip the release file, and install as follows:
tar -zxvf fileName
cd /home/pi/PiStorms/setup
chmod +x setup.sh
./setup.sh
It will take a few minutes to install/upgrade the software.
Restart your Pi upon completion.
FAQ
Why are some of my programs not showing up in the PiStorms Browser (menu)?
The upgrade procedure backs up your old software in folder '/home/pi/PiStorms.01' (or '/home/pi/PiStorms.02' ...).
If you need your older programs, you will have to copy them over manually from backup folder.
Troubleshooting image for PiStorms.
In case needed, to troubleshoot PiStorms, we recommend installing a clean troubleshooting image on a SD card.
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