Search found 2 matches

by slowcheetah
Thu May 25, 2017 3:06 pm
Forum: General Discussion and Questions
Topic: Get current Bitcoin price as an integer?
Replies: 7
Views: 13719

Get current Bitcoin price as an integer?

I want to try something out: An ESP module that constantly checks the current bitcoin price and compares it to the previous value, whereafter it turns on either a red led if it's lower or a green one if it's higher. The logic for the script seems pretty easy for me, except for which option would be ...
by slowcheetah
Mon May 01, 2017 11:10 am
Forum: General Discussion and Questions
Topic: Control 2 relays with 1 button
Replies: 4
Views: 5568

Control 2 relays with 1 button

I'm trying to mimic the behaviour of a garage door control board as follows: relay_1 drives a motor in one direction relay_2 drives it in the opposite direction I need to be able to push a button once to set it in motion and when I press it again it needs to stop. A third press should drive the moto...