Advanced Search
Search Results
7 total results found
Create a Micro-Indicator Device
Introduction
In this tutorial, you will learn how to create a Dirty Watts Micro-Indicator light. This light shows at a glance when we are burning coal and gas to make our electricity. If the light is red, that means we're burning coal and gas, which is not so great for the...
Hardware
The second step is to hook up your now programmed microcontroller to your lights. We only need three wires, two for power (black and red), and one for data (green). Follow these steps: Cut off one end of three jumper wires and strip about 5...
Software
The first thing to do is create a development environment on your computer. The DirtyWatts microcontroller uses a tool called PlatformIO to handle uploading the C++ code to the NodeMCU. To setup your windows/macos/linux device for development: These are the ...
Wifi Configuration
When you have uploaded your code and the device starts up for the first time, it will spit out a bunch of messages saying it can't find a saved wifi network. Let's fix that! ..... *wm:Connect Wifi, ATTEMPT # 2 of 6 *wm:No wifi saved, skipping *wm:Connect ...
Continued Development
Here are some ideas for pathways to continue developing your DirtyWatts Micro-Indicator once you have tried out customising the Algorithm. Case You’ve got a pile of electronics, but nothing to hold the guts in. You could make a case from anything! You could ...
Scoring Algorithm
Unfortunately, we can't display every part of the power grid on one light, but we can “summarise” that information into one metric. That summarisation process is called a Scoring Algorithm. That metric is configurable, and there are lots of options. Here's my ...