Posts

Showing posts from July 4, 2022

Binary

Image
Binary  ABC's of 1's and 0's Prepare to have your perception of reality shattered. Everything you ever thought you knew about something so simple as numbers is going to change. All your life you thought having 100 somethings meant having this many: When, really, it only meant having this many: No, Rod Serling’s not about to cross into the frame, and you haven’t swallowed any red pills . You’ve entered the binary zone and have just encountered base numbering systems. Number Systems and Bases Number systems are the methods we use to represent numbers. Since grade school, we’ve all been mostly operating within the comfy confines of a base-10 number system, but there are many others. Base-2, base-8, base-16, base-20, base...you get the point. There are an infinite variety of base-number systems out there, but only a few are especially important to electrical engineering. The really popular number systems even have their own name. Bas

IoT Power Relay

Image
  IoT Power Relay  Introduction In this tutorial, we'll show you how to host a webpage on the ESP32 Thing that will allow you to set times for a power relay to be turned on or off. It utilizes our ESP32 Thing , IoT Power Relay , and the Qwiic Micro OLED screen to create a smart outlet that can maintain a weekly schedule for powering any AC powered load you want to cycle regularly. Required Materials Hardware To follow this project, you will need the following materials. Depending on what you have, you may not need everything on this list. Add it to your cart, read through the guide, and adjust the cart as necessary. Software You will need the Arduino IDE with the ESP32 software support package installed. In addition, you'll need to download the IoT_Power_Relay code from GitHub. Visit the links to access the installs and code as well as more information on installing board support for the ESP32 in Arduino. Hardware Hookup Base