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
PiStorms Data Logging
The PiStorms is a great platform for robotic, but data collection and visualization is an important facet of this. mindsensors.com is excited to release a set of data logging example programs to make it easy for you to graph your data. Let's look at some examples.
This first program uses no external sensors, so you can run it right away. It uses the PiStorm's battery voltage as the data source and introduces plotting data and putting it on the screen.
Even better, it refreshes in real time! This is an exciting feature, and doesn't make the code more complex. Also I apologize for cutting off the screenshots (whoops!).
Another example requiring no external hardware, this program demonstrates displaying only the newest 'n' values.
The AbsoluteIMU provides a wealth of physical data that's fun to play with. For example, a pendulum! We have a blog post detailing this project here.
You can even plot multiple series of data! Here we are using the x, y, and z axes of tilt from the AbsoluteIMU.
We put this to the test in a collision experiment. Check it out here!
You can find the examples in the 30-DataVisualization folder, along with plenty of comments explaining how they work. They will be included in future PiStorms SD cards, but you can find them right now on GitHub. Please adopt these examples for your own use, have fun!
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