hi, i'm getting same error despite have tried 2 boards , done arduino reinstall in windows 7 machine! while trying update "bareminimum" in verbose mode: code: [select] arduino: 1.8.0 (windows 7), board: "arduino/genuino uno" sketch uses 450 bytes (1%) of program storage space. maximum 32256 bytes. global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes local variables. maximum 2048 bytes. ___remove___/bin/avrdude -c___remove___/etc/avrdude.conf -v -patmega328p -carduino -pcom8 -b115200 -d -uflash:w:c:\users\rui\appdata\local\temp\arduino_build_445303/bareminimum.ino.hex:i java.io.ioexception: cannot run program "___remove___/bin/avrdude": createprocess error=2, system cannot find file specified at java.lang.processbuilder.start(processbuilder.java:1048) at processing.app.helpers.processutils.exec(processutils.java:26) at cc.arduino.packages.uploader.executeuploadcommand(uploader.java:129) at cc.arduino.p...
hi, sorry, new , unsure lot of things, need clarification. haven't found information explains how , why things work, "do this, that" i following guide ( arduino-thermistor-temperature-sensor-tutorial ) connect thermistor arduino uno. here temperature sensor information: temp. sensor 2000r +-1% to92 part.no.: kty81-210 name: temp. sensor 2000r +-1% to92 description: 2.5mm, 1980...2020ohm, -55...+150°c and here sensor's data-sheet: sensor data-sheet i have connected same way in guide. works , values being serial printed. what don't understand: 1. thermistor's , resistor's ohm value should equal, correct? in case 2000 ohm? 2. thermistor has ptc, i'm guessing have invert math or use ntc thermistor instead correct values? (currently resistance goes temperature goes down) 3. understand code uses steinhart-hart math logic convert resistor value temperature value, need a, b , c coefficients of thermis...
Comments
Post a Comment