| Reply | « Previous Thread | Next Thread » |
|
pybtkeyboard - PC keyboard as bluetooth keyboard for mobile
------------------------------------------------------------ http://code.google.com/p/pybtkeyboard/ * Allows the use of your PC keyboard as bluetooth keyboard for inputing text and controlling your mobile * See btkeyboardphone.py to define your own mappings * Uses keypress from http://cyke64.googlepages.com (modified to allow raw event input) Installation ------------ btkeyboardpc.tar.gz * Requires python, pyblues, nucurses * run "python btkeyboardpc.py" in terminal btkeyboardphone.tar.gz * sign and install keypress_unsigned.SIS * copy btkeyboardphone.py to python dir e.g e:\python * add your PCs bluetooth address to btkeyboardphone.py * run btkeyboardphone.py voidonic@gmail.com |
|
Thanks - this is great!
Any hopes we could get this application under PyS60 Community Edition project version control as an example application? Mikko Ohtamaa Twinapex Research http://www.twinapex.com |
|
Is it possible to make this work on MacOsX or linux?
I didn't find pyblues or nucurses (typo? ncurses is available) for mac. |
|
On both platforms, it should be possible. Putools bluetooth Python console works on them,
Mikko Ohtamaa Twinapex Research http://www.twinapex.com |
|
Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
gaba88
Offline
Forum Nokia Champion
|
|
hi voidonic
![]() ![]() the new application seems very interesting will soon give a try. ![]() It seems that you have a pool of python applications now. ![]() Keep it up Enjoy Pythoning Gaba88 Gargi Das- http://gargidas.blogsot.com Forum Nokia Python Wiki Learn Python at http://mobapps.org/PyS60 |
|
Quote:
![]() Recently many people have developed applications for using PC keyboard for S60 phones (last was YAK) BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Quote:
The following file from pybtkeyboard has been updated, it makes it easier to install and run without signing. A new sis file is included with the appropriate caps. Importing keypress should no longer fail. http://pybtkeyboard.googlecode.com/f...hone0.1.tar.gz -voidonic |
|
Quote:
I just finished my keyboard app, but have some bugs I need to fix (still have some problems with a few keys, and threads).I'm aiming only for the n95, which is my phone . It was a nice little project to learn python, but damn, I got so distracted...in the middle of the project I started to play around with the accelerometer module, twisted (module to create sockets servers on the pc), papervision3D in flash...etc, etcAnyway, I hope I can release the code next week, though I'll have to check out this project as well to see if I can improve mine as well ![]() I did mine with glade and gtk for the pc side, and tested it on maemo (on my n810) and it worked more or less fine. |
|
Where to get bluetooth from on PC?
Traceback (most recent call last): File "btkeyboardpc.py", line 2, in <module> import bluetooth ImportError: No module named bluetooth |
| neil.young |
| View Public Profile |
| Find all posts by neil.young |
|
Quote:
Python Bluetooth port can expose any number of serial devices on the host operating system. So you can also use: http://pyserial.wiki.sourceforge.net/pySerial Mikko Ohtamaa Twinapex Research http://www.twinapex.com |
|
PyBluez installed. Next hurdle:
Traceback (most recent call last): File "btkeyboardpc.py", line 3, in <module> import curses File "C:\python25\lib\curses\__init__.py", line 15, in <module> from _curses import * ImportError: No module named _curses Hmm... |
| neil.young |
| View Public Profile |
| Find all posts by neil.young |
|
@voidonic
Hi, nice app. You can check mine out in this thread, it's called RemoteKB: http://discussion.forum.nokia.com/fo...d.php?t=139220 I also had to modify the keypress module. You probably could just use mine as it also allows to simulate raw events. It would actually be a good idea not to fork it anymore. Mine was announced in the following thread: http://discussion.forum.nokia.com/fo...d.php?t=138698 |
|
Any luck with Google?
Mikko Ohtamaa Twinapex Research http://www.twinapex.com |
|
No, didn't try that by now.
|
| neil.young |
| View Public Profile |
| Find all posts by neil.young |
|
Curses is basically ASCII graphics with some control chars, too. I would guess anything done with curses would pretty bad on S60 device
Here's a checkbox for you:Code:
T---T I x I L---J --jouni |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| 9500 and the SU-8W Bluetooth keyboard. | gotan | General Discussion | 1 | 2006-11-10 19:22 |
| How to use a 6820 as a Bluetooth keyboard | pbasch | Bluetooth Technology | 2 | 2006-09-13 11:30 |
| PC as bluetooth keyboard | mrm1 | Bluetooth Technology | 2 | 2005-04-14 21:31 |
| microsoft bluetooth keyboard and 6230 | jlb85 | General Discussion | 3 | 2004-02-02 17:33 |
| 7650 and MS Bluetooth Transceiver | damnedi | Bluetooth Technology | 1 | 1970-01-01 02:00 |