News

Integrating an ESP8266 - based Device with the Bosch IoT Suite using Vorto This tutorial explains how to generate an Arduino sketch for a given Vorto Information Model and send the device data to the ...
Looking for practical Arduino projects? This guide shows how to control a relay from your smartphone using an Arduino Uno — either via Bluetooth or Wi-Fi.
Setup is fairly simple with downloads for Linux, OS X, and Windows. This isn’t an ESP8266 shield, either: you can write code for the ESP module, connect the serial pins, and hit the program button.
This was the second Activity Set in my second workshop conducted by my university as a part of my subject, Engineering Explorations. I have given a step by step guide in this repo as to how I was able ...
Once your ESP8266 has booted, if something happens where it should connect to an existing network, write the following code and it’ll just happen: const char ssid[32] = "my_home_ssid"; ...