Skip to content

NikolaiRadke/Schimpfolino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schimpfolino

"Klappriger Blubberfetzen" "Nervendes Riesenungemach" "Windige Pupswindel"

Who doesn't like to be insulted? Schimpfolino is an evil gadget that always has a saying ready. Small, handy, power saving. And completely useless. You need a PCB and some parts listed below. It's easy to build and long lasting for everyday use.

Huch, Englisch? Kann ich nicht. Schnell hier hin.

Schimpfolino

Schimpfolino is a random curse word generator with 10.125.000 possible combinations right now. That should be enough for a while. It's suitable for children (but still evil), maintenance-free and the battery lasts for years. And with the right case, it's an evil monster, like the Nokolino shaped case below! Just press the button, receive an insult, after 10 seconds it turns off again. That's it. Evil. You can print the case in black! Black is an evil color. It is so evil. It is so evil that it hurts many people that are good!

What's new?
05.07.2024 Set open ports to INPUT_PULLUP to prevent floating. 1.0-05072024. -- More news? See the newsblog.

Notes for non-German Nokolino makers

The building wiki and the curse words are in German. You need English words? Contribute!

Prerequisites

Exept for the tools and some time, you need:

  • Arduino IDE 1.6.6 or higher
  • Serial terminal software like Tera Term (Windows) or CuteCom (Linux).
  • Arduino UNO/Nano/Whatever with USB cable
  • A breadboard
  • Some Dupont wires
  • A 10uF capacitor

And the following hardware:

  • Schimpfolino PCB
  • ATtiny45/85
  • 24LC64 or larger EEPROM
  • 0,96" SSD1306 oled display
  • Button
  • 2 Dip8 sockets
  • Batteryholder
  • CR2032 battery
  • Double-sided adhesive pad

Content

Schimpfolino/
Root directory with some explanation files.  
|
├── case/
|   STL files to 3D print a case. Other kind of hulls will follow.
|
├── schematics/
|   The circuit diagram, PCB renderings and gerber files.
|
└── src/
    Firmware and word files.
    ├── eeprom/
    |   All you need to flash your EEPROM.
    |   ├── eeprom_writer/
    |   |   Arduino sketch to write to your EEPROM.
    |   └── files/
    |       The EEPROM content word lists and the editor.
    |
    ├── Schimpfolino/
    |   Standard sketch with libraries.
    └── Schimpfolino_nopeeprom/
        Sketch for Schimpfolino without EEPROM.

Let's get started!

Ready? Great! Let's start here: German wiki.