I want to know that in the program of color sensor there is a line
freq = +=500000/dt
why we are taken 500000 and divided with input sensor data
robotsandi
@robotsandi
Posts made by robotsandi
-
freq += 500000/dt. why??
-
RE: Problem in python installation
@robotsandi said in Problem in python installation:
Hello Sir,
I am working on IO Rodeo Colorimeter Python version but due to some problem, it gives some error.
(colorenv) robotsandi@robotsandi-K54C:~$ colorimeter-main
Traceback (most recent call last):
File "/home/robotsandi/colorenv/bin/colorimeter-main", line 4, in <module>
import('pkg_resources').run_script('Colorimeter==0.1.0', 'colorimeter-main')
File "/home/robotsandi/colorenv/lib/python3.5/site-packages/pkg_resources/init.py", line 661, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/home/robotsandi/colorenv/lib/python3.5/site-packages/pkg_resources/init.py", line 1448, in run_script
exec(script_code, namespace, namespace)
File "/home/robotsandi/colorenv/lib/python3.5/site-packages/Colorimeter-0.1.0-py3.5.egg/EGG-INFO/scripts/colorimeter-main", line 2, in <module>
# EASY-INSTALL-SCRIPT: 'Colorimeter==0.1.0','colorimeter-main'
File "/home/robotsandi/colorenv/lib/python3.5/site-packages/Colorimeter-0.1.0-py3.5.egg/colorimeter/init.py", line 1, in <module>
ImportError: No module named 'colorimeter_serial' -
Clibration problem
Hello Dear,
When i am Place a cuvette with your ‘blank’ measurement (e.g. water) inside the colorimeter and click the button calibration then the software gives error [0, calibration failed] please help me.
Thank You! -
Add a nokia 5110 LCD Screen with colorimeter kit
Hello guy,
I am finally got colorimeter kit and i want to add an LCD Screen, but I do not understand how to modify the Arduino program.
Please help me to add Lcd Screen to see the output in the screen.
Thank You!