Words&Letters - Connected wooden blocks toy

steliosm

Senior Member
Hello all.

I have been working on a connected educational toy for the past few days based on the 08m2 chip. It's the traditional wooden blocks game augmented with RFID tags and a companion HTML5 application.

24005


The RFID reader is connected to the computer, reads the tags inside the wooden blocks and send the data to the web application. The aim of the game is to use the correct blocks to spell the words that is shown in the computer screen. You can select between easy mode (you can see the word all the time) or hard mode (you only see the word for 3 seconds).

24006

Here is the link to the project: https://steliosm.net/site/?Projects:Connected_Smart_Wooden_Blocks&normal
Here is the link to the HTML5 game (can also be played with the keyboard - yes, it's in Greek!): http://games.steliosm.net/

Let me know if you have any questions.

UPDATE: I have attached the latest version of the code running on the PicAxe!

~stelios
 

Attachments

Last edited:

steliosm

Senior Member
Update: Source code is now attached in the first post!
If you are curious to see how to emulate a keyboard using a picaxe with either AACKeys(windows/mac) or inputattach(linux) you can see it in the code.
 
Top