All Projects → NikolaiRadke → Nokolino_diy

NikolaiRadke / Nokolino_diy

Licence: Apache-2.0 license
The small and naughty MP3-monster. DIY version.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Nokolino diy

ATtiny84-TinyCalibrator
OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
Stars: ✭ 39 (+95%)
Mutual labels:  attiny85, attiny45
CorePartition
Universal Cooperative Multithread Lib with real time Scheduler that was designed to work, virtually, into any modern micro controller or Microchip and, also, for user space applications for modern OS (Mac, Linux, Windows) or on FreeRTOS as well. Supports C and C++
Stars: ✭ 18 (-10%)
Mutual labels:  attiny85
Jobfunnel
Scrape job websites into a single spreadsheet with no duplicates.
Stars: ✭ 1,528 (+7540%)
Mutual labels:  monster
tiny-blockchain
Just a tiny toy blockchain thing
Stars: ✭ 18 (-10%)
Mutual labels:  toy
arduino-stoerbert
MP3 player for small children - firmware & PCB schematic
Stars: ✭ 31 (+55%)
Mutual labels:  mp3-player
Quietnet
Simple chat program that communicates using inaudible sounds
Stars: ✭ 2,924 (+14520%)
Mutual labels:  toy
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+12975%)
Mutual labels:  attiny85
AttinySound
sound generation on the AVR-Attiny cpus
Stars: ✭ 40 (+100%)
Mutual labels:  attiny85
timonel
ATtiny85/45/25 I2C bootloader
Stars: ✭ 108 (+440%)
Mutual labels:  attiny85
TinyCog
Small Robot, Toy Robot platform
Stars: ✭ 29 (+45%)
Mutual labels:  toy
meowmeow
MeowMeow - A Toy File Encoder/Decoder
Stars: ✭ 18 (-10%)
Mutual labels:  toy
ktPlayer-Music-Player
ktPlayer - Music Player on Java 8 with using JavaFX (Desktop)
Stars: ✭ 22 (+10%)
Mutual labels:  mp3-player
rab
Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool
Stars: ✭ 29 (+45%)
Mutual labels:  monster
rfid-audio
RFID jukebox (mp3 player controlled by rfid)
Stars: ✭ 33 (+65%)
Mutual labels:  mp3-player
ATtiny85-TinyFMRadio
FM Radio with RDS
Stars: ✭ 51 (+155%)
Mutual labels:  attiny85
statblock5e-creator
A frontend web application for creating creature statblocks for Dungeons and Dragons 5th Edition.
Stars: ✭ 15 (-25%)
Mutual labels:  monster
math-compiler
A simple intel/AMD64 assembly-language compiler for mathematical operations
Stars: ✭ 45 (+125%)
Mutual labels:  toy
qcc
qcc is a small toy C compiler
Stars: ✭ 37 (+85%)
Mutual labels:  toy
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (+300%)
Mutual labels:  toy
ES-Timer
A USB timer powered by Digispark ATtiny85 according to 🍅 pomodoro time management technique
Stars: ✭ 45 (+125%)
Mutual labels:  attiny85

Nokolino

The ATtiny-based litte brother of Noko. This is the Repository for the diy - Do It Yourself version. Tiny and cute. And everyone is invited to contribute. Nokolino is for everyone. Are you looking for the new PCB version? Look here: Nokolino_pcb, or are you an owner of a kit? Look here.

What's new? See the newsblog.

Three Nokolinos

Like his big brother Noko, the little Nokolino delights it's surroundings with cheeky comments. But unlike Noko he is more obstinate - no radio, no display, no frills. Instead of an Arduino he has a small ATtiny microcontroller, only an on-off switch and a big button. But he is small, can stay active for days and is, in contrast to his big brother, very easy to build.

Another useful application option would be to use the hardware without the monster suit as a music box in an old used doll to bring it back to modern days, maybe with other sounds or songs.

What does he to - technically? Whenever you press his button, he will laugh. And when he's just turned on, he says something random randomly every statistically 10 minutes. That's ist. Quiet a lot for a stuffed monster!

Nokolino stands for Nora and Nikos monster - the appendix lino describes the small version.

Notes for non-German Nokolino makers

Right now, the building wiki, the voice set and the manual are in German. I'll try to translate the wiki and the manual on day. Until then, feel free to ask me for translation, if you need help. Contribute! I need an English voice set and English text files. In addition, any other language is welcome, Nokolino is to be cosmopolitan!

Prerequisites

Nokolino needs Arduino IDE 1.6.6 or newer (https://www.arduino.cc/en/Main/Software). Copy the folder Nokolino_diy/src/Nokolino/ into your sketch folder and install ATtiny support. See how to compile for further instructions.

Content

Nokolino_diy/
├── howto_compile/
|   Manual how compile the sketches in your Arduino IDE and precompiled sketched  
|   └── precompiled/
|       Precompiled hex files
|       ├── ATtiny45/
|       |   Version for the ATtiny45.
|       └── ATtiny85/
|           Version for the ATtiny85.
|
├── linux_uploader/
|   Tool for uploading MP3-files to the JQ6500.
|
├── manual/
|   Nokolino manual in PDF format and a template for a packaging design.
|   └── scribus/
|       Source documents for Scribus with all illustrations and fonts.
|
├── mp3/
|   Voice set for Nokolino/Nokolina in German. English needed? Contribute!
|   ├── female/
|   |   Female voice for Nokolina.
|   |   ├── mp3_16MBit/
|   |   |   Voice set for the 2MB-JQ6500.
|   |   └── mp3_32MBit/
|   |       Enhanced voice set for the 4MB-JQ6500. 
|   └── male/
|       Male voice for Nokolino.
|       ├── mp3_8MBit/
|       |   Low qualitiy files for the 1MB-JQ6500.
|       ├── mp3_16MBit/
|       |   Voice set for the 2MB-JQ6500.
|       └── mp3_32MBit/
|           Enhanched voice set for the 4MB-JQ6500.  
|
├── schematics/
|   The schematics for the Nokolino parts, the Nokolino sewing pattern and shopping list.
|   └── geda/
|       Source documents for gEDA.
|
└── src/
    ATtiny sketch
    └── Nokolino/
        One file, no libraries, no frills. Just Nokolino. 

Let's get started!

Interested in Nokolino? Great! Let's start here: German wiki.
English wiki will follow. One day...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].