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-33-ble-sense/tutorials/community-projects/community-projects.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Nano BLE Sense is a fantastic, versatile board that can be used for environm
9
9
10
10
***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).***
11
11
12
-
## Picovoice
12
+
## Voice Control
13
13
14
14
<iframewidth="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>
15
15
@@ -34,7 +34,7 @@ Learn how to access data from the Nano BLE Sense via the [Phyphox](https://phyph
34
34
35
35
-[Remote sensors with a smartphone](http://hebergement.universite-paris-saclay.fr/supraconductivite/projet/arduino_nano/?lang=en) (external link).
36
36
37
-
## Color Recognition ML
37
+
## Color Detection
38
38
39
39
<iframewidth="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>
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
+
<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
+
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)
0 commit comments