Recent Posts

My intro into IoT – 03

In my previous intro article, you setup the drivers for the ESP module. Next: Firmware Next, you’ll need to install the firmware on the NodeMCU board. Go to NodeMCU build side – https://nodemcu-build.com/ leave the master branch selected and, for required modules, what’s selected should be enough. If you’ll need more, try to select only … Continue reading »My intro into IoT – 03

My intro into IoT – 02

Last time I talked about the ESP8266 modules I’ve been using. Now let’s move on to the next steps of building an IoT project. Getting started. I was working on this on a MAC, for Linux it should be the same. On Windows machines, you’ll need to install pip – https://pip.pypa.io/en/stable/installing/ and Python https://www.python.org/downloads/. First, … Continue reading »My intro into IoT – 02