Let me start off and say I've never done a project like this before, so I'm essentially making this thread as I figure things out. Basically what I'm looking to make is an ethanol content gauge and be in under $100. Since the next cheapest Innovate gauge is upwards of $240 with the gauge, we can save some money here.
So according to my research, the Chevy style ethanol content sensors are rather simple - just two wires for power and one for signal. This signal wire we're concerned with just essentially returns a certain frequency which tells the % of alcohol in your fuel. See below for pinout and ethanol content frequency info:

It's nice that table on there contains the conversion formula and everything for changing the hertz to a %.
So, now we need something to read this frequency and display it to us in a format we can read. I have already purchased an Arduino Uno (link) and plan to use this to process the ethanol sensor's output and make it into a format that I can display onto a small screen (link). I can likely keep the Arduino in a little box in my glove box and then I was thinking keeping the screen in my center console ash tray section so I can just open it and look whenever I fill my tank.
Thankfully my car already runs PI and it'll be decently easy to find a place in my fuel system to tap into in order to add the sensor.
So far:
Arduino Uno = $10
4 digit display = $2.99
Flex fuel sensor = ~$30
Misc wires = $cheap
Fuel line quick connect fittings = $20-$30
I know @SharksInSpace was interested... I feel @Maisonvi may like this because he like making things, and of course @Enki can hop in and add information if he wants since he's just a genius.
I know there's also tiny Arduino controllers that are maybe 1/4 of the size of the normal Arduino Uno that I have and may be able to do this processing, but that's maybe a project for someone else interested or in the future for me.
Relevant links:
Arduino on eBay: Link
Fuel line push fittings: Link
Flex fuel sensor: Link
Arduino input/output how to: Link
16x2 LCD display: Link
Setup for above display: Link
So according to my research, the Chevy style ethanol content sensors are rather simple - just two wires for power and one for signal. This signal wire we're concerned with just essentially returns a certain frequency which tells the % of alcohol in your fuel. See below for pinout and ethanol content frequency info:

It's nice that table on there contains the conversion formula and everything for changing the hertz to a %.
So, now we need something to read this frequency and display it to us in a format we can read. I have already purchased an Arduino Uno (link) and plan to use this to process the ethanol sensor's output and make it into a format that I can display onto a small screen (link). I can likely keep the Arduino in a little box in my glove box and then I was thinking keeping the screen in my center console ash tray section so I can just open it and look whenever I fill my tank.
Thankfully my car already runs PI and it'll be decently easy to find a place in my fuel system to tap into in order to add the sensor.
So far:
Arduino Uno = $10
4 digit display = $2.99
Flex fuel sensor = ~$30
Misc wires = $cheap
Fuel line quick connect fittings = $20-$30
I know @SharksInSpace was interested... I feel @Maisonvi may like this because he like making things, and of course @Enki can hop in and add information if he wants since he's just a genius.
I know there's also tiny Arduino controllers that are maybe 1/4 of the size of the normal Arduino Uno that I have and may be able to do this processing, but that's maybe a project for someone else interested or in the future for me.
Relevant links:
Arduino on eBay: Link
Fuel line push fittings: Link
Flex fuel sensor: Link
Arduino input/output how to: Link
16x2 LCD display: Link
Setup for above display: Link
Last edited: