Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelly/maneki-neko
Automated Maneki-neko at Revelation Space
https://github.com/jelly/maneki-neko
cat cats esp8266 internetofshit internetofthings wemos
Last synced: about 1 month ago
JSON representation
Automated Maneki-neko at Revelation Space
- Host: GitHub
- URL: https://github.com/jelly/maneki-neko
- Owner: jelly
- License: gpl-3.0
- Created: 2017-09-23T18:13:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T18:37:16.000Z (over 5 years ago)
- Last Synced: 2024-10-31T17:23:23.852Z (3 months ago)
- Topics: cat, cats, esp8266, internetofshit, internetofthings, wemos
- Language: C++
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maneki-neko for the Revelation Space
A modified Maneki-neko which contains an Wemos D1 mini and a little servo to make the cat wave on command.
Created to wave at people who are currently in the hackerspace.![Maneki-neko](https://raw.githubusercontent.com/jelly/maneki-neko/master/neko.png)
## OTA via PlatformIO
1. Install platformio (`sudo pip3 install platformio`)
2. Run `./upload.sh`
3. If the password was wrong, `rm OTA_PASSWORD.h` and try again## OTA via Arduino IDE (untested; does this work?)
1. Create `OTA_PASSWORD.h` and add:
#define OTA_PASSWORD "passwordhere"
2. Make sure Arduino IDE is closed (all windows!)
3. Start Arduino IDE