Nieuws

It comes with AT firmware preinstalled on the ESP8266, so it is easy to control ESP8266 thru AT commands. Below is a sample LED Blink code for ESP8266 (Recall recommended DIP switch configurations for ...
On the ESP8266, because it’s all in Python, the code is similar. In fact, the same basic code would work between two computers running vanilla Python just as well as the ESP8266 running MicroPython.
The new hotness for Internet of Things hardware is the ESP8266. Alone it can connect to a WiFi network, but it doesn’t really have a lot of output options. Paired with an ATMega, and you real… ...