That is an extremely clever way to use that sensor.
@FullStackFool5 жыл бұрын
This is excellent. Looking into using plasma balls as props for an escape room. I'd considered using them in a puzzle as they give off a charge when touching them/near them, not considered the inverse of measuring the power draw!
@HappyHermitt3 жыл бұрын
Finally something useful for Arduino. 🤔
@dros72025 жыл бұрын
Very smart idea! May I ask where did you buy the ball, it looks nicer than many other I found! Thank you for sharing
@zackbarlow5 жыл бұрын
Good vids, thanks for sharing your knowledge.
@ziomalZparafii5 жыл бұрын
Probably the reading will be the same but.. just to make sure, will the current be the same no matter how many fingers will you put on the orb?
@jarekkovalsky3922 жыл бұрын
Its Magic
@MisaGlitch5 жыл бұрын
Great idea! Is there a way to make it so that the plasma balls are only activated/light up after they are triggered by a metal or magnet? (for example, they have to solve a puzzle first and obtain an object which needs to be placed in a certain spot before this puzzle activates)
@PlayfulTechnology5 жыл бұрын
Yes, you could certainly do that by using a 5V relay triggered by an Arduino to switch the power supply to the plasma ball. Then adjust the code to only start monitoring the power usage of the ball once it's been activated.
@houghten5 жыл бұрын
Is it a problem that the linear actuator is always contracting (when all of the plasma globes are not touched)? Should there be some code to detect when it is fully contracted and stop powering the actuator at that point?
@PlayfulTechnology5 жыл бұрын
Hi Jeff, every linear actuator I've ever used (including the cheap one used in this video) have internal limit switches that cut power to the motor once fully extended/contracted.