Archive for the ‘PyS60’ Category

AccelerateMe: How does acceleration works?

Monday, October 5th, 2009

A week ago, I was very confuse about how does the accelerometer works… So I decide to implement a nice, simple and fast PyS60 app to understand how does it works.

The result was a working and decent app, that shows three bars: x-axis, y-axis and z-axis. When you move the cellphone they react and you can see how does they change!

The source code can be downloaded from here

pyLine: Testing the Rotation Sensor

Monday, September 21st, 2009

As you may know, I’m becoming more and more addicted to new technology and when this kind of things start to happened, you try to understand every new piece that appears.

Well… Rotation Sensors are not something new, but it’s my first time having a cell phone that contains one… So, I has decided to code a simple script to test it.

The script is coded on PyS60 (Python for S60), and it’s a simple line that always stays on vertical position :)

(more…)