Wednesday, October 17, 2012

Raspberry Pi

Hi ! First of all I would like to thank all of you, because I've recently hit 50,000 views on youtube ! It makes me proud and motivates me to do more and better stuff.



Next important thing is that my Raspberry Pi has finally arrived ! (it took 75 days) Original one that I've ordered got lost, so they had to send new one, on the other hand it's probably even better, because they've send me new model B with 512 MB RAM. I've already bought HDMI cable, Acrylic case and SD card. I want to make my raspberry fully portable, so expect some mods in near future, for that reason I've ordered this mini bluetooth keyboard with mouse pad from ebay. It's small, portable, wireless and uses only one USB port.

Friday, September 28, 2012

Bracerbot Beta UI

Hi there ! I'm back with another update. 


This time I finally focused on sending data from bracerbot to PC via Bluetooth. At the same time I've written small application in Processing that acquires the data and displays them on the screen using controlP5 library, which is great. This application also allow you to control robot. So in next week or so I will finally program gait and make this application look kinda better. Also notice that light sensor is showing 1023 because its not yet soldered to the board.

Tuesday, September 18, 2012

Bracerbot Beta [update]

Hi ! First of all I want to thank all of you for 15,000 views ! and I just want to show this quick update.

Finally he's walking ! Still need to work on it though. I've also spay-painted legs to black I think it looks much better. I'm still wondering whether I should keep is as it is or create some case for batteries from acrylic. Well gait is currently priority, but I also want to start with data acquisition. Then I want to make Processing app with full movement control and then perhaps I will try to make Android app in eclipse. 

Sunday, September 2, 2012

Bracerbot Beta

Hi there ! I am so sorry that it took me so long, but finally Bracerbot is here, Even though it's still in beta mode.


It all began early in July when I was thinking about what should I build next. I was positive that I wanted a quadruped, but there's lot of them, so I wanted mine to be somehow special. Since Iron Man is my favorite hero I always dreamed of building something that I could actually wear. Well what could I wear was question then. I ended up choosing bracelet (sort of). After that I've ordered some servos from ebay and started to draw some ideas in sketchup. It took me a week to make a final design. Then I started to put it all together. It uses 2xNokia batteries (I love those !) for board, bluetooth and sensors and 4x1.5V AAA batteries for servos (one battery in one leg, seemed like a good idea before I had to make wiring). You can see process of transformation in video. Currently I'm programming walking and I think it'll take me some time. I'm also thinking of using some sort of thin plastic as a mask, because as you can see it doesn't look very nice. To be honest I like the idea, but overall I think I failed because robot is too heavy as a bracelet (around 300 grams) and it doesn't look very nice as-well. So there will be some updates as I proceed with programming and Raspberry Pi still haven't arrived yet so I'm waiting.


Friday, August 10, 2012

Servo Breakout Board

Hi ! I am currently working on something big, so I apologize for not being active for some time.


I can't tell you what exactly I am working on, because it's sort of a secret. Only thing I can tell you is that it uses 8 servos. Well I am a lazy person and I don't like to attach servos. So I've decided to make a small breakout board that will allow me to test up to 12 servos easily with separate power source. It's quiet easy project that I put it together in one evening but it is quiet useful. I also want to tell you that I've finally ordered my Raspberry Pi so after I will receive it there will be some projects using it, because I really want to learn to program in Python. So sorry for less posts and I will try my best to finish this secret project ASAP.

Tuesday, July 10, 2012

Voice Controlled Light

Hi there ! First of all Happy Nikola Tesla Day ! And secondly I would like to apologize for not being active for some time.


But since summer is here I will hopefully have more time to work on my projects. Today I want to show you sort of an Intro. Finally I had some extra money so I've bought some relays. For quiet some time I have this idea in my mind. It's an idea to change my room in one big ecosystem, that would preferably be controlled by voice via PC or Android phone. Yes once again this idea comes from Ironman. So I've build simple setup in a box and connected arduino with a Bluetooth module to it and wrote some simple code to look for word “light”. You can see the result in a video. Google voice recognition seems to work pretty fast, but you need to have internet connection in order to use it. That's the reason why I want whole system to be controlled from my desktop. So I need to find right voice recognition software and install a microphone somewhere.

Tuesday, June 12, 2012

Control Glove as Game Controller


Hi there. Sorry for bit of a delay, but I'm unable to buy new Bluetooth module for dummy and there are few other problems with it. So sadly, I am forced to postpone this project for some time.


But don't worry I'm still working on Control Glove, because I feel that it has some potential. Since I have nothing to control in real world, I've been thinking what different can I control. When I lack creativity (most of the time), I'm playing some classic PC games from my childhood. I've been playing Re-Volt once again and it suddenly hit me, I can create sort of a game controller. Well that's easy to say, but harder to do. For some time I was totally lost. But then I found out that I can trick it. It basically works the way that Control Glove sends data from accelerometer to PC via Bluetooth. That data goes to a Application written in Processing. Processing is great, because you can export application directly for Windows/MAC/Linux. I have used a little trick, when you turn you hand to the left, processing will send (VK_left) via java Robot when you turn hand to the right Robot will send (VK_right). I found this to be the easiest method. Of course is not the best solution. Right now I'm planning to add few buttons to the glove to make proper controller out of it.