From cba37f0df2d77c6eca91b9e4971c4c3d783c6003 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:42 -0800
Subject: [PATCH 001/183] New translations InstallIT.md (French)
---
folder/fr/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/fr/InstallIT.md b/folder/fr/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/fr/InstallIT.md
+++ b/folder/fr/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From e722241e98e71be004ac3a7a841a5dca18690e7f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:43 -0800
Subject: [PATCH 002/183] New translations InstallIT.md (Spanish)
---
folder/es/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/es/InstallIT.md b/folder/es/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/es/InstallIT.md
+++ b/folder/es/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From c7f6a377ec93b3590203bc83d07072c4756c7458 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:45 -0800
Subject: [PATCH 003/183] New translations InstallIT.md (Arabic)
---
folder/ar/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/ar/InstallIT.md b/folder/ar/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/ar/InstallIT.md
+++ b/folder/ar/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From b12289201c79c10b6f1610cb41d8c62b5f5aa02f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:46 -0800
Subject: [PATCH 004/183] New translations README.md (Arabic)
---
folder/ar/README.md | 67 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 66 insertions(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index aa8d2bd..a8776fd 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -1 +1,66 @@
-Language translations from Crowdin
+## AstroPiOTA
+
+You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
+
+AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
+
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
+
+Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+## Using your data
+
+You can store your data directly to the Tangle
+
+[Storing data directly to the Tangle](direct2Tangle.md)
+
+[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
+
+[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
+
+
+## Selling your data
+You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
+
+[Publishing data to I3 Data Marketplace](I3-publish.md)
+
+[Retrieving your data subscription](I3-subscribe.md)
+
+## Investigating your data
+
+[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- Seeds are only needed for sending value transactions
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
+- This tutorial has not been tested with Python 3.7
From a7dce5a759ba949544e81f4ca37d4c46329a7efd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:47 -0800
Subject: [PATCH 005/183] New translations InstallIT.md (Russian)
---
folder/ru/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/ru/InstallIT.md b/folder/ru/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/ru/InstallIT.md
+++ b/folder/ru/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From 76d49ebfe41dbd79ddabb0c49e3745b2c9789003 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:49 -0800
Subject: [PATCH 006/183] New translations README.md (Russian)
---
folder/ru/README.md | 67 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 66 insertions(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index aa8d2bd..a8776fd 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -1 +1,66 @@
-Language translations from Crowdin
+## AstroPiOTA
+
+You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
+
+AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
+
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
+
+Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+## Using your data
+
+You can store your data directly to the Tangle
+
+[Storing data directly to the Tangle](direct2Tangle.md)
+
+[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
+
+[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
+
+
+## Selling your data
+You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
+
+[Publishing data to I3 Data Marketplace](I3-publish.md)
+
+[Retrieving your data subscription](I3-subscribe.md)
+
+## Investigating your data
+
+[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- Seeds are only needed for sending value transactions
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
+- This tutorial has not been tested with Python 3.7
From d6a57afa59e460517225c66a4ee15c175911eafe Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:50 -0800
Subject: [PATCH 007/183] New translations InstallIT.md (Chinese Simplified)
---
folder/zh/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/zh/InstallIT.md b/folder/zh/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/zh/InstallIT.md
+++ b/folder/zh/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From 9cbd0652cbb40ef1b037a0047a48668b3b727d59 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:52 -0800
Subject: [PATCH 008/183] New translations InstallIT.md (English)
---
folder/en/InstallIT.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/folder/en/InstallIT.md b/folder/en/InstallIT.md
index 8b213cf..16d7995 100644
--- a/folder/en/InstallIT.md
+++ b/folder/en/InstallIT.md
@@ -72,6 +72,14 @@ Clone the github repository, install the workshop code, and run the "hello world
git clone https://github.com/iota-community/python-iota-workshop.git
cd python-iota-workshop
pip3 install -r requirements.txt
+```
+If you are using Python 3.7 then upgrade pyota
+
+```
+pip3 install pyota --upgrade
+```
+Test your installation
+```
python3 code/e01_hello_world.py
```
From ee358fc455b43ac36184c33db0e0c32d9bc1ec16 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:18:53 -0800
Subject: [PATCH 009/183] New translations README.md (English)
---
folder/en/README.md | 67 ++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 66 insertions(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index aa8d2bd..a8776fd 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -1 +1,66 @@
-Language translations from Crowdin
+## AstroPiOTA
+
+You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
+
+AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
+
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
+
+Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+## Using your data
+
+You can store your data directly to the Tangle
+
+[Storing data directly to the Tangle](direct2Tangle.md)
+
+[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
+
+[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
+
+
+## Selling your data
+You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
+
+[Publishing data to I3 Data Marketplace](I3-publish.md)
+
+[Retrieving your data subscription](I3-subscribe.md)
+
+## Investigating your data
+
+[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- Seeds are only needed for sending value transactions
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
+- This tutorial has not been tested with Python 3.7
From 26cbb353d1d49f8dfe7201155dbc5ba49d591a12 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:47:55 -0800
Subject: [PATCH 010/183] New translations Headless.md (Chinese Simplified)
---
folder/zh/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/zh/Headless.md b/folder/zh/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/zh/Headless.md
+++ b/folder/zh/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From 42bcc962ebd523b648b0ca896abc500e0df2103e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:47:56 -0800
Subject: [PATCH 011/183] New translations Headless.md (Russian)
---
folder/ru/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ru/Headless.md b/folder/ru/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/ru/Headless.md
+++ b/folder/ru/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From 35bf79ddc75687065ee6e9c04aea8fcaeb3bc410 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:47:58 -0800
Subject: [PATCH 012/183] New translations Headless.md (Arabic)
---
folder/ar/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ar/Headless.md b/folder/ar/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/ar/Headless.md
+++ b/folder/ar/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From cace028dbb230d6206e6a6322018895d7b4f6a74 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:48:00 -0800
Subject: [PATCH 013/183] New translations Headless.md (Spanish)
---
folder/es/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/es/Headless.md b/folder/es/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/es/Headless.md
+++ b/folder/es/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From 152f38f9b1c95fdb1f264cfae28cb5ed780f2058 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:48:03 -0800
Subject: [PATCH 014/183] New translations Headless.md (French)
---
folder/fr/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/fr/Headless.md b/folder/fr/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/fr/Headless.md
+++ b/folder/fr/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From 20156e8795ba7bb3a4c5ea307d53ece3cee2b10c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Wed, 29 Jan 2020 12:48:07 -0800
Subject: [PATCH 015/183] New translations Headless.md (English)
---
folder/en/Headless.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/en/Headless.md b/folder/en/Headless.md
index 93dff57..3fcc671 100644
--- a/folder/en/Headless.md
+++ b/folder/en/Headless.md
@@ -75,3 +75,5 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+
+ [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
From 7e615800dbccbb5ef8b12ee179b83a3370f88265 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:34 -0700
Subject: [PATCH 016/183] New translations README.md (Russian)
---
folder/ru/README.md | 67 +--------------------------------------------
1 file changed, 1 insertion(+), 66 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index a8776fd..c291c09 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -1,66 +1 @@
-## AstroPiOTA
-
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
-
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
-
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
-
-## Investigating your data
-
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- Seeds are only needed for sending value transactions
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
+images
From b1bdba900310f1ce4b46fcc296c60258ec91e97e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:36 -0700
Subject: [PATCH 017/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index c291c09..aa8d2bd 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -1 +1 @@
-images
+Language translations from Crowdin
From c56456cdccb64e016514889c2b850ce7b3cb2364 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:39 -0700
Subject: [PATCH 018/183] New translations README.md (Russian)
---
folder/ru/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index aa8d2bd..709946f 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -1 +1,43 @@
-Language translations from Crowdin
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From 0ac7eac7bff7fa8e3f5c22cdd52a5c504737f392 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:41 -0700
Subject: [PATCH 019/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 33 +++++----------------------------
1 file changed, 5 insertions(+), 28 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index a8776fd..709946f 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -1,12 +1,10 @@
-## AstroPiOTA
+## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
+You can sense environment data using SenseHat and Raspberry Pi
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
@@ -33,34 +31,13 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Running in headless mode](Headless.md)
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
## Investigating your data
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
## Learning as we go
-- Seeds are only needed for sending value transactions
-
- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
From 3d79d209e737bfff26b73100546ee8d71880c225 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:45 -0700
Subject: [PATCH 020/183] New translations README.md (English)
---
folder/en/README.md | 67 +--------------------------------------------
1 file changed, 1 insertion(+), 66 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index a8776fd..c291c09 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -1,66 +1 @@
-## AstroPiOTA
-
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
-
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
-
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
-
-## Investigating your data
-
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- Seeds are only needed for sending value transactions
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
+images
From afc5e00a3a8d8b370580367f1f123d31ab08d4f0 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:46 -0700
Subject: [PATCH 021/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index c291c09..aa8d2bd 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -1 +1 @@
-images
+Language translations from Crowdin
From 4ddbaf12e7cd402d638c51089d093f7272d61f2d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:49 -0700
Subject: [PATCH 022/183] New translations README.md (English)
---
folder/en/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index aa8d2bd..709946f 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -1 +1,43 @@
-Language translations from Crowdin
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From 738ec992f7d3c08d8f56b5ef6a2a9c030677ef99 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:51 -0700
Subject: [PATCH 023/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 44 +-------------------------------------------
1 file changed, 1 insertion(+), 43 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 709946f..aa8d2bd 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -1,43 +1 @@
-## AstroPiQuake
-
-You can sense environment data using SenseHat and Raspberry Pi
-
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-
-## Investigating your data
-
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+Language translations from Crowdin
From 837ab33177822848f5ce8059bfe984c389bb2c8b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:55 -0700
Subject: [PATCH 024/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index aa8d2bd..c291c09 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -1 +1 @@
-Language translations from Crowdin
+images
From 0350d065b4213869c22b91123b270c88543b2066 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:45:58 -0700
Subject: [PATCH 025/183] New translations README.md (French)
---
folder/fr/README.md | 67 +--------------------------------------------
1 file changed, 1 insertion(+), 66 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index a8776fd..c291c09 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -1,66 +1 @@
-## AstroPiOTA
-
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
-
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
-
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
-
-## Investigating your data
-
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- Seeds are only needed for sending value transactions
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
+images
From 06769a9c35762c98fa2ce0b6f6be63fbd0ee998e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:04 -0700
Subject: [PATCH 026/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index c291c09..aa8d2bd 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -1 +1 @@
-images
+Language translations from Crowdin
From ef507e376879f61818fafa7855c5849c4d2b764f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:05 -0700
Subject: [PATCH 027/183] New translations README.md (Spanish)
---
folder/es/README.md | 33 +++++----------------------------
1 file changed, 5 insertions(+), 28 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index a8776fd..709946f 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -1,12 +1,10 @@
-## AstroPiOTA
+## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
+You can sense environment data using SenseHat and Raspberry Pi
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
@@ -33,34 +31,13 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Running in headless mode](Headless.md)
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
## Investigating your data
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
## Learning as we go
-- Seeds are only needed for sending value transactions
-
- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
From 7d03a6c0f5040a9403edcaecc356e02ad2c2712a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:08 -0700
Subject: [PATCH 028/183] New translations README.md (French)
---
folder/fr/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index aa8d2bd..709946f 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -1 +1,43 @@
-Language translations from Crowdin
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From 5a31820859a0a38886db682d1d27ef569390bf6c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:14 -0700
Subject: [PATCH 029/183] New translations README.md (Arabic)
---
folder/ar/README.md | 67 +--------------------------------------------
1 file changed, 1 insertion(+), 66 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index a8776fd..c291c09 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -1,66 +1 @@
-## AstroPiOTA
-
-You can sense environment data using SenseHat and Raspberry Pi You can store the data on the Tangle or sell it on data marketplaces such as [I3 Marketplace](http://ec2-18-217-227-236.us-east-2.compute.amazonaws.com:8000/).
-
-AstroPiOTA is a clone of AstroPi that connects to the IOTA Tangle. That's why it's called AstroPiOTA! The Tangle is a distributed ledger useful for storing and sharing data.
-
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and store it on the Tangle.
-
-Try out the [AstroPiOTA emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiOTA with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-## Using your data
-
-You can store your data directly to the Tangle
-
-[Storing data directly to the Tangle](direct2Tangle.md)
-
-[Viewing data using the Devnet Tangle Explorer](https://devnet.thetangle.org/)
-
-[Retrieving data using ZMQ](https://github.com/NelsonPython/IoT-ZMQ-listener/blob/master/README.md)
-
-
-## Selling your data
-You sell data by publishing it on the I3 Marketplace where subscribers can buy it:
-
-[Publishing data to I3 Data Marketplace](I3-publish.md)
-
-[Retrieving your data subscription](I3-subscribe.md)
-
-## Investigating your data
-
-[Getting starting with the AstroPiOTA notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- Seeds are only needed for sending value transactions
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
-
-- This tutorial has not been tested with Python 3.7
+images
From 263da7a92e3c41d4be7e60507b2875b39e7fa7cd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:15 -0700
Subject: [PATCH 030/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index c291c09..aa8d2bd 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -1 +1 @@
-images
+Language translations from Crowdin
From 00d438f9e64de08a7b3b4c8ea155dca18be18e2f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:17 -0700
Subject: [PATCH 031/183] New translations README.md (Arabic)
---
folder/ar/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index aa8d2bd..709946f 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -1 +1,43 @@
-Language translations from Crowdin
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From 00ed1206bbfa73a93a338f80514b4f7b47be97e5 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:24 -0700
Subject: [PATCH 032/183] New translations README.md (Spanish)
---
folder/es/README.md | 44 +-------------------------------------------
1 file changed, 1 insertion(+), 43 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 709946f..c291c09 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -1,43 +1 @@
-## AstroPiQuake
-
-You can sense environment data using SenseHat and Raspberry Pi
-
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
-
-### Sensing environment data
-
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
-
-Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
-
- x is yaw or rotation about the x-axis
- y is pitch or rotation about the y-axis
- z is roll or rotation about the z-axis
-
-
-## Building your own AstroPiOTA
-
-[Building the environment sensor](BuildIT.md)
-
-[Installing software and configuring your device](InstallIT.md)
-
-[Running in headless mode](Headless.md)
-
-
-## Investigating your data
-
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-
-## Learning as we go
-
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+images
From a15db64933fb874c2d445ab21f0b17dfe3b7af81 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 18:46:25 -0700
Subject: [PATCH 033/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index c291c09..aa8d2bd 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -1 +1 @@
-images
+Language translations from Crowdin
From 8bb433b1a6c139125c60535f78b7b898397d2519 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:36 -0700
Subject: [PATCH 034/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index c291c09..b3f9bdd 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -1 +1,43 @@
-images
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From cde2e1e9728b6e9e8fdfd99f8ab613975dedb030 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:39 -0700
Subject: [PATCH 035/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 709946f..b3f9bdd 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -4,7 +4,7 @@
AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
From e0c3652ff83f42b41d85354695e1cd9e3adbdb19 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:42 -0700
Subject: [PATCH 036/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 709946f..b3f9bdd 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -4,7 +4,7 @@
AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
From dfae1972c3bc7b35d942e8023108c6c64bfe5d17 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:44 -0700
Subject: [PATCH 037/183] New translations README.md (Spanish)
---
folder/es/README.md | 44 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 43 insertions(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index aa8d2bd..b3f9bdd 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -1 +1,43 @@
-Language translations from Crowdin
+## AstroPiQuake
+
+You can sense environment data using SenseHat and Raspberry Pi
+
+AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+
+### Sensing environment data
+
+Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+
+- Temperature and humidity sensors
+- Barometric Pressure sensor
+- Accelerometer that measures acceleration forces
+- Gyroscope that measures momentum and rotation
+- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+
+Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
+
+ x is yaw or rotation about the x-axis
+ y is pitch or rotation about the y-axis
+ z is roll or rotation about the z-axis
+
+
+## Building your own AstroPiOTA
+
+[Building the environment sensor](BuildIT.md)
+
+[Installing software and configuring your device](InstallIT.md)
+
+[Running in headless mode](Headless.md)
+
+
+## Investigating your data
+
+[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+
+[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+
+## Learning as we go
+
+- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
From 9f8c85260a336f3b2da3eb5abc1d67ec57513a66 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:47 -0700
Subject: [PATCH 038/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 709946f..b3f9bdd 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -4,7 +4,7 @@
AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
From 5419f239771f381671e88882b588f909d6c14718 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 4 May 2020 19:25:48 -0700
Subject: [PATCH 039/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 709946f..b3f9bdd 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -4,7 +4,7 @@
AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
-Try out the [AstroPiQuake emulator](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Smiley.htm). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](http://www.nelsontech.blog/I3/Phase1/AstroPiOTAemulator-Earthquake.htm). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
From 0e8b0267da6aaa53633c7d38103c520f7d7e6b61 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:38 -0700
Subject: [PATCH 040/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From 32b46f55a3d28cae83e21a082a6a9acadd2903e4 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:41 -0700
Subject: [PATCH 041/183] New translations README.md (Russian)
---
folder/ru/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From 9cd8999998efc61dee88ff82dc468263e8d04e84 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:44 -0700
Subject: [PATCH 042/183] New translations README.md (Arabic)
---
folder/ar/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From 484eec41ab25770349a5d3f9bb4e2b4296d81369 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:47 -0700
Subject: [PATCH 043/183] New translations README.md (Spanish)
---
folder/es/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From ab9b7605a48c39fc97e4229fcd54a17fb98c836b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:49 -0700
Subject: [PATCH 044/183] New translations README.md (French)
---
folder/fr/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From 5958b2f421cef82a303558d840f460df63eb0122 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:16:51 -0700
Subject: [PATCH 045/183] New translations README.md (English)
---
folder/en/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index b3f9bdd..9eaa050 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -1,14 +1,14 @@
## AstroPiQuake
-You can sense environment data using SenseHat and Raspberry Pi
+AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-AstroPiQuake is a clone of AstroPi that detects earthquakes. That's why it's called AstroPiQuake! [AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes.
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
-Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and move it. Watch the graph change as it detects you simulating an earthquake.
+Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
### Sensing environment data
-Sense Hat has an IMU or Inertial Measurement Unit with these [specifications](SenseHatSpecs.md):
+Sense Hat is an IMU or Inertial Measurement Unit
- Temperature and humidity sensors
- Barometric Pressure sensor
@@ -22,6 +22,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
+Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
From 34b43635ce726a4fe571ce36e2495a267c6fcfdd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:25 -0700
Subject: [PATCH 046/183] New translations BuildIT.md (French)
---
folder/fr/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/fr/BuildIT.md b/folder/fr/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/fr/BuildIT.md
+++ b/folder/fr/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 7363ff5ef974131cd0d6f50acfcfa09bf3b314ce Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:30 -0700
Subject: [PATCH 047/183] New translations README.md (English)
---
folder/en/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 9eaa050..559d152 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From f368dcdbc3f6114b1c3c62c9bc1c3b9a0f939a0e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:31 -0700
Subject: [PATCH 048/183] New translations BuildIT.md (English)
---
folder/en/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/en/BuildIT.md b/folder/en/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/en/BuildIT.md
+++ b/folder/en/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 3900b7867568cee7e9915c5e29879509bd92332c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:33 -0700
Subject: [PATCH 049/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 9eaa050..559d152 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 526ee60bdd60b6bf635cd98a94446c7ffe622875 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:34 -0700
Subject: [PATCH 050/183] New translations BuildIT.md (Chinese Simplified)
---
folder/zh/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/zh/BuildIT.md b/folder/zh/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/zh/BuildIT.md
+++ b/folder/zh/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 7866bfdb69fcb61c57fcf6c6759d821e154f8aa4 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:37 -0700
Subject: [PATCH 051/183] New translations README.md (Russian)
---
folder/ru/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 9eaa050..559d152 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From cd6acb4039980e09b57dd95e6f60b43d1ffcdc67 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:38 -0700
Subject: [PATCH 052/183] New translations BuildIT.md (Russian)
---
folder/ru/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/ru/BuildIT.md b/folder/ru/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/ru/BuildIT.md
+++ b/folder/ru/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 23f24036ad8f5f031f3e205a1c864ed8a7362627 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:40 -0700
Subject: [PATCH 053/183] New translations README.md (Arabic)
---
folder/ar/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 9eaa050..559d152 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 17881e6ca7469cb53be17e129de8c81899352a2e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:42 -0700
Subject: [PATCH 054/183] New translations BuildIT.md (Arabic)
---
folder/ar/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/ar/BuildIT.md b/folder/ar/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/ar/BuildIT.md
+++ b/folder/ar/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 1b4f2250a26559cb0dfb56d33a793ffd65966a8d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:43 -0700
Subject: [PATCH 055/183] New translations README.md (Spanish)
---
folder/es/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 9eaa050..559d152 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From c4c562dcadec62f19b722775fcb2cabda0e12a04 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:45 -0700
Subject: [PATCH 056/183] New translations BuildIT.md (Spanish)
---
folder/es/BuildIT.md | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/folder/es/BuildIT.md b/folder/es/BuildIT.md
index bd71c91..e643a08 100644
--- a/folder/es/BuildIT.md
+++ b/folder/es/BuildIT.md
@@ -1,14 +1,25 @@
-# Building an environment sensor
+# Building your own AstroPiQuake environment sensor
-To build your own AstroPiOTA environment sensor, you need a SenseHat,a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
+
+
+
+
+
+
Sense HAT version 1.0
-
-###  Raspberry Pi 3 B
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Don't use a Raspberry Pi 3 B+ (B plus) because it has pins that prevent attaching Sense HAT version 1.0**
+ |
+
+
+ ###  Raspberry Pi 3 B
+ |
+
+
+
+Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
From 5e34ebe0e631a95cec06844a3ae6d7f340bef2ba Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:26:47 -0700
Subject: [PATCH 057/183] New translations README.md (French)
---
folder/fr/README.md | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 9eaa050..559d152 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -8,13 +8,7 @@ Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move
### Sensing environment data
-Sense Hat is an IMU or Inertial Measurement Unit
-
-- Temperature and humidity sensors
-- Barometric Pressure sensor
-- Accelerometer that measures acceleration forces
-- Gyroscope that measures momentum and rotation
-- Magnetometer that measures the Earth’s own magnetic field, a bit like a compass
+Sense Hat has temperature and humidity sensors. It can sense the barometric pressure. It has an IMU or Inertial Measurement Unit with an accelerometer that measures acceleration forces, a gyroscope that measures momentum and rotation, and a magnetometer that measures the Earth’s own magnetic field, similar to a compass. Here are the [technical specifications](SenseHatSpecs.md).
Accelerometer and gyroscope data are measured using [coordinates](https://en.wikipedia.org/wiki/Euler_angles). These are sometimes referred to as yaw, pitch, and roll.
@@ -22,7 +16,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
y is pitch or rotation about the y-axis
z is roll or rotation about the z-axis
-Here are the [specifications](SenseHatSpecs.md).
## Building your own AstroPiOTA
@@ -39,6 +32,6 @@ Here are the [specifications](SenseHatSpecs.md).
[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Learning as we go
+## Known bugs
-- As of October 2019, Raspberry Pi Buster operating system appears to have a WiFi Bug. You may want to use Stretch until a solution is found. Learn more: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 7748a0fdda507b46d6c24594929050ac826166ee Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:18 -0700
Subject: [PATCH 058/183] New translations BuildIT.md (French)
---
folder/fr/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/fr/BuildIT.md b/folder/fr/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/fr/BuildIT.md
+++ b/folder/fr/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From 11530290e197790b5c8d6849b2542db22e6b1b8a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:20 -0700
Subject: [PATCH 059/183] New translations InstallIT.md (Chinese Simplified)
---
folder/zh/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/InstallIT.md b/folder/zh/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/zh/InstallIT.md
+++ b/folder/zh/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From 9dd40898919b33d921a50dc028b7deb71219f5f8 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:24 -0700
Subject: [PATCH 060/183] New translations InstallIT.md (English)
---
folder/en/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/InstallIT.md b/folder/en/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/en/InstallIT.md
+++ b/folder/en/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From c25e6407e179e31542d596d6d58e8189ac447c8c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:25 -0700
Subject: [PATCH 061/183] New translations BuildIT.md (English)
---
folder/en/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/en/BuildIT.md b/folder/en/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/en/BuildIT.md
+++ b/folder/en/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From 3489ddcde2e863c317de8fd5665657c82c4dca4a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:27 -0700
Subject: [PATCH 062/183] New translations BuildIT.md (Chinese Simplified)
---
folder/zh/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/zh/BuildIT.md b/folder/zh/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/zh/BuildIT.md
+++ b/folder/zh/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From 6f0e8fd88dc18ea385db1ab555554327736c6210 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:29 -0700
Subject: [PATCH 063/183] New translations InstallIT.md (French)
---
folder/fr/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/InstallIT.md b/folder/fr/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/fr/InstallIT.md
+++ b/folder/fr/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From 85d91178221a6503ce6f48db7dfe2aa109e4177c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:31 -0700
Subject: [PATCH 064/183] New translations InstallIT.md (Russian)
---
folder/ru/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/InstallIT.md b/folder/ru/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/ru/InstallIT.md
+++ b/folder/ru/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From 3109fa9587fbc3edd62eb5a7c245f78395fb0307 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:32 -0700
Subject: [PATCH 065/183] New translations BuildIT.md (Russian)
---
folder/ru/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/ru/BuildIT.md b/folder/ru/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/ru/BuildIT.md
+++ b/folder/ru/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From 3f18f07f1670fd15e02850110a70527130ec91d9 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:35 -0700
Subject: [PATCH 066/183] New translations InstallIT.md (Arabic)
---
folder/ar/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/InstallIT.md b/folder/ar/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/ar/InstallIT.md
+++ b/folder/ar/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From b63612f2bb2c87ec679391667f14f255d929ba24 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:36 -0700
Subject: [PATCH 067/183] New translations BuildIT.md (Arabic)
---
folder/ar/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/ar/BuildIT.md b/folder/ar/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/ar/BuildIT.md
+++ b/folder/ar/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From f587f2baea50f44f5ee1ecbcdd396e10e097b6cf Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:38 -0700
Subject: [PATCH 068/183] New translations InstallIT.md (Spanish)
---
folder/es/InstallIT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/InstallIT.md b/folder/es/InstallIT.md
index 16d7995..85bf45d 100644
--- a/folder/es/InstallIT.md
+++ b/folder/es/InstallIT.md
@@ -1,4 +1,4 @@
-# Installing software and configuring your device
+# Installing software and configuring AstroPiQuake
First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
From e8b612e530ba57adbd34f8458ba86983fc363a12 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:36:40 -0700
Subject: [PATCH 069/183] New translations BuildIT.md (Spanish)
---
folder/es/BuildIT.md | 24 +++++++-----------------
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/folder/es/BuildIT.md b/folder/es/BuildIT.md
index e643a08..db6f949 100644
--- a/folder/es/BuildIT.md
+++ b/folder/es/BuildIT.md
@@ -1,25 +1,15 @@
# Building your own AstroPiQuake environment sensor
-Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB)
-
-
-
-Get the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
+Buy a SenseHat, a Raspberry Pi, and some [nylon screws](https://www.adafruit.com/product/3658?gclid=Cj0KCQjwv8nqBRDGARIsAHfR9wBwaHbR4DYYvKNhYAOkW7qpPTJ8V0WQmaBEX2qkbu46yzPmv3Xd8qcaAnL5EALw_wcB). I used SenseHat version 1.0 and the [Raspberry Pi 3 Model B Starter Pack]() that includes an SD Memory Card with Raspbian pre-installed. **Make sure the pins on SenseHat line up with the Raspberry Pi. For example, a Raspberry Pi 3 B+ (B plus) has pins that prevent attaching Sense HAT version 1.0**
### Connecting SenseHat
@@ -41,4 +31,4 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.
### Installing software
-[Install AstroPiOTA Software](InstallIT.md)
+[Install AstroPiQuake Software](InstallIT.md)
From 349772f6b0460f8525451362a29643be802ebdb6 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:05 -0700
Subject: [PATCH 070/183] New translations InstallIT.md (Chinese Simplified)
---
folder/zh/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/zh/InstallIT.md b/folder/zh/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/zh/InstallIT.md
+++ b/folder/zh/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From 855e7e8d953e6a6b5a438868e681ce7f891dbff3 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:06 -0700
Subject: [PATCH 071/183] New translations Headless.md (Chinese Simplified)
---
folder/zh/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/zh/Headless.md b/folder/zh/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/zh/Headless.md
+++ b/folder/zh/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From 145a3e4f4633e2a71ea09e20de781fdc92af60f2 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:08 -0700
Subject: [PATCH 072/183] New translations Headless.md (Russian)
---
folder/ru/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/ru/Headless.md b/folder/ru/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/ru/Headless.md
+++ b/folder/ru/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From aedcaacf38d33afb195852eee09908d284f925b4 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:09 -0700
Subject: [PATCH 073/183] New translations Headless.md (Arabic)
---
folder/ar/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/ar/Headless.md b/folder/ar/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/ar/Headless.md
+++ b/folder/ar/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From 051afd923e1eb73d82a41cf025293a71f99187cd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:11 -0700
Subject: [PATCH 074/183] New translations Headless.md (Spanish)
---
folder/es/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/es/Headless.md b/folder/es/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/es/Headless.md
+++ b/folder/es/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From aa6dd99b8e9fee1a0dbdcb1a1814b8798d358d8e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:13 -0700
Subject: [PATCH 075/183] New translations Headless.md (French)
---
folder/fr/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/fr/Headless.md b/folder/fr/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/fr/Headless.md
+++ b/folder/fr/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From 3a88f88379f0e14cf9cb25d03d77845b65eb586b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:14 -0700
Subject: [PATCH 076/183] New translations README.md (English)
---
folder/en/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 559d152..433bfc1 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From 80df4aecc8e9751f0a0d496f6c2e01220e2d40b0 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:16 -0700
Subject: [PATCH 077/183] New translations InstallIT.md (English)
---
folder/en/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/en/InstallIT.md b/folder/en/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/en/InstallIT.md
+++ b/folder/en/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From b4d25c32ee125b7b69278d137fa52b9f147b3fc1 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:18 -0700
Subject: [PATCH 078/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 559d152..433bfc1 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From fb1b40140a0c7cbb337d253a149e92560b571131 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:20 -0700
Subject: [PATCH 079/183] New translations InstallIT.md (French)
---
folder/fr/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/fr/InstallIT.md b/folder/fr/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/fr/InstallIT.md
+++ b/folder/fr/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From 7097656d4bd9c9ca009b048b0c68683d6dd22164 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:21 -0700
Subject: [PATCH 080/183] New translations README.md (Russian)
---
folder/ru/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 559d152..433bfc1 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From 0dabb636630efbf74b617e126b440abccee0d43e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:23 -0700
Subject: [PATCH 081/183] New translations InstallIT.md (Russian)
---
folder/ru/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/ru/InstallIT.md b/folder/ru/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/ru/InstallIT.md
+++ b/folder/ru/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From 2c879b0d27b46d05db2718161ce1e67fc58fcbfd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:25 -0700
Subject: [PATCH 082/183] New translations README.md (Arabic)
---
folder/ar/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 559d152..433bfc1 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From d77e228a753778e04630e5fe51f9f815299a5bfd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:26 -0700
Subject: [PATCH 083/183] New translations InstallIT.md (Arabic)
---
folder/ar/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/ar/InstallIT.md b/folder/ar/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/ar/InstallIT.md
+++ b/folder/ar/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From 0b9373a4dc02e700aa8e824eb595923c1bb5036c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:29 -0700
Subject: [PATCH 084/183] New translations README.md (Spanish)
---
folder/es/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 559d152..433bfc1 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From 42e3cb69c945a9c9e011adc9d5e7b19fc96ed534 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:30 -0700
Subject: [PATCH 085/183] New translations InstallIT.md (Spanish)
---
folder/es/InstallIT.md | 93 ++++++++++--------------------------------
1 file changed, 21 insertions(+), 72 deletions(-)
diff --git a/folder/es/InstallIT.md b/folder/es/InstallIT.md
index 85bf45d..33e6871 100644
--- a/folder/es/InstallIT.md
+++ b/folder/es/InstallIT.md
@@ -1,19 +1,13 @@
-# Installing software and configuring AstroPiQuake
+# Configuring AstroPiQuake and installing software
-First, you must configure your Raspberry Pi. Next, install the SenseHat drivers. Finally, install the IOTA Python client library, IOTA Python Workshop, and copy the AstroPiOTA scripts.
-
-## Configuring Raspberry Pi
-
-When connecting directly the first time, Raspberry Pi will automatically boot with the default user and password:
+When connecting directly the first time, Raspberry Pi will automatically boot with the default username and password:
```
Default username: pi
Default password: raspberry
```
-Using the Raspberry Pi Configuration tool, set the keyboard mapping to USA English. Otherwise, you will be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`.
-
-Click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.
+It will also expect you to use a British keyboard. You may be surprised when installation commands fail because the pipe symbol `|` is mapped to `~`. To change the keyboard settings, click the raspberry icon on the menu, select `Preferences`, then select `Raspberry Pi Configuration`. Click on the `Localisation` tab.

@@ -23,33 +17,9 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..
Select `United States -> English (US)`
-## Installing Sense HAT
-
-Install Sense Hat:
-
-```
-sudo apt-get update
-sudo apt-get install sense-hat
-sudo pip-3.2 install pillow
-```
-See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
-
-For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen:
-
-```
-$ python3
->>>from sense_hat import SenseHat
->>>sense = SenseHat()
->>>sense.show_message("Hello Sense Hat")
-```
-
-The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiOTA emulator
-
-To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Verifying your version of Python
-## Verifying the version of Python
-
-Verify that Python3 has been pre-installed:
+Different Raspberry Pi operating systems ship with different versions of Python and Pip. Verify that Python3 has been pre-installed:
```
python3 --version
@@ -63,50 +33,29 @@ $ pip 18.0 from /usr/local/lib/python3.4/dist-packages/pip-18.0-py3.4.egg/pip (
Note: This tutorial has not been tested using Python 3.6 or 3.7
-## Installing the [Python IOTA Workshop scripts](https://github.com/iota-community/python-iota-workshop)
+## Installing Sense HAT software
-This installs the Pyota client library so you can communicate with the [Tangle](https://docs.iota.org/docs/dev-essentials/0.1/concepts/the-tangle). The workshop includes a step-by-step tutorial teaching the details of sending and receiving transactions to the Tangle. They provide the foundation for the code used to store sensor data from AstroPiOTA.
+Install Sense Hat:
-Clone the github repository, install the workshop code, and run the "hello world" example.
```
-git clone https://github.com/iota-community/python-iota-workshop.git
-cd python-iota-workshop
-pip3 install -r requirements.txt
+sudo apt-get update
+sudo apt-get install sense-hat
+sudo pip3 install pillow
```
-If you are using Python 3.7 then upgrade pyota
+See the [driver documentation](https://pythonhosted.org/sense-hat/) for more information
+
+For a quick check, type `python3` at the command line to open an interactive session then tell SenseHat to scroll a "Hello Sense Hat" message across the LED screen. Follow these commands:
```
-pip3 install pyota --upgrade
-```
-Test your installation
-```
-python3 code/e01_hello_world.py
+$ python3
+>>>from sense_hat import SenseHat
+>>>sense = SenseHat()
+>>>sense.show_message("Hello Sense Hat")
```
-The Tangle will respond with the latest statistics:
+The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Take a look in the AstroPiQuake emulator
+
+To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
-```
-{'appName': 'IRI Testnet',
- 'appVersion': '1.8.0-RC1',
- 'coordinatorAddress': 'EQQFCZBIHRHWPXKMTOLMYUYPCN9XLMJPYZVFJSAY9FQHCCLWTOLLUGKKMXYFDBOOYFBLBI9WUEILGECYM',
- 'duration': 0,
- 'features': ['dnsRefresher', 'testnet', 'zeroMessageQueue', 'RemotePOW'],
- 'jreAvailableProcessors': 8,
- 'jreFreeMemory': 14557498488,
- 'jreMaxMemory': 22906667008,
- 'jreTotalMemory': 16883646464,
- 'jreVersion': '1.8.0_181',
- 'lastSnapshottedMilestoneIndex': 434525,
- 'latestMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestMilestoneIndex': 1313715,
- 'latestSolidSubtangleMilestone': TransactionHash(b'VGIOPUTTHVRKZMSPYLV9RLFGUCXMSZPKXKMQWLJCAZKWGACXUSXMJHCNLHWBVZGLSRTYDUEOAWTTBS999'),
- 'latestSolidSubtangleMilestoneIndex': 1313715,
- 'milestoneStartIndex': 434527,
- 'neighbors': 3,
- 'packetsQueueSize': 0,
- 'time': 1565638086467,
- 'tips': 733,
- 'transactionsToRequest': 0}
-```
-[Running in headless mode](Headless.md)
+[Running AstroPiQuake in headless mode](Headless.md)
From aaa7a108e96f4f0a7869ce1c70429369679b65cd Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:33 -0700
Subject: [PATCH 086/183] New translations README.md (French)
---
folder/fr/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 559d152..433bfc1 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -17,11 +17,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
z is roll or rotation about the z-axis
-## Building your own AstroPiOTA
+## Building your own AstroPiQuake
-[Building the environment sensor](BuildIT.md)
+[Building your own AstroPiQuake environment sensor](BuildIT.md)
-[Installing software and configuring your device](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
[Running in headless mode](Headless.md)
From aae0cf29cf1a0c0745ae4dc2d12dbec446f4761a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 10:57:34 -0700
Subject: [PATCH 087/183] New translations Headless.md (English)
---
folder/en/Headless.md | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/folder/en/Headless.md b/folder/en/Headless.md
index 3fcc671..6b50c86 100644
--- a/folder/en/Headless.md
+++ b/folder/en/Headless.md
@@ -1,6 +1,6 @@
-# Running in headless mode (optional)
+# Running AstroPiQuake in headless mode (optional)
-If you plan to run AstroPiOTA without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. Configure a cron job so Raspberry Pi runs this script at every reboot.
+If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
### Getting the IP address
@@ -20,7 +20,7 @@ sense = SenseHat()
def getIP():
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
- s.connect(('192.168.255.255',1)) #lab network used for this example
+ s.connect(('192.168.255.255',1))
IP = s.getsockname()[0]
except:
IP = '127.0.0.1'
@@ -47,7 +47,7 @@ python3 senseIP.py

-Save the schell script then reset the permissions
+Save the schell script then set the permissions to add permission to eXecute the script
```
sudo chmod +x senseBoot.sh
@@ -68,12 +68,10 @@ Add this command at the bottom
Unplug monitor, keyboard, and mouse, then reboot Raspberry Pi. Wait a second or two, then watch the IP address scrolling across the Sense HAT LED screen.
-Take a look at the AstroPiOTA emulator
-
Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
- [AstroPiOTA](https://github.com/NelsonPython/AstroPiOTA)
+ [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From ded3f1b68d30d5f0f3781426a4ecfcb09291d053 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:50 -0700
Subject: [PATCH 088/183] New translations BuildIT.md (French)
---
folder/fr/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/fr/BuildIT.md b/folder/fr/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/fr/BuildIT.md
+++ b/folder/fr/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From ae44679cf3c2562ad3e16a4ae3c2cc83adf49f2a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:52 -0700
Subject: [PATCH 089/183] New translations InstallIT.md (Chinese Simplified)
---
folder/zh/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/zh/InstallIT.md b/folder/zh/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/zh/InstallIT.md
+++ b/folder/zh/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From 65904a11ed09f26f6d96db570123c387db4a7adb Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:53 -0700
Subject: [PATCH 090/183] New translations Headless.md (Chinese Simplified)
---
folder/zh/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/zh/Headless.md b/folder/zh/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/zh/Headless.md
+++ b/folder/zh/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From bc5a0382fc5b3eb8993de5631aeed0f13d7d20a5 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:55 -0700
Subject: [PATCH 091/183] New translations Headless.md (Russian)
---
folder/ru/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/ru/Headless.md b/folder/ru/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/ru/Headless.md
+++ b/folder/ru/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From b7869951b5369551d8cb297342d8f5d217faf021 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:57 -0700
Subject: [PATCH 092/183] New translations Headless.md (Arabic)
---
folder/ar/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/ar/Headless.md b/folder/ar/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/ar/Headless.md
+++ b/folder/ar/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From 6e2946fd4a53e18ba5baf80f608e059772fa611b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:07:58 -0700
Subject: [PATCH 093/183] New translations Headless.md (Spanish)
---
folder/es/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/es/Headless.md b/folder/es/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/es/Headless.md
+++ b/folder/es/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From 84d502c70d8f8bb8f583861f37b48ac1dfe3edc9 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:00 -0700
Subject: [PATCH 094/183] New translations Headless.md (French)
---
folder/fr/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/fr/Headless.md b/folder/fr/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/fr/Headless.md
+++ b/folder/fr/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From e05929624fad39ae876f0fbb2c77b0428ab03a6b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:01 -0700
Subject: [PATCH 095/183] New translations README.md (English)
---
folder/en/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From cb569e3a7573b624bf38c7d9f3f9169472e15b1c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:03 -0700
Subject: [PATCH 096/183] New translations InstallIT.md (English)
---
folder/en/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/en/InstallIT.md b/folder/en/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/en/InstallIT.md
+++ b/folder/en/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From c7ea651897886bfe6e2f09a583e7cdae2b9b66f0 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:05 -0700
Subject: [PATCH 097/183] New translations BuildIT.md (English)
---
folder/en/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/en/BuildIT.md b/folder/en/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/en/BuildIT.md
+++ b/folder/en/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From e1ed18ce76e6b33e1058edd1c96079bb0fafbe5c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:06 -0700
Subject: [PATCH 098/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From 6b6fd0bf0c78464c9393c6d717b5e027942bf272 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:08 -0700
Subject: [PATCH 099/183] New translations BuildIT.md (Chinese Simplified)
---
folder/zh/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/zh/BuildIT.md b/folder/zh/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/zh/BuildIT.md
+++ b/folder/zh/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From 061d6c2071ad3a59d1c3b90bc0e09375ef8ca56c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:09 -0700
Subject: [PATCH 100/183] New translations InstallIT.md (French)
---
folder/fr/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/fr/InstallIT.md b/folder/fr/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/fr/InstallIT.md
+++ b/folder/fr/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From a16365edb7a8c508d728694c43cff41e675f6746 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:11 -0700
Subject: [PATCH 101/183] New translations README.md (Russian)
---
folder/ru/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From 6ec6227501658d6d7e38d43b41c7b988aca6cb2e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:13 -0700
Subject: [PATCH 102/183] New translations InstallIT.md (Russian)
---
folder/ru/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/ru/InstallIT.md b/folder/ru/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/ru/InstallIT.md
+++ b/folder/ru/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From b753827e42a60594f2f610c5ee5726af43948502 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:15 -0700
Subject: [PATCH 103/183] New translations BuildIT.md (Russian)
---
folder/ru/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/ru/BuildIT.md b/folder/ru/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/ru/BuildIT.md
+++ b/folder/ru/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From 37f2b07ecbc131befa17458c2f3b534ba376f401 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:16 -0700
Subject: [PATCH 104/183] New translations README.md (Arabic)
---
folder/ar/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From f782e603442a98aa1ba5dfa606036c7bfa0ef4d8 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:18 -0700
Subject: [PATCH 105/183] New translations InstallIT.md (Arabic)
---
folder/ar/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/ar/InstallIT.md b/folder/ar/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/ar/InstallIT.md
+++ b/folder/ar/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From 24abfff4d69eb7f15a0a3cc76a2d94ebd0b7011f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:20 -0700
Subject: [PATCH 106/183] New translations BuildIT.md (Arabic)
---
folder/ar/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/ar/BuildIT.md b/folder/ar/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/ar/BuildIT.md
+++ b/folder/ar/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From ab95c42cac51eb10f1014fa0478ab26920749dfe Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:21 -0700
Subject: [PATCH 107/183] New translations README.md (Spanish)
---
folder/es/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From be4eff7737e7c1e598ced5cb9216188602178037 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:23 -0700
Subject: [PATCH 108/183] New translations InstallIT.md (Spanish)
---
folder/es/InstallIT.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/folder/es/InstallIT.md b/folder/es/InstallIT.md
index 33e6871..5423ae2 100644
--- a/folder/es/InstallIT.md
+++ b/folder/es/InstallIT.md
@@ -57,5 +57,6 @@ The message, "Hello Sense Hat", will scroll across the Sense Hat LED screen. Ta
To learn more, try all the features of your SenseHat by completing this tutorial: [Raspberry Pi getting started with Sense Hat](https://projects.raspberrypi.org/en/projects/getting-started-with-the-sense-hat)
+## Optional: running AstroPiQuake in headless mode
[Running AstroPiQuake in headless mode](Headless.md)
From 4f0a72b907222d7f2a40933127dff351c1816694 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:24 -0700
Subject: [PATCH 109/183] New translations BuildIT.md (Spanish)
---
folder/es/BuildIT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/folder/es/BuildIT.md b/folder/es/BuildIT.md
index db6f949..dc8763b 100644
--- a/folder/es/BuildIT.md
+++ b/folder/es/BuildIT.md
@@ -29,6 +29,6 @@ You can connect remotely using Secure Shell (SSH). First, you must enable SSH.

-### Installing software
+## Configuring AstroPiQuake and installing software
-[Install AstroPiQuake Software](InstallIT.md)
+[Configuring AstroPiQuake and installing software](InstallIT.md)
From 09aedfc22a32995ef338ed88f84aaf31dc90e55d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:26 -0700
Subject: [PATCH 110/183] New translations README.md (French)
---
folder/fr/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 433bfc1..8ffd58b 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -23,14 +23,14 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Configuring AstroPiQuake and installing software](InstallIT.md)
-[Running in headless mode](Headless.md)
+[Optional: running AstroPiQuake in headless mode](Headless.md)
## Investigating your data
-[Getting starting with the AstroPiQuake notebook on Kaggle](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
-[Charting your data on ThingSpeak](https://thingspeak.com/channels/865101)
+[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From b073418094e0fc323f01135dc6b165e6d5e5dc4d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:08:28 -0700
Subject: [PATCH 111/183] New translations Headless.md (English)
---
folder/en/Headless.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/folder/en/Headless.md b/folder/en/Headless.md
index 6b50c86..f55a82c 100644
--- a/folder/en/Headless.md
+++ b/folder/en/Headless.md
@@ -1,4 +1,4 @@
-# Running AstroPiQuake in headless mode (optional)
+# Running AstroPiQuake in headless mode
If you plan to run AstroPiQuake without a monitor and keyboard, you need it's network address to interact with it over SSH. This can be tricky. One method that works pretty well, is creating a script to retrieve the Raspberry Pi IP address at boot and print it on a scrolling marquee across the Sense HAT LED screen. You can configure a cron job so Raspberry Pi runs this script every time your boot.
@@ -73,5 +73,6 @@ Now you can connect to Raspberry Pi using SSH. When you want to shutdown, type:
```
sudo shutdown now
```
+ ## Using your AstroPiQuake
- [< AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
+ [AstroPiQuake](https://github.com/NelsonPython/AstroPiQuake)
From e93ea40c46c3b33a38e71019dbc78571ef01d325 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:41 -0700
Subject: [PATCH 112/183] New translations README.md (English)
---
folder/en/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/en/README.md b/folder/en/README.md
index 8ffd58b..a19c893 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From fc8784c2043671d6f4556aab07286ca4ed1f2038 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:43 -0700
Subject: [PATCH 113/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 8ffd58b..a19c893 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From b8e5421eee393b2ca101008b1e90cac8bfeef3e8 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:46 -0700
Subject: [PATCH 114/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 8ffd58b..a19c893 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From b37534e211cb44aabe7f06968600aeaa9f7b4b2a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:48 -0700
Subject: [PATCH 115/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 8ffd58b..a19c893 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From 812205542fe3299b78fc38b15e5822ea16d1173a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:50 -0700
Subject: [PATCH 116/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/es/README.md b/folder/es/README.md
index 8ffd58b..a19c893 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From 01640630da962b83137dc4a5a7e4763c282d7125 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:26:52 -0700
Subject: [PATCH 117/183] New translations README.md (French)
---
folder/fr/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 8ffd58b..a19c893 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -30,6 +30,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
+
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Known bugs
From 8464750ff8b275a4e493f63bff57d99c5ee4ee5d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:11 -0700
Subject: [PATCH 118/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index a19c893..c319840 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 77275cc00749e3a0d3715a40113ef482fbe28e39 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:13 -0700
Subject: [PATCH 119/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index a19c893..c319840 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 290ac938e37234255f091a3eda0f480e19fce114 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:15 -0700
Subject: [PATCH 120/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index a19c893..c319840 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 2942c23442b4548c663a437504be4307bd7b36c5 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:18 -0700
Subject: [PATCH 121/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index a19c893..c319840 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 8fb7d15b982b38a626f9f15b8bbcb1fbbe7c1c45 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:20 -0700
Subject: [PATCH 122/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index a19c893..c319840 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 1a02f05c89f526fb348a0278c59346e71dc828a6 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 11:47:23 -0700
Subject: [PATCH 123/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index a19c893..c319840 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -28,7 +28,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/astropiota-weather-los-angeles)
+[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
From 24cc50bd04575da8942a20212179e847a6914d73 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:17 -0700
Subject: [PATCH 124/183] New translations README.md (English)
---
folder/en/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/en/README.md b/folder/en/README.md
index c319840..ab86dce 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From 5783f0146fcd083fd4484ccd622de8574f9ef198 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:19 -0700
Subject: [PATCH 125/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index c319840..ab86dce 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From 4d8c837ccf9975a06244a9145c4a3d7b4525d67e Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:22 -0700
Subject: [PATCH 126/183] New translations README.md (Russian)
---
folder/ru/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index c319840..ab86dce 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From 35aecf26b88233bb054ef962e01b8cf3a3946f6a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:24 -0700
Subject: [PATCH 127/183] New translations README.md (Arabic)
---
folder/ar/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index c319840..ab86dce 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From a922acbb4ebf9dbe0673be2ec5f1555a7a928c91 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:26 -0700
Subject: [PATCH 128/183] New translations README.md (Spanish)
---
folder/es/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/es/README.md b/folder/es/README.md
index c319840..ab86dce 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From 51db4a58df9a0fe79e72f0e7ee6f5048bf26fb2b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Mon, 25 May 2020 12:07:28 -0700
Subject: [PATCH 129/183] New translations README.md (French)
---
folder/fr/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index c319840..ab86dce 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -25,6 +25,9 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Optional: running AstroPiQuake in headless mode](Headless.md)
+## Gathering data
+
+stay tuned...
## Investigating your data
From e442f13deee910f82fe3dbdaa16927e0325c6768 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:26 -0700
Subject: [PATCH 130/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index ab86dce..9176ad8 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From 54ddf16c849d2e1f5aaeabdbd1f238f2473b9657 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:29 -0700
Subject: [PATCH 131/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index ab86dce..9176ad8 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From b21cac013edbbc29c9e53e12a3310f76805c210b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:31 -0700
Subject: [PATCH 132/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index ab86dce..9176ad8 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From af173171e977e0cd16e495e35ece6fc474a783fc Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:34 -0700
Subject: [PATCH 133/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index ab86dce..9176ad8 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From 91ec0b8272968c713d54144ce30ab61eed7f23f5 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:37 -0700
Subject: [PATCH 134/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index ab86dce..9176ad8 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From a4f0c4a01e43a5a5dca34ccf6c8c47c51ee986a0 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 10:47:40 -0700
Subject: [PATCH 135/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index ab86dce..9176ad8 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-stay tuned...
+Saving sensor data in a MySQL table
## Investigating your data
From 491603813d5ef67eb509f16f1eb72a79359d7e85 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:43 -0700
Subject: [PATCH 136/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From 69a0f7981330dd93d758e55f46f38ce8fc05c4d4 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:45 -0700
Subject: [PATCH 137/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From a37e01b7ecce58d3c343b6d12beee1d71211acc9 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:47 -0700
Subject: [PATCH 138/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From 8da35fb99d38d2b176e3796d6066da556df88d31 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:50 -0700
Subject: [PATCH 139/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From 44fd77b2e4215ab6faae6136ab368fb8b4468268 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:52 -0700
Subject: [PATCH 140/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From 1427112aeaad63889453111765f624c5bb07714b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 11:06:54 -0700
Subject: [PATCH 141/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 9176ad8..9a2d7cb 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Saving sensor data in a MySQL table
+Saving sensor data in a MySQL table
## Investigating your data
From f8bce13806ab97b519c1bd913741cacc8ec2410a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:12 -0700
Subject: [PATCH 142/183] New translations InstallIT.md (Chinese Simplified)
---
folder/zh/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/zh/InstallIT.md b/folder/zh/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/zh/InstallIT.md
+++ b/folder/zh/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From d480dcb037a087a4107280a03f44e0e6aec884bb Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:16 -0700
Subject: [PATCH 143/183] New translations README.md (English)
---
folder/en/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 827f7e9c72267016b2a34fcb14eb16d2ecb6d88b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:17 -0700
Subject: [PATCH 144/183] New translations InstallIT.md (English)
---
folder/en/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/en/InstallIT.md b/folder/en/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/en/InstallIT.md
+++ b/folder/en/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From e2aa0f4702cd287c3736640db43589f566d4c00f Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:19 -0700
Subject: [PATCH 145/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 1eedd052535ec3f2ecbb2206d37f0c0981dfba1b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:21 -0700
Subject: [PATCH 146/183] New translations InstallIT.md (French)
---
folder/fr/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/fr/InstallIT.md b/folder/fr/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/fr/InstallIT.md
+++ b/folder/fr/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From 30237650a15f37fb9f5b045ff36b149599bd0941 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:23 -0700
Subject: [PATCH 147/183] New translations README.md (Russian)
---
folder/ru/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 7ee248e748fed2983d201d11adc3c7601b64e57d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:24 -0700
Subject: [PATCH 148/183] New translations InstallIT.md (Russian)
---
folder/ru/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/ru/InstallIT.md b/folder/ru/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/ru/InstallIT.md
+++ b/folder/ru/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From f9cf7a46540f75fdb380a9d65439f06c0fcc7a93 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:26 -0700
Subject: [PATCH 149/183] New translations README.md (Arabic)
---
folder/ar/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From c53081764f88238f940baeec72d6b69d08229ac7 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:28 -0700
Subject: [PATCH 150/183] New translations InstallIT.md (Arabic)
---
folder/ar/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/ar/InstallIT.md b/folder/ar/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/ar/InstallIT.md
+++ b/folder/ar/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From bc198f26174a7ba8ae37edcf086399d611ceddfe Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:30 -0700
Subject: [PATCH 151/183] New translations README.md (Spanish)
---
folder/es/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From 2ae3a88073a61b52283b1974bfbf76bd33930a7c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:31 -0700
Subject: [PATCH 152/183] New translations InstallIT.md (Spanish)
---
folder/es/InstallIT.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/folder/es/InstallIT.md b/folder/es/InstallIT.md
index 5423ae2..0f8dce5 100644
--- a/folder/es/InstallIT.md
+++ b/folder/es/InstallIT.md
@@ -15,7 +15,12 @@ Set your Locale, Timezone, and WiFi country. Then, click on the `Set Keyboard..

-Select `United States -> English (US)`
+Select `United States -> English (US)`
+
+Known bugs
+
+- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984
+
## Verifying your version of Python
From d76b6a219123baf0ef38e8f6c812836da8119e99 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:09:33 -0700
Subject: [PATCH 153/183] New translations README.md (French)
---
folder/fr/README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 9a2d7cb..02b6602 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -33,10 +33,11 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
-## Known bugs
+## Experimenting
+
+[Broadcasting messages onboard an AV](https://github.com/NelsonPython/DriveI5)
+
+[Detecting earthquakes](https://www.kaggle.com/nelsondata/confirming-earthquake-detection)
-- As of October 2019, Raspberry Pi Buster operating system may have a WiFi Bug: https://www.raspberrypi.org/forums/viewtopic.php?t=252984.
From d3871d4fbcce9c5bfd72b81b6737a4d57472bc38 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:18 -0700
Subject: [PATCH 154/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 02b6602..0f817c3 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From 7f73806d20960a1028f23e048d4128f1dcbda91c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:20 -0700
Subject: [PATCH 155/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 02b6602..0f817c3 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From ec6cb94e21bf94d46f7d5eba20697ec1545e954c Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:23 -0700
Subject: [PATCH 156/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 02b6602..0f817c3 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From 8bda8f132afe6485a28f001d192f4ceaec88b359 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:25 -0700
Subject: [PATCH 157/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 02b6602..0f817c3 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From edb3698ef3dc0a921f25352762f52e2ce39a4133 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:27 -0700
Subject: [PATCH 158/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 02b6602..0f817c3 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From 0ddca7a4136bf1485438cfb46991568b4aafffb9 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:35:30 -0700
Subject: [PATCH 159/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 02b6602..0f817c3 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -2,7 +2,7 @@
AstroPiQuake gathers environment data using SenseHat and Raspberry Pi
-[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/2429.html) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
+[AstroPi](https://www.nasa.gov/mission_pages/station/research/experiments/explorer/Investigation.html?#id=7534) flies onboard the International Space Station (ISS) keeping astronauts update-to-date about their environment. Here on Earth, you can monitor your local environment data and detect earthquakes using a clone of AstroPi called "AstroPiQuake"
Try out the [AstroPiQuake emulator](https://trinket.io/python/9c2e984979). Move the temperature slider to see Smiley's face change colors from cool blue to mellow yellow to red hot. Take a look at [earthquake detection](https://trinket.io/python/86417fad20). Grab AstroPiQuake with your mouse and shake it. Watch the graph change as it detects you simulating an earthquake.
From 38dcceacd5d188288d82e9d9e1131dda0d3950c3 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:00 -0700
Subject: [PATCH 160/183] New translations viewAstroPiQuake.md (Chinese
Simplified)
---
folder/zh/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/zh/viewAstroPiQuake.md
diff --git a/folder/zh/viewAstroPiQuake.md b/folder/zh/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/zh/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From f4da773f9dbeed738a74dfdf6d74b2f6f0be9989 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:01 -0700
Subject: [PATCH 161/183] New translations viewAstroPiQuake.md (Russian)
---
folder/ru/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/ru/viewAstroPiQuake.md
diff --git a/folder/ru/viewAstroPiQuake.md b/folder/ru/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/ru/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From db808fd1c27f97bf5ff2f793bdab99e44309c16d Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:03 -0700
Subject: [PATCH 162/183] New translations viewAstroPiQuake.md (Arabic)
---
folder/ar/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/ar/viewAstroPiQuake.md
diff --git a/folder/ar/viewAstroPiQuake.md b/folder/ar/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/ar/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From da15dbd7f80aa9d581704964f39e4f97178034e2 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:05 -0700
Subject: [PATCH 163/183] New translations viewAstroPiQuake.md (Spanish)
---
folder/es/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/es/viewAstroPiQuake.md
diff --git a/folder/es/viewAstroPiQuake.md b/folder/es/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/es/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From bf88ec7e6f7d73808776043dfe114ecccfea2946 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:06 -0700
Subject: [PATCH 164/183] New translations viewAstroPiQuake.md (French)
---
folder/fr/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/fr/viewAstroPiQuake.md
diff --git a/folder/fr/viewAstroPiQuake.md b/folder/fr/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/fr/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From 7b014db176fabfd2b34bd1baef3b6b37c5a2b4a2 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:12 -0700
Subject: [PATCH 165/183] New translations README.md (English)
---
folder/en/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/en/README.md b/folder/en/README.md
index 0f817c3..daaa355 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From 13581f9fc10a44a9befa567f62602153ec3cb4de Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:15 -0700
Subject: [PATCH 166/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 0f817c3..daaa355 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From 929be9d6c1e69c0b486de4e7bf490256ad171e6b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:17 -0700
Subject: [PATCH 167/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 0f817c3..daaa355 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From b9bf07e57ddfb2be9899c5bbc636ca5f124b4be8 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:20 -0700
Subject: [PATCH 168/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 0f817c3..daaa355 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From 5cdeb3637011f300b7e4e75a320fa825deb3ebaa Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:23 -0700
Subject: [PATCH 169/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/es/README.md b/folder/es/README.md
index 0f817c3..daaa355 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From 2ff6ea2bda0eebfc4b69ae71b6ceb43787179e3b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:26 -0700
Subject: [PATCH 170/183] New translations README.md (French)
---
folder/fr/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 0f817c3..daaa355 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -27,6 +27,8 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
+Viewing sensor data
+
Saving sensor data in a MySQL table
## Investigating your data
From 84153eb1799cf99dbaf801a578690701c9a7dc38 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 12:58:27 -0700
Subject: [PATCH 171/183] New translations viewAstroPiQuake.md (English)
---
folder/en/viewAstroPiQuake.md | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 folder/en/viewAstroPiQuake.md
diff --git a/folder/en/viewAstroPiQuake.md b/folder/en/viewAstroPiQuake.md
new file mode 100644
index 0000000..647fa50
--- /dev/null
+++ b/folder/en/viewAstroPiQuake.md
@@ -0,0 +1,43 @@
+Viewing AstroPiQuake sensor data
+
+AstroPiQuake senses temperature, humidity, and pressure. It gets gyroscope and accelerometer readings.
+
+This getData.py script senses data and prints it in json format
+
+```
+#!/usr/bin/python
+
+import datetime
+from sense_hat import SenseHat
+
+sense = SenseHat()
+
+sensors = {}
+sensors["pressure"] = str(sense.get_pressure())
+sensors["temperature"] = str(sense.get_temperature())
+sensors["humidity"] = str(sense.get_humidity())
+
+o = sense.get_orientation()
+sensors["pitch"] = str(o["pitch"])
+sensors["roll"] = str(o["roll"])
+sensors["yaw"] = str(o["yaw"])
+
+a = sense.get_accelerometer_raw()
+sensors["x"] = str(a["x"])
+sensors["y"] = str(a["y"])
+sensors["z"] = str(a["z"])
+
+t = datetime.datetime.now()
+sensors["timestamp"] = str(t.strftime('%Y%m%d %H:%M'))
+sensors["lng"] = '-118.323411'
+sensors["lat"] = '33.893916'
+sensors["device_name"] = "AstroPiQuake"
+
+print(sensors)
+```
+
+json
+
+```
+{'pressure': '0', 'lat': '33.893916', 'z': '-0.02169257216155529', 'pitch': '2.6417886780271713', 'roll': '281.7232590548508', 'yaw': '134.7106325472459', 'lng': '-118.323411', 'y': '-0.972381591796875', 'humidity': '39.247840881347656', 'device_name': 'AstroPiQuake', 'x': '-0.0034556991886347532', 'timestamp': '20200528 12:31', 'temperature': '31.669998168945312'}
+```
From 6b170dc12e8c256d5122962bfa91f0ec6d5ed0f3 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:00 -0700
Subject: [PATCH 172/183] New translations README.md (English)
---
folder/en/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index daaa355..21e36cd 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From 3446b21ea83bc9d47133fe34415e902fde92afed Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:03 -0700
Subject: [PATCH 173/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index daaa355..21e36cd 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From 004cf2531eaaede192ba980aa89d96aead83ef15 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:05 -0700
Subject: [PATCH 174/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index daaa355..21e36cd 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From 7be2617c89323f0964e783dbae670d25800ff67a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:08 -0700
Subject: [PATCH 175/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index daaa355..21e36cd 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From 5869c849aea56090d1f1f5d626629522d2670a2a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:10 -0700
Subject: [PATCH 176/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index daaa355..21e36cd 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From 3248913d0a99cdbd07ef72e3744188e4d1247567 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Thu, 28 May 2020 13:35:13 -0700
Subject: [PATCH 177/183] New translations README.md (French)
---
folder/fr/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index daaa355..21e36cd 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -27,7 +27,7 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Gathering data
-Viewing sensor data
+Watching sensor readings
Saving sensor data in a MySQL table
From cc807a42672c5f17b4b5cff058c9140d35f043cc Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:11 -0700
Subject: [PATCH 178/183] New translations README.md (English)
---
folder/en/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/en/README.md b/folder/en/README.md
index 21e36cd..c50f194 100644
--- a/folder/en/README.md
+++ b/folder/en/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting
From 68459d395a241d2d72802aa22c0b79b2d6207617 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:14 -0700
Subject: [PATCH 179/183] New translations README.md (Chinese Simplified)
---
folder/zh/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/zh/README.md b/folder/zh/README.md
index 21e36cd..c50f194 100644
--- a/folder/zh/README.md
+++ b/folder/zh/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting
From 2e97f3386e5d7b0eed245e0f9141a490ca72935a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:17 -0700
Subject: [PATCH 180/183] New translations README.md (Russian)
---
folder/ru/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/ru/README.md b/folder/ru/README.md
index 21e36cd..c50f194 100644
--- a/folder/ru/README.md
+++ b/folder/ru/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting
From a104894cb55ca0fd996f079849d04f7b7bbba46a Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:19 -0700
Subject: [PATCH 181/183] New translations README.md (Arabic)
---
folder/ar/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/ar/README.md b/folder/ar/README.md
index 21e36cd..c50f194 100644
--- a/folder/ar/README.md
+++ b/folder/ar/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting
From 5ac0244324b85474d4cb19158a38e0556045c52b Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:22 -0700
Subject: [PATCH 182/183] New translations README.md (Spanish)
---
folder/es/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/es/README.md b/folder/es/README.md
index 21e36cd..c50f194 100644
--- a/folder/es/README.md
+++ b/folder/es/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting
From 43307cf8a0e52177c08cc782062c505eec2ae330 Mon Sep 17 00:00:00 2001
From: NelsonPython <34105635+NelsonPython@users.noreply.github.com>
Date: Fri, 29 May 2020 16:58:25 -0700
Subject: [PATCH 183/183] New translations README.md (French)
---
folder/fr/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/folder/fr/README.md b/folder/fr/README.md
index 21e36cd..c50f194 100644
--- a/folder/fr/README.md
+++ b/folder/fr/README.md
@@ -33,8 +33,6 @@ Accelerometer and gyroscope data are measured using [coordinates](https://en.wik
## Investigating your data
-[Collecting sensor data from the AstroPiQuake environment sensor](https://www.kaggle.com/nelsondata/iot-environment-sensor-data)
-
[Charting your AstroPiQuake data on ThingSpeak](https://thingspeak.com/channels/865101)
## Experimenting