Is there any Arduino/ESP-8266-compactible refractometer sensor ?

Thread Starter

hugalves

Joined Aug 29, 2019
2
Hi everyone!

This is my first post, I've been looking for any sensor measurement for sugar for Arduino, however, I haven't found it so far.
Any suggestion would be really appreciated!

Regards
 

pmd34

Joined Feb 22, 2014
529
Hi hugalves, its sounds rather specialised to me, I think you would have to build the optics yourself from a CCD array and laser or some such.
 

Andrei Suditu

Joined Jul 27, 2016
52
Sounds specialized...Arduino is just an ecosystem.so if you get dirty enough you can interface that uC with most sensors...if it's powerfull enough to handle it...another story.....you could try looking for sensor ic's directly on the net and see if you could make a breakout board yourself.It's not going to be a walk in the park but if you have some specialized support it should work out(like electronics lab equipment access.)
 

be80be

Joined Jul 5, 2008
2,395
How could that be if its powerful enought
That not even true the arduino is a ide
But the cores you can use can do anything one
Could think of. You have arm and avr
Now the truth is its up to the coder what can
And cant be done.
You can dig in as deep as one wants
 

Andrei Suditu

Joined Jul 27, 2016
52
How could that be if its powerful enought
That not even true the arduino is a ide
But the cores you can use can do anything one
Could think of. You have arm and avr
Now the truth is its up to the coder what can
And cant be done.
You can dig in as deep as one wants
Strictly speaking the Arduino dev boards are uC with support circuitry.Arduino consists of it's cores +bootladers + ide etc...software parts.And about powerful enough....that sensor might output data too fast for the 8bit Arduino uC to keep up.Maybe the 32 bit ones are a better option.
Anyway i couldn't find any glucose sensors on Mouser but you should look on Digikey also under the Biometric sensors option.
 

puneetjindal

Joined Dec 23, 2019
1
In fact, the device to measure sugar already exists, its called BRIX: https://www.amazon.com/Refractomete...ds=brix+sugar&qid=1567524256&s=gateway&sr=8-4)

I was wondering if there were any Arduino device that could attach on it and get the sugar measure from BRIX, maybe this could be a shortcut. I will figure out how do it.

Thanks everyone for replying!
hi there, Have you got any success making this. I was trying to make BRIX meter using nodemcu, got across this thread.
probably you could help. tia
 

Janis59

Joined Aug 21, 2017
1,893
Sugar? Then use a not refraction of light (== mirror) but specific turn of polarization plane instead. Thats an effect very specific to any sugars. Just ordinary lightsource (LED??) and polarisation filter after that. Then cuvette with LUT (liquid under test) and one another polarisation filter with after staying any photodetector (photoresistor, phototransistor etc). As larger the sugar concentration, as less will be illuminated light receptor. The transimpedance OpAmp will be needed probably, but if Your wishes are inside the 8...10 bits of accuracy, then simply switch this opamp to one of (Your choice) A0 to A7 I/O having the ADC functionality.
 

jpanhalt

Joined Jan 18, 2008
11,087
Refractive index is not specific. Other solutes in the solution will affect it. That is why the description of the device (post #10 link) is based on using pure water. The method based on near IR measurement is probably more specific.
 
Top