I am trying to incorporate the electronics of a Kid Connection Dinosaur Play Set into my Arduino project, but I am hitting some snags.
The electronic components were removed from the dinosaur. It consists of a small circuit board (no label) with two wires running to a small speaker, two wires running to some batteries, and two wires running to a small tactile switch.
The speaker has the following stamped on it: "(ROHS)" 16O 0.25W. I guess that means 16 ohms, 0.25 watts and ROHS is the maker.
The batteries are two small LR44s (1.5V each for a total of 3V).
Setup
Using an Arduino Uno R3, I connect the Arduino 3.3V pin to the red power wire. I connect an Arduino ground pin to the black power wire. I cut the switch wires and determined which one needed to be used for activating the device. The other wire I did not connect to anything. I also built two voltage dividers to reduce 5V voltage to ~3V (3.28 on multimeter). The Voltage dividers are connected to the Arduino 5V pin and the Arduino ground pin.
Voltage Divider - each voltage divider has an R1 resistance of 2K and an R3 resistance of 3K.
Setup #1 - Works
Dino board powered by Arduino 3.3V pin (red wire to 3.3V pin, black to Arduino ground pin).
When my switch wire touches the 3V voltage divider point, the LEDs light up and the speaker issues forth a mighty dinosaur roar...
Setup #2 - Not Working
Dino board powered by Voltage divider. Red wire connected to 3V voltage divider point, black wire attached to Arduino ground pin. When my switch wire connects to either Arduino 3.3V pin or a voltage divider, the speakers and LED do not fire.
I plan on using a different 5V Arduino board for the final project, but it does not have a 3.3V pin. I do not know if I am doing something wrong, but dont know where.
I am showing 3.1 to 3.2V on all circuits, but the dino board only likes the voltage from the 3.3V pin.