Bjoern Olausson

Maemo
CanonIR - in developement - PDF Print E-mail
  
Wednesday, 20 January 2010 09:32
I am currently looking int a way to control Canon EOS digital cameras like the Canon EOS 7D via the infrared (IR) controller of my Nokia N900.

Currently there is no code available.

Things to do:
  • Find out how I control the IR device with python on my N900 running Maemo
  • Find out the Canon IR raw codes


If anyone has an idea, helpers are welcome.

You can find the project on:

 

Cheers
Bjoern

Last Updated ( Wednesday, 20 January 2010 09:47 )
 
www2sms PDF Print E-mail
  
Tuesday, 19 January 2010 23:45
Today I released my first program for Maemo on the N900.

With www2sms you can send SMS via the webinterface of O2 without actually using the webinterface.
It's designed to easily patch in new providers. Patches are welcome :-)

Currently it will not work on Maemo, because "mechanize" for python is missing on Maemo.
Thought you can run it on any platform that runs Python and QT
Everything except the scheduling works. If someone finds a quick solution, patches are welcome.
You can find the project on https://garage.maemo.org/projects/www2sms

For help or other reqests please use the forum at https://garage.maemo.org/projects/www2sms
or write to '"maemo" at "olausson.de"'

www2sms04
www2sms06
www2sms07





Last Updated ( Wednesday, 10 February 2010 18:48 )
 
Maemo SDK running on Gentoo-Linux PDF Print E-mail
  
Friday, 18 December 2009 11:07
It's amazing!

resized_Maemo-SDK_on_Gentoo
(Click image to enlarge)

Now it's time to port some of my favorite CLI applications to Maemo.
The Nokia N900 with Maemo-Linux is, what I was waiting for since I started to use Linux.

Three cheers for OSS (OpenSourceSoftware).

Last Updated ( Wednesday, 20 January 2010 00:34 )
 
Maemo VoIP and 1und1 SIP PDF Print E-mail
  
Thursday, 10 December 2009 20:59
This describes how to configure the SIP account on Maemo (on Nokia N900) to work with 1&1.

  • Create a new SIP Account

Username: {Your1und1PhoneNumber}@sip.1und1.de (add the "international area code" to your number but without the "+")

Password: {YourVoIPPassword}

 

  • Advanced SIP settings

"Use for telephone numbers" Selected

"User name" Leave blank

"Transport" Auto (or UDP) works both

"Outbound proxy" Leave blank

"Port" 5060

"Discover public address" Selected

"Loose routing" NOT selected

"Keep-alive mechanism" Auto

"Keep-alive period" Auto

"Autodetect STUN" Auto (or stun.1und1.de)

 

  • Here are some additional information:

realm: 1und1.de

STUN-Server: stun.1und1.de

Sip-Server: sip.1und1.de

Ports (UDP): 5070 - 5079 and 30000-30019

Last Updated ( Thursday, 17 December 2009 16:37 )