My new toy .. Pertelian X2040.

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

My new toy .. Pertelian X2040.

Post by onion2k »

It was my birthday last week*. As the happy recipient of some Amazon vouchers I decided to spend it all on something completely pointless. You can do that with birthday money, it's allowed. So I bought myself a Pertelian X2040 ... basically it's a 20 character, 4 line alphanumeric LCD screen that plugs into a USB port and displays messages.

The gadget: http://www.pertelian.com/joomla/index.p ... &Itemid=48

There's a little system tray app that controls it and runs a whole bunch of plugins ... obvious things like a world clock, notes, a whole raft of computer stats (CPU usage, memory, temperatures, etc), and the current Winamp/iTunes/WMP song title can be displayed. And RSS feeds. I've just thrown together a quick hack to take information from the log of one of my sites, parse it into an RSS format file, and configured the X2040 to grab it every 15 minutes and display it. Now when someone buys something from one of the stores I code I'm informed on a little screen on my desk! It's ace. What's even better is that it has global hotkeys which the RSS reader uses to launch the URL part of the RSS feed .. so when a new sale comes in I can press 'CTRL+ALT+Q' and got straight to the admin and view the order. Amazing stuff!

Of course, the next challenge it to write a C# plugin for the system tray application that can run a PHP script and display the output. Then it'll become really useful.

* Thankies for the messages everyone who remembered..
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Re: My new toy .. Pertelian X2040.

Post by JayBird »

Will it work with OS X?

Do want
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: My new toy .. Pertelian X2040.

Post by onion2k »

Not out of the box by the looks of things. It works with Linux (not tried it myself, going by the people on the forum), and there's lots of information around about writing standalone apps that write to it, so it might be possible...
User avatar
Inkyskin
Forum Contributor
Posts: 282
Joined: Mon Nov 19, 2007 10:15 am
Location: UK

Re: My new toy .. Pertelian X2040.

Post by Inkyskin »

That looks pretty cool! If you could write it to show errors and notices while debuggin PHP... now that would rock
User avatar
Josh1billion
Forum Contributor
Posts: 316
Joined: Tue Sep 11, 2007 3:25 pm

Re: My new toy .. Pertelian X2040.

Post by Josh1billion »

onion2k wrote:I've just thrown together a quick hack to take information from the log of one of my sites, parse it into an RSS format file, and configured the X2040 to grab it every 15 minutes and display it. Now when someone buys something from one of the stores I code I'm informed on a little screen on my desk!
That's pretty sweet. :) I bet there are desktop apps that you could use to print straight to your desktop too, though.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: My new toy .. Pertelian X2040.

Post by onion2k »

Josh1billion wrote:That's pretty sweet. :) I bet there are desktop apps that you could use to print straight to your desktop too, though.
That would mean either having something always-on-top over my PHP coding app, or having a pop-up on the taskbar. Both would annoy me.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: My new toy .. Pertelian X2040.

Post by alex.barylski »

I've thought using those little LCD screens before. They are certainly neat. :)
Post Reply