home Forums # Technical Support Convert fuzzylite with Arduino FIST: MATLAB Fuzzy Inference System to Arduino C Reply To: Convert fuzzylite with Arduino FIST: MATLAB Fuzzy Inference System to Arduino C

#1091
Unknown
Member

Hi Juan,
I opened the saved qtfuzzylite .fis file with a text editor app (TextWrangler) and deleted all the
Enabled=1
Default=nan
LockValid=0
LockRange=0

as suggested.

Next, I converted the file using Karthik Nadig’s online converter (http://www.makeproto.com/projects/fuzzy/matlab_arduino_FIST/index.php ) and copied its code content as instructed into the Arduino IDE. Result is the same set of errors when VERIFIED as before. Do you know of a easy way to take a qtfuzzylite .fis and change it to C language so the Arduino Uno microprocessor can run it? Try doing what I’m attempting with your SimpleDimmer.fis example and Karthik Nadig’s Converter (http://www.makeproto.com/projects/fuzzy/matlab_arduino_FIST/index.php ). Then try creating an Arduino .ino sketch IDE and VERIFY. Thanks for helping.