From 78d4a216a9901b8c180bf7d85cc76804ec1fcf6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karl=20S=C3=B6derby?=
<35461661+karlsoderby@users.noreply.github.com>
Date: Wed, 2 Feb 2022 14:44:26 +0100
Subject: [PATCH 1/5] Add nano every community page
---
.../community-projects/community-projects.md | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
new file mode 100644
index 0000000000..d690f675fc
--- /dev/null
+++ b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
@@ -0,0 +1,27 @@
+---
+title: 'Nano Every Community Projects'
+description: 'Discover interesting projects from the community based on the Nano Every board.'
+author: 'Karl Söderby'
+tags: [Nano]
+---
+
+The Nano Every is an inexpensive yet powerful board in a tiny form factor. In this article you will find great videos and articles related to the [Nano Every board](https://store.arduino.cc/products/arduino-nano-every), made by our amazing community of makers.
+
+***Videos and external links found in this article are not maintained by Arduino. You can visit the [official documentantion for Nano Every](/hardware/nano-every).***
+
+## NeoPixel Driver Without Bit-Banging
+
+
+
+In this project, the Nano BLE Sense learns how to identify three different colors. You can read more about this in the link below:
+
+- []().
+
+## Turntable For 7" Records
+
+If you happen to be a vintage record collector AND a fan of DIY electronics, this project might interest you.
+
+Using a Nano Every and a custom PCB, this maker made a turntable capable of playing 7" records (singles), and it is impressive to say the least! Check it out in the link below:
+
+- [Automatic Record Player by pdnelson](https://github.com/pdnelson/automatic-record-player).
+
From 5b5030c628948444154a4fef859f5c02c5a61087 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karl=20S=C3=B6derby?=
<35461661+karlsoderby@users.noreply.github.com>
Date: Thu, 3 Feb 2022 12:00:26 +0100
Subject: [PATCH 2/5] Add electricity meter, elektor guide
---
.../community-projects/community-projects.md | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
index d690f675fc..3bcae76483 100644
--- a/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
+++ b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
@@ -13,9 +13,7 @@ The Nano Every is an inexpensive yet powerful board in a tiny form factor. In th
-In this project, the Nano BLE Sense learns how to identify three different colors. You can read more about this in the link below:
-
-- []().
+This great video from [Elektor](https://www.elektor.com/) shows how to create a NeoPixel driver through the Custom Configurable Logic (CCL) block. It also serves as a nice introduction to the Nano Every board!
## Turntable For 7" Records
@@ -25,3 +23,11 @@ Using a Nano Every and a custom PCB, this maker made a turntable capable of play
- [Automatic Record Player by pdnelson](https://github.com/pdnelson/automatic-record-player).
+## Smart Electricity Meter
+
+A bit more advanced use case for the Nano Every is documented by user [torstengeppert](https://create.arduino.cc/projecthub/torstengeppert) on the Arduino Project Hub platform.
+
+This smart electricity meter measures and stores the readings from two meters, simulatenously. To read more about this project, visit the link below:
+
+-[Logging 2 Electricity Smart Meters Using Arduino Nano Every](https://create.arduino.cc/projecthub/torstengeppert/logging-2-electricity-smart-meters-using-arduino-nano-every-99f934)
+
From 9c764af6354acc9a47740b74657ef013d33bcb98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karl=20S=C3=B6derby?=
<35461661+karlsoderby@users.noreply.github.com>
Date: Thu, 3 Feb 2022 12:42:41 +0100
Subject: [PATCH 3/5] Added every to essentials
---
content/hardware/03.nano/boards/nano-every/essentials.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/content/hardware/03.nano/boards/nano-every/essentials.md b/content/hardware/03.nano/boards/nano-every/essentials.md
index 3e8a903ed1..3fce5fee40 100644
--- a/content/hardware/03.nano/boards/nano-every/essentials.md
+++ b/content/hardware/03.nano/boards/nano-every/essentials.md
@@ -4,6 +4,10 @@
All you need to know to get started with your new Arduino board.
+
+ Discover interesting projects from the community based on the Nano Every board.
+
+
From 47e43c817f05dde580cc7090d126d681c4cf72f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karl=20S=C3=B6derby?=
<35461661+karlsoderby@users.noreply.github.com>
Date: Thu, 3 Feb 2022 12:43:30 +0100
Subject: [PATCH 4/5] Update titles of ble sense proj.
---
.../tutorials/community-projects/community-projects.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/community-projects/community-projects.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/community-projects/community-projects.md
index ebb63979b2..ff255729ba 100644
--- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/community-projects/community-projects.md
+++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/community-projects/community-projects.md
@@ -9,7 +9,7 @@ The Nano BLE Sense is a fantastic, versatile board that can be used for environm
***Videos and external links found in this article are not maintained by Arduino. You can visit the [official documentantion for Nano BLE Sense](/hardware/nano-33-ble-sense).***
-## Picovoice
+## Voice Control
@@ -34,7 +34,7 @@ Learn how to access data from the Nano BLE Sense via the [Phyphox](https://phyph
- [Remote sensors with a smartphone](http://hebergement.universite-paris-saclay.fr/supraconductivite/projet/arduino_nano/?lang=en) (external link).
-## Color Recognition ML
+## Color Detection
From 8a74cc3dc7187ce83cb15dc366c0838069847704 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karl=20S=C3=B6derby?=
<35461661+karlsoderby@users.noreply.github.com>
Date: Thu, 3 Feb 2022 12:48:37 +0100
Subject: [PATCH 5/5] fix typo
---
.../tutorials/community-projects/community-projects.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
index 3bcae76483..f30a5bd477 100644
--- a/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
+++ b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
@@ -29,5 +29,5 @@ A bit more advanced use case for the Nano Every is documented by user [torstenge
This smart electricity meter measures and stores the readings from two meters, simulatenously. To read more about this project, visit the link below:
--[Logging 2 Electricity Smart Meters Using Arduino Nano Every](https://create.arduino.cc/projecthub/torstengeppert/logging-2-electricity-smart-meters-using-arduino-nano-every-99f934)
+- [Logging 2 Electricity Smart Meters Using Arduino Nano Every](https://create.arduino.cc/projecthub/torstengeppert/logging-2-electricity-smart-meters-using-arduino-nano-every-99f934)