X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=dart%2FREADME;fp=dart%2FREADME;h=f7cade4c6a1e6b2674bea819fd951a576ce358a4;hb=008ba91d9e2cfdcffa263bbfea51298026899d16;hp=0000000000000000000000000000000000000000;hpb=c4c34a4239839e73fea31251ccd6dd04f9a80827;p=svn42.git diff --git a/dart/README b/dart/README new file mode 100644 index 0000000..f7cade4 --- /dev/null +++ b/dart/README @@ -0,0 +1,27 @@ +Realraum tuer instructions: + +1. install avr-gcc and tools: + $ sudo aptitude install gcc-avr avr-libc avrdude + +2. download arduino version 0015 exactly: + $ wget http://arduino.googlecode.com/files/arduino-0015-linux.tgz + +3. unpack and add link: + $ tar -xzf arduino-0015-linux.tgz + $ ln -s arduino-0015 arduino + +4. update Makefile variables INSTALL_DIR and PORT to your needs + +5. build it + $ make + +6. flash it (press reset) + $ make upload + + + +Arduino OneWire Lib 2.0: +http://www.pjrc.com/teensy/td_libs_OneWire.html + +Dallas Temperature Library: +http://download.milesburton.com/Arduino/MaximTemperature/DallasTemperature_350.zip