X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=rf433ctl%2FREADME;h=f7cade4c6a1e6b2674bea819fd951a576ce358a4;hp=916af036514911f177360f25fcc03a1833b9eb0a;hb=a34e51d757fe52cb19de2937ae1b211894167524;hpb=b654506283c4f625e5ade66e2bc5eb22ad4d1545 diff --git a/rf433ctl/README b/rf433ctl/README index 916af03..f7cade4 100644 --- a/rf433ctl/README +++ b/rf433ctl/README @@ -3,12 +3,12 @@ Realraum tuer instructions: 1. install avr-gcc and tools: $ sudo aptitude install gcc-avr avr-libc avrdude -2. download arduino: - $ wget http://arduino.googlecode.com/files/arduino-0013-linux2.tgz +2. download arduino version 0015 exactly: + $ wget http://arduino.googlecode.com/files/arduino-0015-linux.tgz 3. unpack and add link: - $ tar -xzf arduino-0013-linux2.tgz - $ ln -s arduino-0013 arduino + $ tar -xzf arduino-0015-linux.tgz + $ ln -s arduino-0015 arduino 4. update Makefile variables INSTALL_DIR and PORT to your needs @@ -17,3 +17,11 @@ Realraum tuer instructions: 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