Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Thursday, January 5, 2012

Music Player (MyMP3 v6.1) - Working

I finally gave up on this project since I will continue developing it on an arm platform (based on the EMX module, will post a video soon).


I got it to the point where you could browse files from the device with the application on the android phone and selecting a file started playing it.


Also the ethernet part was working (I could listen radio stations) but you can only test it by changing code on the device (no implementation on the Android side).


So, here is the complete source code for the xmega and for the android device. The android project can be imported directly in Eclipse.


Android Application Source Code
XMEGA Source Code

Thursday, April 28, 2011

Bluetooth remote

This is a project I made for school. It is a controller for blinds. It consists of an atmega board, with a servo and a light sensor, which is connected to the computer via an USB-Serial adapter. On the PC you can view the light level and control the servo position. You can also connect an Android terminal to the PC via Bluetooth (SPP) and command the servo or view the light level.