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 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. + + 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..f30a5bd477 --- /dev/null +++ b/content/hardware/03.nano/boards/nano-every/tutorials/community-projects/community-projects.md @@ -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 + + + +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) +