Engine Management and Tuning Crome, NepTune, Hondata, AEM, MOTEC

HonDash -Specifications and Description

Thread Tools
 
Search this Thread
 
Old Nov 2, 2014 | 11:35 AM
  #1  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default HonDash -Specifications and Description



What's HonDash?
HonDash is an open source racing dash developed for Honda engines using a raspberry pi board.

What do I need?
-Raspberry PI model B
-HonDash board
-HDMI or RCA screen
-Crome OBD1 chipped ECU with quickdatalogging plugin enabled

Features
-8 analog inputs at max 5v (for temperature and pressure sensors)
-7 digital inputs(12v)/outputs(3.3v)
-1 serial port
-Inside temperature
-G forces meter
-Fully customizable from a pc connected via wifi/ethernet cable
-SPI and i2C protocols for other addons modules.

Road Map (no dates)
-Web service for online telemetry and message communication sharing a 3g connection with your mobile phone
-Datalogging
-MP3 player
-Graphs for onboard videos
-Hondata Kpro compatible
-Other OBD1 systems like Hondata S300/Ectune/Neptune.
-Fully configurable by XML

Source code here: https://github.com/pablobuenaposada/HonDash

Schematics


Photos

PCB


All system



videos
first test (sorry, not the best scene for go pro recording):

Last edited by DiSCLAiMER; Nov 6, 2014 at 12:12 PM.
Reply
Old Nov 3, 2014 | 04:35 PM
  #2  
VegasInvasion's Avatar
I'm Huge In Japan
 
Joined: Apr 2008
Posts: 1,314
Likes: 2
From: the 615
Default re: HonDash -Specifications and Description

two questions.
1.) are you selling something?
2.) are you the sole developer of this software and have a pending patent?
Reply
Old Nov 4, 2014 | 09:06 AM
  #3  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by VegasInvasion
two questions.
1.) are you selling something?
2.) are you the sole developer of this software and have a pending patent?
1.No, it's open source, you can download the code from my github account right now.
2. I'm the only developer of this project, it has no pending patent, as open source code you can modify it has you want.
I don't really know if I need to register any patent or add any disclaimer, I'll look, but basically what I want is to share it behind the basic open source policy.
Reply
Old Nov 5, 2014 | 01:56 PM
  #4  
m4xwellmurd3r's Avatar
Honda-Tech Member
 
Joined: Feb 2013
Posts: 2,232
Likes: 4
Default

Thats pretty awesome. Iirc rasberry pi boards are really cheap. Should make a good alternative to systems like tunerview, and cheap.

Questions though.
Whats the hondash board you have in the needed parts.
Any chance of making it compatible with hondata s300?
Reply
Old Nov 6, 2014 | 08:14 AM
  #5  
Natural Aspirations's Avatar
Honda-Tech Member
20 Year Member
 
Joined: Jul 2004
Posts: 5,957
Likes: 0
From: nothing is real unless it is observed
Default re: HonDash -Specifications and Description

Originally Posted by DiSCLAiMER
1.No, it's open source, you can download the code from my github account right now.
2. I'm the only developer of this project, it has no pending patent, as open source code you can modify it has you want.
I don't really know if I need to register any patent or add any disclaimer, I'll look, but basically what I want is to share it behind the basic open source policy.
Props to you! Our community needs more that are willing to SHARE.
Reply
Old Nov 6, 2014 | 08:39 AM
  #6  
spAdam's Avatar
Honda-Tech Member
20 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Jul 2002
Posts: 9,710
Likes: 919
From: Boat on a Hill, CA
Default re: HonDash -Specifications and Description

Interested to see the required Hondash board.
Reply
Old Nov 6, 2014 | 11:54 AM
  #7  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by m4xwellmurd3r
Thats pretty awesome. Iirc rasberry pi boards are really cheap. Should make a good alternative to systems like tunerview, and cheap.

Questions though.
Whats the hondash board you have in the needed parts.
Any chance of making it compatible with hondata s300?
Yes, it's more expensive the screen than the raspberry itself
HonDash can be the best and probably the only alternative to those ones don't want to pay the price of a racepak, mxl strada or motec.
Tunerview is not expensive at all but his screen is very basic.

Making it compatible to other systems like s300 it's complicated but not impossible, the main problem is that this systems are not cheap and in my case my engine is stock so I don't really need them. There's also the trouble of no one of this tuning systems wants to reveal his communication protocol.
Hondata specially didn't explain me the protocol they use to comunicate when I asked some time ago.
Let's see how this ends.
Reply
Old Nov 6, 2014 | 12:26 PM
  #8  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by Natural Aspirations
Props to you! Our community needs more that are willing to SHARE.
This project born from another personal project made with Arduino and a simple lcd, and at the same time, one guy here (sleepercivic88) started all with first code snippets communicating with an obd0 ecu with crome.
So at the end, this is a nice example of sharing.

Originally Posted by spAdam
Interested to see the required Hondash board.
Updated first post with schematics and images, we must talk mate, I remember your reverse engineering in Neptune from d-series.org, your work can feed this project.
Reply
Old Nov 6, 2014 | 12:34 PM
  #9  
spAdam's Avatar
Honda-Tech Member
20 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Jul 2002
Posts: 9,710
Likes: 919
From: Boat on a Hill, CA
Default re: HonDash -Specifications and Description

I have most of the protocol. The only thing is that, out of respect for James' IP, I can't share that as an open source deal. It's not complicated to figure out, just time consuming. I ended up learning about serial communication and built my own engine sim in the process though
Reply
Old Nov 8, 2014 | 01:21 AM
  #10  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by spAdam
I have most of the protocol. The only thing is that, out of respect for James' IP, I can't share that as an open source deal. It's not complicated to figure out, just time consuming. I ended up learning about serial communication and built my own engine sim in the process though
mmm.. it's a shame. And about the engine sim, can you share any schematic?
Reply
Old Nov 8, 2014 | 01:25 AM
  #11  
m4xwellmurd3r's Avatar
Honda-Tech Member
 
Joined: Feb 2013
Posts: 2,232
Likes: 4
Default

I dont kow if hed be willing to help for s300 support, but theres a guy who figured out the communication for s300 and made an android app that communicates with s300. Its called sdash.
Reply
Old Nov 8, 2014 | 02:23 AM
  #12  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by m4xwellmurd3r
I dont kow if hed be willing to help for s300 support, but theres a guy who figured out the communication for s300 and made an android app that communicates with s300. Its called sdash.
I asked him not too much time ago and he will not share the communication protocol of s300
Reply
Old Nov 8, 2014 | 06:42 AM
  #13  
siblues's Avatar
Honda-Tech Member
iTrader: (1)
 
Joined: Apr 2004
Posts: 12,559
Likes: 3
From: Just Peachy
Default re: HonDash -Specifications and Description

This looks really good and you are a really cool dude to let everyone enjoy it for free.Its been a long time since I have seen someone do something like this.
Reply
Old Nov 9, 2014 | 06:31 PM
  #14  
VegasInvasion's Avatar
I'm Huge In Japan
 
Joined: Apr 2008
Posts: 1,314
Likes: 2
From: the 615
Default re: HonDash -Specifications and Description

As a mod I have to approach this objectively, so here goes my ball busting.
Using protocols from patented softwares walks a thin line over copyright infringement. If you're going to develop this any further I would recommend consulting a legal service so you don't end up following Cui's footsteps.
Alternatively, you can just get a bluetooth module from Moates or an S300v3 and use Neptune or SDash's free Android app, which is nearly identical to this.
Reply
Old Nov 10, 2014 | 11:31 AM
  #15  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by VegasInvasion
As a mod I have to approach this objectively, so here goes my ball busting.
Using protocols from patented softwares walks a thin line over copyright infringement. If you're going to develop this any further I would recommend consulting a legal service so you don't end up following Cui's footsteps.
Alternatively, you can just get a bluetooth module from Moates or an S300v3 and use Neptune or SDash's free Android app, which is nearly identical to this.
I don't see any infringement here. I'm using Crome free version with his free datalogging protocol, a protocol made for output parameters to the outside, without any hacking or strange modification in order to decode the protocol.
When you synchronize a Kpro to any racepack/mxl strada/tunerview rd you don't have to pay any license.
Anyway, thanks for the advice, I need to take care of this things, I see that tunerview app is free but you have to pay later for every protocol you want to use, so I don't know if you pay to crome/hondata/neptune for a license or the money goes directly to hrtuning (app developer).

When you say neptune app you are referring to this?: https://play.google.com/store/apps/d...zter.tunerview

I don't want to undervalue SDash but in my opinion they are more focused in a show off app than a racing dash, you can install a small tablet as a cluster with the app but is not his main goal.
Tunerview app has datalogging and more things, seems a great product but as sdash, they are a business and you are subject to what they want offer you.

HonDash with the support of the community can be a very very interesting project, you want bluetooth connection? no problem I have tested the connection with bluetooth module and his fine, the freedom here is amazing.
Reply
Old Nov 14, 2014 | 12:31 PM
  #16  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

little fun with camo today

Reply
Old Nov 14, 2014 | 11:04 PM
  #17  
king06's Avatar
Honda-Tech Member
iTrader: (1)
 
Joined: Jan 2008
Posts: 807
Likes: 2
From: Phoenix, AZ
Default re: HonDash -Specifications and Description

Pretty freaking awesome.
Reply
Old Nov 15, 2014 | 05:01 AM
  #18  
spAdam's Avatar
Honda-Tech Member
20 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Jul 2002
Posts: 9,710
Likes: 919
From: Boat on a Hill, CA
Default re: HonDash -Specifications and Description

Originally Posted by DiSCLAiMER
mmm.. it's a shame. And about the engine sim, can you share any schematic?
I started to make one in eagle but never finished it. Time is incredibly short, I just haven't been working on my electronics projects lately.

Originally Posted by DiSCLAiMER
I don't see any infringement here. I'm using Crome free version with his free datalogging protocol, a protocol made for output parameters to the outside, without any hacking or strange modification in order to decode the protocol.
When you synchronize a Kpro to any racepack/mxl strada/tunerview rd you don't have to pay any license.
Anyway, thanks for the advice, I need to take care of this things, I see that tunerview app is free but you have to pay later for every protocol you want to use, so I don't know if you pay to crome/hondata/neptune for a license or the money goes directly to hrtuning (app developer).
The Crome protocol is published, so obviously you are free to do whatever with that.

If you figure out and/or use the NepTune or Hondata protocols for personal use, there is still no problem. The issue arises if you publish or profit from someone else's intellectual property... especially if you do it by creating a competing product.

I think what you've got going on here is pretty cool though. I was actually looking at moving over to the Raspberry Pi since I was having trouble getting the Arduino to communicate at 921.6k. It would technically be easier to figure out how to get the Demon to com at 38.4k though, it's in the Moates protocols but I haven't gotten it to work yet
Reply
Old Nov 15, 2014 | 01:09 PM
  #19  
VegasInvasion's Avatar
I'm Huge In Japan
 
Joined: Apr 2008
Posts: 1,314
Likes: 2
From: the 615
Default re: HonDash -Specifications and Description

It is still illegal to publish someone else's intellectual property without permission even if you're not profiting.
Reply
Old Nov 15, 2014 | 02:51 PM
  #20  
spAdam's Avatar
Honda-Tech Member
20 Year Member
Liked
Loved
Community Favorite
iTrader: (1)
 
Joined: Jul 2002
Posts: 9,710
Likes: 919
From: Boat on a Hill, CA
Default re: HonDash -Specifications and Description

Yes. I did say that.
Reply
Old Nov 15, 2014 | 04:35 PM
  #21  
Natural Aspirations's Avatar
Honda-Tech Member
20 Year Member
 
Joined: Jul 2004
Posts: 5,957
Likes: 0
From: nothing is real unless it is observed
Default re: HonDash -Specifications and Description

Originally Posted by VegasInvasion
It is still illegal to publish someone else's intellectual property without permission even if you're not profiting.
Aren't you doing so with your manual?
Reply
Old Nov 17, 2014 | 11:12 AM
  #22  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

Originally Posted by spAdam
I started to make one in eagle but never finished it. Time is incredibly short, I just haven't been working on my electronics projects lately.
As computer engineer I am not pretty much into electronic design, I have used eagle but I always end doing the things I don't know how to do in eagle in paint
If you make a simple paint/paper drawing I can search some time to make an schematic.

Originally Posted by spAdam
The Crome protocol is published, so obviously you are free to do whatever with that.

If you figure out and/or use the NepTune or Hondata protocols for personal use, there is still no problem. The issue arises if you publish or profit from someone else's intellectual property... especially if you do it by creating a competing product.

I think what you've got going on here is pretty cool though. I was actually looking at moving over to the Raspberry Pi since I was having trouble getting the Arduino to communicate at 921.6k. It would technically be easier to figure out how to get the Demon to com at 38.4k though, it's in the Moates protocols but I haven't gotten it to work yet
Let's see how far this goes, at the moment I'm still fixing some bugs and trying to finish some things, but soon or later the idea is to move to hondata/neptune.
When this happens I would need to send some mails in order to don't end in prison hehe.
BTW Rafael from sdash tell me that in those cases Hondata seems friendly and has no problem giving permission.

Last edited by DiSCLAiMER; Nov 18, 2014 at 11:11 AM.
Reply
Old Feb 9, 2015 | 11:12 AM
  #23  
DiSCLAiMER's Avatar
Thread Starter
Honda-Tech Member
 
Joined: May 2010
Posts: 104
Likes: 6
Default re: HonDash -Specifications and Description

added crome gear indicator, works very very good.
Also working in dataloging, future updates soon.
Reply
Old Feb 10, 2015 | 05:47 AM
  #24  
strykr89's Avatar
Honda-Tech Member
15 Year Member
 
Joined: Aug 2008
Posts: 107
Likes: 0
From: Edmonton, Canada
Default re: HonDash -Specifications and Description

I think I might have to give this a shot, got a few RPi's laying around
Reply
Old Aug 9, 2015 | 01:08 PM
  #25  
moonphysics's Avatar
Honda-Tech Member
 
Joined: Oct 2014
Posts: 35
Likes: 0
From: Nor Cal
Default HonDash

Just found this after you posted in your poorboy eg6 thread. Really cool project man, I've always wanted to do something like this. I'm gonna have to build one of these when I get the time. I'd love to contribute to the project and I'd be really interested in designing some interface skins. I'm currently an industrial graphic designer and I used to do web design and iPhone app interface design.

It looks like it's been a while since you've posted here. Any new updates?
Reply



All times are GMT -8. The time now is 08:19 AM.