Reply
 
Thread Tools Search this Thread
 
Old 19 May 2014, 21:27   #21
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Got the Arduino programmed & working and talking via bluetooth to your apps running on my phone.
Its sending data when i ground pin 2 so i know its working

Now i just need my flow sensor to hurry and arrive.
__________________
Simon666 is offline   Reply With Quote
Old 20 May 2014, 04:23   #22
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Simon666 View Post
Got the Arduino programmed & working and talking via bluetooth to your apps running on my phone.
Its sending data when i ground pin 2 so i know its working

Now i just need my flow sensor to hurry and arrive.
Congratulations!!!

Now make sure you use the correct Pulses per liter for the sensor.
__________________
MaleBuffy is offline   Reply With Quote
Old 24 May 2014, 04:47   #23
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
I have updated the Arduino sketch in order to save energy. So the system is awake only if fuel passed through the sensor. That will help a little for when having a 9V battery connected, but also when the system is connected to the boat baterry in order to prevent battery draining.

Check the code at my blog
__________________
MaleBuffy is offline   Reply With Quote
Old 24 May 2014, 07:22   #24
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Thanks I will try that.
I received the flow sensors yesterday but not sure when I can try it on my boat as its stored 90 miles away!

Just looking at the code... has it missed out the jeelib and softwareserial file names after the #include commands?
__________________
Simon666 is offline   Reply With Quote
Old 24 May 2014, 10:02   #25
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Yes. For some odd reason it doesnt post <xxxx> at the blog....

Edit: HTML crap...done!
__________________
MaleBuffy is offline   Reply With Quote
Old 28 May 2014, 18:28   #26
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Just a thought for a future additon....

Could you feed the engine RPM signal into the Arduino then transmit this via Bluetooth to the app?

The app could then calculate the most efficient RPM/Speed for your boat, and maybe plot a graph?

No idea how much work is involved in this, i'm just thinking aloud!
__________________
Simon666 is offline   Reply With Quote
Old 28 May 2014, 18:53   #27
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Simon666 View Post
Just a thought for a future additon....

Could you feed the engine RPM signal into the Arduino then transmit this via Bluetooth to the app?

The app could then calculate the most efficient RPM/Speed for your boat, and maybe plot a graph?

No idea how much work is involved in this, i'm just thinking aloud!
Not a bad idea.

My Tohatsu has a multifunction gauge, and RPM is digitally displayed. So I think It might be possible.

I am going to give it a try, since I also have the service manual that might help quite a lot.

Since I have the same problem with you, being about 160km away from the boat, it might take some time.
__________________
MaleBuffy is offline   Reply With Quote
Old 28 May 2014, 21:14   #28
RIBnet supporter
 
gotchiguy's Avatar
 
Country: UK - England
Town: Dinard, Brittany
Boat name: Into the Red
Make: Osprey Vipermax
Length: 7m +
Engine: Evinrude E-tec 250HO
MMSI: 235 076 114
Join Date: Apr 2009
Posts: 1,957
RIBase
Shame outboards don't just have an obd2 port! I have a little bluetooth plug with the torque app on my phone and it is very useful indeed!

Neat little project this is
__________________
gotchiguy is offline   Reply With Quote
Old 28 May 2014, 23:18   #29
ncp
Member
 
ncp's Avatar
 
Country: USA
Town: California
Make: Avon 5.4m Searider
Length: 5m +
Engine: Yamaha 90
Join Date: Aug 2011
Posts: 1,260
Does someone want to write the code for my diesel using two flow sensors??? I can't seem to stomach spending $800 for a Floscan set-up!
__________________
ncp is offline   Reply With Quote
Old 29 May 2014, 03:00   #30
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by ncp View Post
Does someone want to write the code for my diesel using two flow sensors??? I can't seem to stomach spending $800 for a Floscan set-up!
I am actually doing this for a friend that has a twin yamaha setup. Stay tuned!
__________________
MaleBuffy is offline   Reply With Quote
Old 29 May 2014, 19:56   #31
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Well updated the blog with the code ! We haven't tested it yet, but it should work!

I might not make it into testing this weekend. I will however the in 2 weeks time!
__________________
MaleBuffy is offline   Reply With Quote
Old 29 May 2014, 20:13   #32
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Quote:
Originally Posted by ncp View Post
Does someone want to write the code for my diesel using two flow sensors??? I can't seem to stomach spending $800 for a Floscan set-up!
I take it you have twin diesels?
Could you not fit one flow meter on the common fuel feed line before it splits to each engine?
__________________
Simon666 is offline   Reply With Quote
Old 29 May 2014, 20:18   #33
ncp
Member
 
ncp's Avatar
 
Country: USA
Town: California
Make: Avon 5.4m Searider
Length: 5m +
Engine: Yamaha 90
Join Date: Aug 2011
Posts: 1,260
Quote:
Originally Posted by Simon666 View Post
I take it you have twin diesels?
Could you not fit one flow meter on the common fuel feed line before it splits to each engine?
No, single diesel. But, since diesels have a feed line and a return line, you need two flow sensors, one on each line - the2 you subtract one from the other to get actual use.

Question for MaleBuffy - I clicked on one of the link for the sensors, it said accuracy of +/- 10% - what's the accuracy of the one you picked? (I'm wondering how far off I could possibly be because I'd be using two sensor and some math)
__________________
ncp is offline   Reply With Quote
Old 29 May 2014, 20:18   #34
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Quote:
Originally Posted by MaleBuffy View Post
Well updated the blog with the code ! We haven't tested it yet, but it should work!

I might not make it into testing this weekend. I will however the in 2 weeks time!
Man! You don't hang about!
__________________
Simon666 is offline   Reply With Quote
Old 29 May 2014, 20:22   #35
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Quote:
Originally Posted by ncp View Post
No, single diesel. But, since diesels have a feed line and a return line, you need two flow sensors, one on each line - they you subtract one from the other to get actual use.
Arhhh Good point. I forget about the return line. Its been a while since i had an oil burner in a boat

I'm sure Malebuffy could do a simple mod to his new two outboard code to subtract the second sensor value instead of adding it.
__________________
Simon666 is offline   Reply With Quote
Old 29 May 2014, 21:26   #36
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by ncp View Post
No, single diesel. But, since diesels have a feed line and a return line, you need two flow sensors, one on each line - the2 you subtract one from the other to get actual use.

Question for MaleBuffy - I clicked on one of the link for the sensors, it said accuracy of +/- 10% - what's the accuracy of the one you picked? (I'm wondering how far off I could possibly be because I'd be using two sensor and some math)
I picked the one with 10% but waiting for anothet that has about 2%.

When I remember correctly, some commercial ones have also a 10% accuracy.

Thats not a big issue because you can use math to calibrate anyways. Its not that the accuracy will change everytime you use it.
__________________
MaleBuffy is offline   Reply With Quote
Old 29 May 2014, 21:29   #37
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Simon666 View Post
Arhhh Good point. I forget about the return line. Its been a while since i had an oil burner in a boat

I'm sure Malebuffy could do a simple mod to his new two outboard code to subtract the second sensor value instead of adding it.
Change the line

BTFuel.println(literspersecond+literspersecond2,3) ; // Sends liters per second to Bluetooth

To

BTFuel.println(literspersecond-literspersecond2,3); // Sends liters per second to Bluetooth

and you are good to go!
__________________
MaleBuffy is offline   Reply With Quote
Old 30 May 2014, 00:23   #38
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Quote:
Originally Posted by MaleBuffy View Post
Change the line

BTFuel.println(literspersecond+literspersecond2,3) ; // Sends liters per second to Bluetooth

To

BTFuel.println(literspersecond-literspersecond2,3); // Sends liters per second to Bluetooth

and you are good to go!
As easy as that!
Now all of a sudden you have a Diesel solution Nice work.
__________________
Simon666 is offline   Reply With Quote
Old 30 May 2014, 07:03   #39
Member
 
Cookee's Avatar
 
Country: UK - England
Town: Salcombe, Devon, UK
Boat name: BananaShark
Make: BananaShark
Length: 10m +
Engine: 2xYanmar 260 diesels
Join Date: Mar 2003
Posts: 4,225
With modern engines it would be even better if you could access the NMEA (canbus) engine data to use the fuel information from the engine - that's what the current GPS's do and it's amazingly accurate.
__________________
Cookee
Originally Posted by Zippy
When a boat looks that good who needs tubes!!!
Cookee is offline   Reply With Quote
Old 30 May 2014, 07:21   #40
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Cookee View Post
With modern engines it would be even better if you could access the NMEA (canbus) engine data to use the fuel information from the engine - that's what the current GPS's do and it's amazingly accurate.
Yes thats true, however its also very expensive.NMEA 2000 is not an open protocol and one has to buy a license in order to use it.
__________________
MaleBuffy is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 18:58.


Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.