Making a 3 axis seismometer with Microbit
As I promised last blog post, I will be showing you how to make a 3 axis accelerometer. Three axis are better than one because it makes it easier to distinguish when the P and S waves arrive which helps measure the epicenter. Here's what you will need: a Micro:bit, a USB cable, and a computer. The code in the image below is reading the acceleration for the x, y and z axis and redirecting the readings to the USB so that it can be graphed. You might have noticed the "+1023" to the value of the 'z' axis. If we don't do this, it will always be reading "-1023" due to the force of gravity. In this video I will show you the seismometer in action. I decided to test it in school to see if, when all the kids in my class jumped at the same time we could cause an earthquake. Even though all twenty eight kids jumped at once, the earthquake was very minor and barely noticeable on the diagram. Due to the lack of seismic activity in Australia I have decided not t...