Electricity Scanner (Featured Project)

LedLightScannerWP/LedLightScanner/LedLightScanner/led.pngElectricity scanner  by Tero Paananen (tepaa) is an application used to gather statistic about the electricity usage in your house real time. Usually the meter installed by the utility company has an LED that blinks at the speed that is relative to the usage of electricity. This application is consist of two parts in order to scan the LED blinking and calculate its statistics.

1. Server : The server application is implemented using Qt which scans LED light blinking (in kWh) from the electricity meter. This application calculates a real time electricity usage. Server application uses UDP for broadcasting kWh data to the clients.

2. Client : The client application is based on Qt and Windows Phone as well. The client receives kWh usage from the Qt server and shows the calculated kWH usage data in a textual and visual format. You can visit Qt ElectricityApp app and Windows Phone ElectricityAppWP application for detailed descriptions.

Qt Client and Qt Server talks via WLAN UDP sockets and Windows Phone Client and Qt Server uses TCP.

– Girish Padia (on behalf of the Projects Moderation team)

Psiloc create World Traveler for Asha Touch using the latest Java tools from Nokia Developer (Featured Video)

Wojciech Nowanski, COO, and Muhammad Ahmmad, Creative Programmer, at Psiloc talk about developing World Traveler —an app for business and leisure travellers — for Nokia Asha Touch phones that was created using the latest Java tools from Nokia Developer.
Nowanski explains how the application arose from the frustration of not being able to get information about a delayed flight. Now World Traveler puts flights, currency, and world time information at Nowanski’s fingertips.
The app took a small team four months to produce. In addition to the features of the Nokia SDK for Java, the LWUIT was of particular benefit in speeding up the development ‘because it has a wide variety of UI components and we don’t have to worry about implementing from scratch,’ says Ahmmad.
The most significant aspect of the development was that ‘Series 40 devices are getting smarter and more powerful, allowing us to create richer applications,’ according to Ahmmad.
Create your apps for Asha Touch phones using Java: http://developer.nokia.com/java

Game development for Series 40 : adding touch support (Featured Article)

Game development for Series 40 : adding touch support by izinin

Gamedev for s40 logical control.png

This article explains how to add touch screen support in a typical 2D adventure or quest game skeleton. This is the next article after “Rapid game development for S40 with NetBeans Visual Designer and Game Builder” in wiki article series. The previous articled ends when application skeleton is ready. Please refer to Rapid game development for S40 with NetBeans Visual Designer and Game Builder article if you want to go through the instructions from very beginning.