To make this work there are a number of challenges, which include:
- Connecting the head to the web, ideally remotely using wireless
- Once connected getting the last tweet from a specific Twitter account (the control account)
- Converting the tweet into speech
- Making the speech signal animate a mouth to simulate talking
This is visualised above!
The step for getting the last tweet from a twitter account
Step one of this I appear to have solved in Processing (which is Java-based), which should mean it works in arduino.
Here's a snap shot of the function and the output that it can produce.
It's calling the Twitter API, then parsing it and splitting it to create an array, then calling one element of that array, which is the last Tweet from twitter.com/rosemarybeetle
No comments:
Post a Comment