You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ The Nano Every is an inexpensive yet powerful board in a tiny form factor. In th
13
13
14
14
<iframewidth="100%"height="400"src="https://www.youtube.com/embed/1e2MVGAVbZM"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
15
15
16
-
In this project, the Nano BLE Sense learns how to identify three different colors. You can read more about this in the link below:
17
-
18
-
-[]().
16
+
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!
19
17
20
18
## Turntable For 7" Records
21
19
@@ -25,3 +23,11 @@ Using a Nano Every and a custom PCB, this maker made a turntable capable of play
25
23
26
24
-[Automatic Record Player by pdnelson](https://github.com/pdnelson/automatic-record-player).
27
25
26
+
## Smart Electricity Meter
27
+
28
+
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.
29
+
30
+
This smart electricity meter measures and stores the readings from two meters, simulatenously. To read more about this project, visit the link below:
31
+
32
+
-[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)
0 commit comments