Latest Posts
-
Nokia 6230i Dateitransfer
Um Dateien auf das Handy zu kopieren, kann man das Programm obexftp verwenden. Um es über eine Bluetooth-Verbindung zu benutzen, ruft man es mit dem Parameter -b auf: obexftp -b {BD-Adresse des Handys} Hinter dieser Option können weitere angegeben werden: -l um den Verzeichnisinhalt aufzulisten, -c um in ein Unterverzeichnis …
-
Nokia 6230i Bluetooth Connection
Programs needed To establish a connection between the mobile phone and my computer I have used bluetooth. Therefore you need to have a kernel with the BlueZ bluetooth protocol stack enabled and a few utilities installed: bluez-utils: commandline programs to use bluetooth under linux. bluez-pin: This program asks for a …
-
Nokia 6230i Bluetooth-Verbindung
Benötigte Programme Um eine Verbindung zwischen Rechner und Handy aufzubauen, habe ich Bluetooth verwendet. Auf dem PC benötigt man dazu einen Kernel, in dem der BlueZ Bluetooth Stack aktiviert ist. Daneben werden noch einige Programm-Pakete benötigt: bluez-utils: Kommandozeilen-Programme, um Bluetooth unter Linux zu verwenden. bluez-pin: Programm, welches eine PIN abfragt …
-
Nokia 6230i Java-Anwendungen installieren
Auch unter Linux ist es einfach möglich, eine Java-Anwendung auf das Handy zu übertragen. Dazu genügt es aber nicht, die Dateien, aus denen die Anwendung besteht (üblicherweise eine jad-Datei, die die Anwendung beschreibt und eine jar-Datei mit dem eigentlichen Programmcode) einfach auf das Handy zu kopieren. Statt dessen muss die …
-
Nokia 6230i Address book synchronization
Configuration of gnokii If the bluetooth connection works, you can go on to configure gnokii. You need to edit the file /etc/gnokiirc. These are the important lines: [global] port = {BD address of the phone} model = 6510 initlength = default connection = bluetooth The other entries in this file can be left …
-
Nokia 6230i File Transfer
To copy files from and to your phone, you can use the program obexftp. To use a bluetooth connection, invoke the program like this: obexftp -b {BD address of the phone} Then you can append more options like -l to list the contents of a folder on the phone, -c …
-
Nokia 6230i Install Java Applications
Installing java applications on your Nokia 6230i is not really difficult. But it is not as easy as copying the application files (usually a jar- and a jad-file) to the phone. You need to install them correctly to be able to use the application . A convenient way is to use …
-
Nokia 6230i Pin-Belegung des POP Port
Dies hier ist die Steckerbelegung des sog. POP-Ports an der Unterseite des Handys. Pin 1 ist der mit etwas Abstand zu den anderen Pins angeordnete Kontakt. Pin Name Funktion ----- ------------ ---------------------------------------------------------------------------- 1 Vin 5V-Eingang 2 Gnd Masse 3 ACI Auto-Connect-Ignition (Automatische-Erkennung für angeschlossene Geräte) 4 V Out +5V-Ausgang (Versorgungsspannung für externes Zubehör …
-
Nokia 6230i POP port pin assignment
This is the pin assignment of the so called POP port of the Nokia 6230i mobile. Pin 1 is the one with a small distance to the other pins. Pin Name Function ----- ------------ -------------------------------------------------------------------------- 1 Vin 5V Input 2 Gnd Ground 3 ACI Auto-Connect-Ignition (automatic recognition of connected accessories) 4 V Out …
-
Hints on AVR Programming
On this page I have collected some hints for programming of AVR microcontrollers. I/O-Pins To control the behaviour of each I/O-Pin there are three registers. PORTx: State of the pin, low (0) or high (1) / without (0) or with (1) pull-up resistor DDRx (Data Direction Register): This determines …