Door-sensor-with-433MHz-and-ATTINY13 icon indicating copy to clipboard operation
Door-sensor-with-433MHz-and-ATTINY13 copied to clipboard

circuit diagram needed

Open shariramani opened this issue 5 years ago • 4 comments

I am trying to make it. Just wondering how the attiny-13 pins are connected to reed switch and resistance. It will be nice if you can draw a diagram and share.

I looked at brd file and photoes but couldn't understand circuit. I will be handsoldering it on a perforrated board.

shariramani avatar Feb 29 '20 14:02 shariramani

@shariramani hi as fare as i understand the Code and the pictures the reed goes to PB0 and PB1 as well. With 10k to ground. One PCI waits for the rising and the other PCI waits for the falling edge and fires the respective routine.

evilknivel avatar Jan 21 '23 10:01 evilknivel

Hi, Sorry, I do not have a schematic drawing but please see Board_Image.img

mrohner avatar Jan 21 '23 12:01 mrohner

@mrohner so first leg from the reed to VCC second leg from the reed to PB0 and PB1 and both via 10k resistor to ground. Right?

evilknivel avatar Jan 21 '23 14:01 evilknivel

@evilknivel you can see my schematic here https://openplatform.xyz/attiny13_low_power_door_sensor.html

Reed is between Ground and PB0. Resister is between vcc and PB0. I used PB1 to connect a LED through a jumper. This is optional. I used it for troubleshooting. You can remove jumper to save battery.

shariramani avatar Jan 22 '23 04:01 shariramani