plusvic / simplebus2-intercom

General description of the Simplebus2 protocol used by some Comelit's intercoms. Hardware for retransmitting Simplebus2 messages over UART.
Creative Commons Zero v1.0 Universal
65 stars 6 forks source link

Capacitors types and values #9

Closed prtngrm closed 9 months ago

prtngrm commented 9 months ago

Hi, I would like to make this project but I'm not an electronic expert. Could someone tell what is the type and voltage values of each capacitor?

Also which type of diodes for the full bridge rectifier?

plusvic commented 9 months ago

C1 and C2 are electrolytic capacitors, C3 is a ceramic capacitor.

Values are in the schematic

C1 = 150 microF anything above 50V C2 = 220 microF anything above 10V C3 = 100 nanoF any common ceramic capacitor should work

For the diodes the 1N4001 or 1N4002 should work fine.

prtngrm commented 9 months ago

Thanks !