Tag: ubuntu make

Using Arduino IDE for the ESP32 in a LXD container

The ESP32 is a dual-core microcontroller that has both WiFi and Bluetooth. The ESP32 is the next generation of the older single-core microcontroller ESP8266 that only had WiFi. You can perform most tasks that you did with the various Arduinos but with the ESP32 (or ESP8266) and you also have WiFi embedded into the microcontroller. …

Continue reading

Permanent link to this article: https://blog.simos.info/using-arduino-ide-for-the-esp32-in-a-lxd-container/

Installing the Go programming language in Ubuntu

Go is a programming language and is available in most Linux distributions. Sometime Go is preinstalled, other times we need to install ourselves, or we need to update the existing version to a newer version. Go in Ubuntu 16.04 Ubuntu 16.04 comes with Go version 1.6. The package name is golang (same as their website …

Continue reading

Permanent link to this article: https://blog.simos.info/installing-the-go-programming-language-in-ubuntu/