Skip to content

[MKC-304] Nano Every Community Projects #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

<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>

Expand All @@ -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

<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>

Expand Down
4 changes: 4 additions & 0 deletions content/hardware/03.nano/boards/nano-every/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All you need to know to get started with your new Arduino board.
</EssentialElement>

<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-every/community-projects">
Discover interesting projects from the community based on the Nano Every board.
</EssentialElement>

</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
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

<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>

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

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).

## 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)