amulet

UV Protection Amulet
git clone https://git.mitxela.com/amulet.git
Log | Files | Refs | README

Branches

Name Last commit date Author
master2021-10-29 16:34:07 +0100mitxela

File Tree (HEAD)

Name Size
.gitignore16B
README.md377B
VEML6075.py2.415K
amulet.c5.241K
hardware/VEML6075.stp15.91K
hardware/amulet.kicad_pcb122.2K
hardware/amulet.lib854B
hardware/amulet.pretty/VEML6075.kicad_mod885B
hardware/amulet.pretty/amulet.kicad_mod26.11K
hardware/amulet.pretty/pentagram.kicad_mod11.76K
hardware/amulet.pretty/uvstar1.kicad_mod21K
hardware/amulet.pro3.952K
hardware/amulet.scad377B
hardware/amulet.sch15.96K
hardware/case.stp103.9K
hardware/output/amulet-2021-06-12.zip37.74K
hardware/output/amulet-2021-06-14.zip36.63K
hardware/output/amulet-B_Cu.gbl10.81K
hardware/output/amulet-B_Mask.gbs1.122K
hardware/output/amulet-B_SilkS.gbo9.201K
hardware/output/amulet-Edge_Cuts.gm1631B
hardware/output/amulet-F_Cu.gtl54.63K
hardware/output/amulet-F_Mask.gts38.54K
hardware/output/amulet-F_SilkS.gto24.84K
hardware/output/amulet.drl858B
hardware/pentagram.svg8.241K
hardware/uvstar1.svg12.17K
i2cmaster.S9.507K
i2cmaster.h5.511K
makefile704B

History

* ab6cb09 (HEAD -> master) | mitxela 2021-10-29 16:34 | Add README | * b9cb396 | mitxela 2021-10-25 13:36 | Add gerber files | * b9a0a00 |\ mitxela 2021-10-25 13:31 | | Smoosh repos together | | | * 195800f | | mitxela 2021-10-25 13:13 | | Add SVG files to repo | | | * 8130108 | | mitxela 2021-06-14 15:47 | | Change symbol to pentagram | | | * e605818 | | mitxela 2021-06-12 03:01 | | gerber settings | | | * 539831c | | mitxela 2021-06-12 02:47 | | Final fixes | | | * f660723 | | mitxela 2021-06-11 14:16 | | Add UV star and graph markers | | | * f657a18 | | mitxela 2021-06-11 02:03 | | Add programming test points | | | * 11e2d38 | mitxela 2021-06-11 01:03 | Initial layout | * 5444899 | mitxela 2021-07-07 21:24 | Final adjustments to behaviour | * 7625bb0 | mitxela 2021-06-10 01:24 | Use internal pullups for i2c | * c629bbb | mitxela 2021-06-09 18:01 | Port to ATtiny84 | * 326a29b | mitxela 2021-06-09 15:44 | Use PA7 to power sensor | * a259858 | mitxela 2021-06-09 15:10 | Poweroff timeout, reinit on wakeup | * d21cca6 | mitxela 2021-06-09 14:04 | Increase resolution, reduce power consumption | * 2398404 | mitxela 2021-06-09 01:55 | Add startup animation | * 5df701d | mitxela 2021-06-09 01:34 | Modes | * 6b3079f | mitxela 2021-06-08 21:15 | buspirate python script | * c0adb81 | mitxela 2021-06-08 21:09 | Display UVI | * 3ebce94 | mitxela 2021-06-08 19:28 | bar graph | * ec3022e mitxela 2021-06-08 17:55 Initial commit

Contents of README.md:

UV Protection Amulet

Source code and KiCad design files for the UV Protection Amulet.

Uses an ATtiny84, a TTP223 Capacitive sensing chip and the VEML6075 UV sensor. The PCB thickness is 0.8mm and the battery is a CR2032 3V Lithium coin cell.

The i2c routines were modified to not require external pullup resistors.

License: GPL v3