Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Commit

Permalink
Commit of latest changes after a bound of insomnia.
Browse files Browse the repository at this point in the history
  • Loading branch information
darconeous committed Jul 27, 2011
1 parent 4571c67 commit 275a0e6
Show file tree
Hide file tree
Showing 7 changed files with 286 additions and 153 deletions.
9 changes: 9 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,9 @@
<language en>
<h1>Soil Moisture Sensor</h1>

<br><a href="http://www.deepdarc.com/soil-moisture-sensor/">http://www.deepdarc.com/soil-moisture-sensor/</a></br>
<br><a href="http:/github.com/darconeous/soil-moisture-sensor/">http:/github.com/darconeous/soil-moisture-sensor/</a></br>



</language en>
8 changes: 5 additions & 3 deletions Makefile
Expand Up @@ -27,8 +27,6 @@ CFLAGS += -std=c99
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -gdwarf-2
#CFLAGS += -mcall-prologues
#CFLAGS += -mint8

AVRDUDEFLAGS += -y
AVRDUDEFLAGS += -c dragon_dw
Expand All @@ -44,6 +42,7 @@ all: main.hex main.eep main.lss main.size

clean:
$(RM) main.o main.elf main.hex main.eep main.lss
$(RM) *.unc-backup*
$(RM) eagle/soil-moisture-sensor.cmp
$(RM) eagle/soil-moisture-sensor.drd
$(RM) eagle/soil-moisture-sensor.dri
Expand All @@ -59,6 +58,9 @@ hex: main.hex
hex-eeprom: main.eep
burn: main.burn

uncrustify:
uncrustify -c .uncrustify.cfg --replace *.c

burn-eeprom:
./gen-eeprom-hex.sh | $(AVRDUDE) $(AVRDUDEFLAGS) -U eeprom:w:-:i

Expand All @@ -85,5 +87,5 @@ burn-eeprom:
$(OBJCOPY) -O ihex -j .eeprom $< $@

main.elf: main.o
main.o: main.c owslave.h Makefile
main.o: main.c Makefile

10 changes: 5 additions & 5 deletions bom.txt
Expand Up @@ -8,15 +8,15 @@ Cost@Mass: USD$0.54
Source: http://www.goldphoenixpcb.biz/
Source: http://batchpcb.com/

Desc: ATtiny25V-10S (EIAJ, "Wide" SOIC)
Desc: ATtiny25-10S (EIAJ, "Wide" SOIC)
PartNames: IC1
Count: 1
Cost@1x: USD$1.80
Cost@25x: USD$1.10
Cost@Mass: USD$1.08
Source: http://www.mouser.com/Search/Refine.aspx?Keyword=ATTINY25V-10S
Source: http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=ATtiny25V-10S
AltParts: ATtiny25-10S
Source: http://www.mouser.com/Search/Refine.aspx?Keyword=ATTINY25-10S
Source: http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=ATtiny25-10S
AltParts: ATtiny25V-10S

Desc: 0805 or 0603 1µF Capacitor X7R
PartNames: C1, C2
Expand Down Expand Up @@ -78,8 +78,8 @@ Board-mount:
http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=A32934-ND

Housing:
http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=A25849-ND
http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=A25848-ND
http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=A25849-ND

Crimp-pins for housing:
http://search.digikey.com/scripts/DkSearch/dksus.dll?keywords=A25959
Expand Down
10 changes: 10 additions & 0 deletions eagle.epf
@@ -0,0 +1,10 @@
[Eagle]
Version="05 08 00"
Platform="Mac OS X"
Globals="Globals"
Desktop="Desktop"

[Globals]
AutoSaveProject=1

[Desktop]

0 comments on commit 275a0e6

Please sign in to comment.