xenoDisplay (was: xDisplay)

18 posts / 0 new
Last post
chaster
Offline
Last seen: 13 years 8 months ago
Joined: Sunday, May 20, 2007 - 19:19
Points: 15
xenoDisplay (was: xDisplay)

Hi Folks,

I apologize if this is posted in the wrong section (moderator please move if inappropriate), but I wanted to share news of a new project my company is working on called xDisplay.

xDisplay is an App (plus hardware) that changes your Apple iPhone/iPod Touch/iPad into a wireless system display for your electric vehicle. xDisplay interfaces via a dedicated WiFi connection to your motor controller and/or BMS. It utilizes the iPhone interface to present data in graphical format and is highly customizable. I could go on and on about the planned capabilities, but it's probably better to just point you towards our website for more info.

Oh, and before i forget - Travis Gintz (Frodus) is helping out on this project, so it's a joint effort. =)

Prototype Screenshot:

More info here:

xDisplay Info Page

xDisplay Home Page

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

This looks very nice.

WiFi seems a little bit like overkill - did you consider a Bluetooth (BT) version? Is BT SPP (serial port profile) available via the iPhone SDK?

On my todo list is a BT interface to our BCU. I have a Droid so Android will be the first target client I develop - but it would be great if the user could choose your iPhone app and software and have it work with our BCU+BT setup.

There are a bunch of Android based mini tablets coming out - so I'm hopeful that not only phone users will be able to "get in on the game". My ultimate solution would be a suitable dock on the dashboard of the C7x and user gets to specify it at time of order: the iPod, the Droid, the Archos media player...

:-)

Best of luck - and keep us posted.

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

reikiman
reikiman's picture
Offline
Last seen: 12 months 2 days ago
Joined: Sunday, November 19, 2006 - 17:52
Points: 8447
Re: xDisplay

I totally agree wifi is overkill and bluetooth is the way to go, or even wired USB, or a docking station/cradle/USB. iPhones have gotta have bluetooth (and a bit of yahoogling shows they do)

chaster
Offline
Last seen: 13 years 8 months ago
Joined: Sunday, May 20, 2007 - 19:19
Points: 15
Re: xDisplay

Unfortunately, Blue Tooth is out of the question (until Apple decides to change their draconian hardware rules). The only Blue tooth support that Apple provides is for game-specific networking (i.e. won't work unless you use their Game Framework - which doesn't give us enough to interface to general hardware) and audio (i.e. headsets).

Trust me, Blue Tooth would be our first choice - but it's not currently possible.

As for a dedicated hardware connection, that is a bit more possible (through some trickiness sidestepping Apple's lockdown on their hardware interfaces), but that involves a fair bit of circuit design and hardware manufacturing, so it's a feature we're looking at for sometime down the road..

Oh, and Android support (as well as other platforms like Blackberry, WebOS, Windows Phone 7, etc.) is something we're looking into once the iPhone version is relatively mature (and assuming we're selling enough to justify porting to another platform). I actually prefer the Android platform because of the larger screen devices, but we're already experienced with iPhone dev, and the market (for now) is a lot bigger, so iPhone is our flagship platform.

Eric

--------------------
www.xenopi.com
--------------------

frodus
frodus's picture
Offline
Last seen: 8 years 4 months ago
Joined: Monday, March 17, 2008 - 08:39
Points: 189
Re: xDisplay

We chose wifi for these reasons:

- The Iphone SDK doesn't allow bluetooth communication protocols like serial, its completely locked down and only allows for audio transmission. That means no SPP support in the latest SDK.
- The serial port on the iPhone is disabled for use. If you want to use it, the company must apply for "Made for Iphone" developer status. The process is long, drawn out and they take away a lot of profits to license each product sold. Plus, apple may reject the program at will.
- The USB port on the iPhone is a device-only USB connection. The Iphone doesn't enable USB Host, which would be needed for Communication to another device. This is also locked out on the SDK, its for sync only.

We chose iphone because the audience is large and there are many devices already out there. Android will prove to be much easier, but there aren't as many devices out there. If we develop worst case for the iphone, the product can easily be ported to other wifi platforms. From a developer standpoint, its one hardware device for multiple hardware plaforms.

____________

Travis Gintz
1986 Honda VFR Conversion
www.evfr.net

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

Unfortunately, Blue Tooth is out of the question (until Apple decides to change their draconian hardware rules).

Sigh, you (don't) gotta love Apple... they are the master of the closed system and yet folks do love 'em. Shame about that.

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

MikeB
Offline
Last seen: 7 years 4 months ago
Joined: Monday, April 14, 2008 - 09:49
Points: 517
Re: xDisplay

OOhh, looks rather cool. I'm definitely going to keep an eye on this. Maybe we can get you guys interfaced to John's bike design and I'll be a beta tester for that too. ;)

My electric vehicle: CuMoCo C130 scooter.

Mik
Mik's picture
Offline
Last seen: 8 years 1 week ago
Joined: Tuesday, December 11, 2007 - 15:27
Points: 3739
Re: xDisplay

I think WiFi might be better than other, shorter range options.

The ability to monitor the charging process remotely would be great!

And Bluetooth is then still available to listen to music etc whilst riding.

This information may be used entirely at your own risk.

There is always a way if there is no other way!

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

I think WiFi might be better than other, shorter range options.

The ability to monitor the charging process remotely would be great!

And Bluetooth is then still available to listen to music etc whilst riding.

Those are good points. I must confess I don't know Bluetooth's ability to multitask - I'll need to investigate that. I know it's point to point but can one multiplex different profiles?

The idea of getting a longer range for monitoring charging is a neat idea. I must admit I've been mostly concentrating on the discharge side of things (shortsighted of me!) My feeling on monitoring charging is that it should become less critical as we manufacturers get better at it and you customers get confidence in the fact that we've gotten better at it. Of course there will always be folks (me very much included) who will want access to the data stream - but probably not the "average customer"?

The BT solution is very easy for us to implement - it's simply implementing the standard BT Serial Port Profile (more accurately getting someones pre-packaged solution!). I'll have to look at serial to WiFi bridges and see if they exist (I'm sure they do) and how much they cost and how well they could be integrated.

Thanks Mik I stand corrected! I can now see some advantages to WiFi over BT. However, BT may still have a place in a "complete solution".

Sorry if this is a little off track from the original announcement...

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

frodus
frodus's picture
Offline
Last seen: 8 years 4 months ago
Joined: Monday, March 17, 2008 - 08:39
Points: 189
Re: xDisplay

I think only one BT connection at a time, I can't connect 2 devices from my laptop, phone or home PC.

FYI, We are using a serial to wifi bridge, that's what allows us to go from two serial devices to the iPhone. That's what this whole project is, to integrate that solution for others to use on their EV's. This device allows us to connect controllers/bms/etc to the locked-down phones, and the open phones, and to laptops/desktops etc.

____________

Travis Gintz
1986 Honda VFR Conversion
www.evfr.net

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

FYI, We are using a serial to wifi bridge, that's what allows us to go from two serial devices to the iPhone. That's what this whole project is, to integrate that solution for others to use on their EV's. This device allows us to connect controllers/bms/etc to the locked-down phones, and the open phones, and to laptops/desktops etc.

Great to hear - can I be a beta tester? (seriously!) What's the target price?

Is it simply a bridge or does it do some form of conversion from whatever the controller/bms stream provides and whatever the xDisplay (or other) wants to consume?

I'd love to get involved as a potential customer, possibly a manufacturing partner (but my guess is you've got that covered).

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

chaster
Offline
Last seen: 13 years 8 months ago
Joined: Sunday, May 20, 2007 - 19:19
Points: 15
Re: xDisplay is now xenoDisplay

Just a little update - we've changed the name to xenoDisplay to avoid confusion with the Unix program "xDisplay". I would change the subject line of this thread, but that's not allowed, so... oh well... (moderator, if you can change the thread name, I'd appreciate it!).

Cheers,

Eric

--------------------
www.xenopi.com
--------------------

chaster
Offline
Last seen: 13 years 8 months ago
Joined: Sunday, May 20, 2007 - 19:19
Points: 15
Re: xDisplay is now xenoDisplay

Update:

xenoDisplay now has preliminary support for the eLithion Lithiumate BMS system! =)

For more information, go here.

--------------------
www.xenopi.com
--------------------

MikeB
Offline
Last seen: 7 years 4 months ago
Joined: Monday, April 14, 2008 - 09:49
Points: 517
Re: xDisplay is now xenoDisplay

Looking very pretty, chaster.

And I really need a temp gauge on the C130 I'm testing for Current Motor Company. When's the beta test opening up, and when can you support a Kelly Controller? :)

My electric vehicle: CuMoCo C130 scooter.

frodus
frodus's picture
Offline
Last seen: 8 years 4 months ago
Joined: Monday, March 17, 2008 - 08:39
Points: 189
Re: xDisplay

Well, unless the kelly supports a temp sensor, I think you're going to be out of luck.....

Support for the kelly is forthcoming, we're going to work on Curtis and Elithion first, then alltrax, kelly, zilla, etc. We plan to release different versions as we add devices.

Also, its not known about the unit that the Kelly plugs into, we need transparent visibility to the kelly. If custom software is needed for a particular item, it would have to be contracted to Xenopi Studios (Eric's company).

____________

Travis Gintz
1986 Honda VFR Conversion
www.evfr.net

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

Well, unless the kelly supports a temp sensor, I think you're going to be out of luck.....

Support for the kelly is forthcoming, we're going to work on Curtis and Elithion first, then alltrax, kelly, zilla, etc. We plan to release different versions as we add devices.

The Kelly deals with two temperatures: a temperature input from the motor and an internal controller temperature.

In the documentation for the RS232 interface (the stuff I sent you) you can find how to read the internal controller temperature. I'm not sure if you can get the motor temperature via this interface (I suspect you can but it doesn't seem to be documented).

You can get access to the Kelly and this data stream directly via the RS232 / DB9 port on the device itself. So, for the general Kelly population you should have everything you need to support the Kelly.

Also, its not known about the unit that the Kelly plugs into, we need transparent visibility to the kelly. If custom software is needed for a particular item, it would have to be contracted to Xenopi Studios (Eric's company).

For CuMoCo's bikes we will be covering the RS232 / DB9 port with a tamper evident sticker. Unfortunately we can't support general access to the Kelly via this port because that also allows the owner to change the calibration. However, we will allow read only access to the same data from our own BCU. This would amount to the custom software that you mention. We'd be happy to collaborate with Xenopi if there's enough demand for the xenoDisplay on our bikes - however, at this stage we're not in a position to pay for Xenopi to develop software to support their product on our bikes. I fully understand your position - there's not many C1x's out there.

Yet... ;-)

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

chaster
Offline
Last seen: 13 years 8 months ago
Joined: Sunday, May 20, 2007 - 19:19
Points: 15
Re: xDisplay

For CuMoCo's bikes we will be covering the RS232 / DB9 port with a tamper evident sticker. Unfortunately we can't support general access to the Kelly via this port because that also allows the owner to change the calibration. However, we will allow read only access to the same data from our own BCU. This would amount to the custom software that you mention. We'd be happy to collaborate with Xenopi if there's enough demand for the xenoDisplay on our bikes - however, at this stage we're not in a position to pay for Xenopi to develop software to support their product on our bikes. I fully understand your position - there's not many C1x's out there.

Yet... ;-)

Hi John,

*chuckle*. It's a bit of chicken and egg for both of us. We plan on supporting Kelly controllers within a few revisions, so once that milestone is reached, doing a slight modification to get data from your BCU shouldn't be THAT hard (unless you decide to make it hard.. LOL). We're making good progress so far so by the time you have C1x's out there in the public "en masse" (hopefully) we should be ready to work something out. =)

Incidentally, once we have the iPhone/iPod Touch version going, we're definitely setting our sights on an Android version (mostly because there are a LOT of Android devices that are larger than a phone and cheaper). It's almost a certainty that we will do an Android version - assuming the iPhone version success rate warrants continuing the project.

Eric

--------------------
www.xenopi.com
--------------------

jdh2550_1
jdh2550_1's picture
Offline
Last seen: 10 years 11 months ago
Joined: Tuesday, July 17, 2007 - 09:35
Points: 2335
Re: xDisplay

It's a bit of chicken and egg for both of us. We plan on supporting Kelly controllers within a few revisions, so once that milestone is reached, doing a slight modification to get data from your BCU shouldn't be THAT hard (unless you decide to make it hard.. LOL). We're making good progress so far so by the time you have C1x's out there in the public "en masse" (hopefully) we should be ready to work something out. =)

Agreed. We'll be happy to work with you when it makes sense for both sides.

John H. Founder of Current Motor Company - opinions on this site belong to me; not to my employer
Remember: " 'lectric for local. diesel for distance" - JTH, Amp Bros || "No Gas.

Log in or register to post comments


Who's online

There are currently 0 users online.

Who's new

  • xovacharging
  • stuuno
  • marce002
  • Heiwarsot
  • headsupcorporation

Support V is for Voltage