Skip to content

Releases: yamanote1138/raspi-ruxpin

Facelift!

29 Oct 05:36
Compare
Choose a tag to compare
  • updated graphics
  • upgraded ui to Bootstrap5
  • optimized experience for mobile browsers
  • added spinner when speak/play functions are running

Sockets, docs, and Python3 :)

22 Oct 18:33
Compare
Choose a tag to compare
  • upgraded everything to python3
  • changed web server from bottle/flask to aiohttp
  • changed client/server communication from form posts to socketio
  • updated readme, moved documentation to wiki
  • updated fritzing diagram

IT WORKS... Mwahahaha

20 Oct 10:06
Compare
Choose a tag to compare
IT WORKS... Mwahahaha Pre-release
Pre-release

got reasonably-smooth audio/motor sync working as well as revived the text-to-speech functionality. Documentation is still lacking a little bit, but all the big stuff is finally working again!

Dreaded Threads

19 Oct 23:15
Compare
Choose a tag to compare
Dreaded Threads Pre-release
Pre-release
  • fixed issues with threading (previously mouth/eye threads would lock up webserver)
  • added logging for motor movements and triggered state changes
  • trying to get basic mouth/audio syncing working (it's super crunchy for now)

basic puppet functionality

16 Oct 07:17
Compare
Choose a tag to compare
Pre-release

got basic puppet (eye close/open, mouth close/open) function via both the test cli and web interfaces. Still a long way to go. Currently, trying any of the audio functions via the web ui will crash the app (note: would like to make this more resilient in future)