Tom Janssens
Published © GPL3+

Build Meow! A Step-by-Step Instruction

Meow is a smart Slack Bot and starts to wave directly after you’ve received a Slack message. Let's get started!

AdvancedFull instructions provided5 hours439
Build Meow! A Step-by-Step Instruction

Things used in this project

Hardware components

Happy Lucky Cat (Maneki-neko)
×1
TinyPICO
Unexpected Maker TinyPICO
×1
Lithium LiPo Battery 800 mAh 3.7 V
×1
Cable Copper Set
×1
Heat Shrink Tubing Set
×1
Micro USB Female Jack PCB SMD
×1
Micro USB Jack
×1
Vertical Slide Switch
×1
Bump stops
×1
Breadboard (generic)
Breadboard (generic)
×1

Software apps and online services

PlatformIO IDE
PlatformIO IDE

Hand tools and fabrication machines

Soldering iron (generic)
Soldering iron (generic)
Solder Wire, Lead Free
Solder Wire, Lead Free
Hot glue gun (generic)
Hot glue gun (generic)
Tweezers kit
Blue tape

Story

Read more

Custom parts and enclosures

Meow-TinyPICO-Clip

Meow-Battery-Clip

Meow-Switch-USB-Case

Code

meow-coil-test.cpp

Arduino
#include <Arduino.h>
#include <TinyPICO.h>

TinyPICO tp = TinyPICO();
smartPaw = 14;

void setup() {
  Serial.begin(115200);
  pinMode(smartPaw, OUTPUT);
}

void loop() {
  tp.DotStar_CycleColor(25);
  digitalWrite(smartPaw, HIGH);
}

Meow

Credits

Tom Janssens

Tom Janssens

3 projects • 1 follower
Somewhere in between electronics and design.

Comments