PlatformIO was working without any problem, but after several updates, there was following error message: Failed to activate the platformio-ide package The bug is also […] Read More
Author: georgik
Android Studio has support for debugging Java and also C/C++ code. The problem is that in default configuration the debugger might not work. There is […] Read More
IntelliJ Idea has support for embedded terminal. That’s handy because you do not need to open extra window just for a terminal. The default configuration […] Read More
In the previous article about LampESP, I’ve described how to subscribe ESP8266 to MQTT at Bluemix cloud. The remaining question is how to publish data. […] Read More
Connecting ESP8266 by MQTT to a server like Mosquitto is relatively easy. You need just one dependency (in platformio.ini file): Code for a connection is: […] Read More