Skip to content

Commit aea9335

Browse files
authored
Merge pull request #36 from arduino/sync/karlsoderby/nano-every-comm-projects
[MKC-304] Nano Every Community Projects
2 parents ee4ed57 + 8a74cc3 commit aea9335

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/community-projects/community-projects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Nano BLE Sense is a fantastic, versatile board that can be used for environm
99

1010
***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).***
1111

12-
## Picovoice
12+
## Voice Control
1313

1414
<iframe width="100%" height="400" src="https://www.youtube.com/embed/b7wzFEDU0U8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1515

@@ -34,7 +34,7 @@ Learn how to access data from the Nano BLE Sense via the [Phyphox](https://phyph
3434

3535
- [Remote sensors with a smartphone](http://hebergement.universite-paris-saclay.fr/supraconductivite/projet/arduino_nano/?lang=en) (external link).
3636

37-
## Color Recognition ML
37+
## Color Detection
3838

3939
<iframe width="100%" height="400" src="https://www.youtube.com/embed/BGAXLsUgPqY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
4040

content/hardware/03.nano/boards/nano-every/essentials.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
All you need to know to get started with your new Arduino board.
55
</EssentialElement>
66

7+
<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-every/community-projects">
8+
Discover interesting projects from the community based on the Nano Every board.
9+
</EssentialElement>
10+
711
</EssentialsColumn>
812

913
<EssentialsColumn title="Suggested Libraries">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: 'Nano Every Community Projects'
3+
description: 'Discover interesting projects from the community based on the Nano Every board.'
4+
author: 'Karl Söderby'
5+
tags: [Nano]
6+
---
7+
8+
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.
9+
10+
***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).***
11+
12+
## NeoPixel Driver Without Bit-Banging
13+
14+
<iframe width="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+
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!
17+
18+
## Turntable For 7" Records
19+
20+
If you happen to be a vintage record collector AND a fan of DIY electronics, this project might interest you.
21+
22+
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:
23+
24+
- [Automatic Record Player by pdnelson](https://github.com/pdnelson/automatic-record-player).
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)
33+

0 commit comments

Comments
 (0)