Wiring Sanity Check #213
Replies: 2 comments 5 replies
-
I would recommend you use 2 10k in series ( to give you 20k) instead of a single 10k in place of the 15k resistor. You need to keep the ratio consistent in order to keep the voltage at the chip input pin below 5 volts. A 20k + 10k divider gives about 4 volts at the chip which is ok . Also I see you are powering the Arduino from the panel. That voltage is around 13 or so volts and even though the regulator on the UNO can support it, it will get very hot and could cause issues. The recommendation is to keep vin below 12 volts. This will work fine for testing but for long term use, I would recommend an external regulator to bring down the voltage to 5 volt and feed it to the 5volt in. |
Beta Was this translation helpful? Give feedback.
-
You have to link the grounds or it won't work. |
Beta Was this translation helpful? Give feedback.
-
I'm looking at taking a first dive into this project, and Arduino in general. Can someone please confirm I've followed the wiring suggestions in, say, the Status sketch correctly in this diagram?
My goal is to just hook this up to the USB port of a spare Raspberry Pi, use this to read the raw data from the alarm system bus, and then build my own integrations on top of that.
My main concern is just getting the wiring right so that I don't release the "magic smoke" from any of my electronics.
I have a basic multimeter, but haven't messed much with it in a while. What's the best way to confirm I'm hooking up to the correct terminals, especially the power ones? (I figure switching clock/read is a lot less catastrophic than switching vin/gnd).
Also, I'm rusty on Ohm's Law, etc... is it risky to just use all 10kΩ resistors? I happen to have 4 of those lying around, but I don't have any 15kΩ that I'm aware of.
Beta Was this translation helpful? Give feedback.
All reactions