Me after typing “sudo apt update” in Linux terminal
Programmers v.s. Designers
He said python is better than c++
How to disable Microsoft Windows Telemetry service – compattelrunner
Setting up InfluxDB and Grafana for storing and viewing Arduino measured sensor values
Arduino and its related products are undoubtedly very popular among hobbyists and even professionals. One of the areas of interest with hobbyists and professionals is interfacing with many different sensors such as temperature, humidity, light, etc. The simplest method would be storing measured values on an SD card or transmitting…
STM8 Tutorial 2 – Implementing a simple delay function
STM8 Series of microcontrollers, the 8-bit series of STMicroelectronics, are cheap but powerful micros which provide a good value and performance to your simple projects. The problem is, these series are not geared toward hobby market. While there are fantastic tools like STM32CubeMX software pack and the HAL library which…
STM8 Tutorial 1 – How to read the datasheet
STM8 Series of microcontrollers, the 8-bit series of STMicroelectronics, are cheap but powerful micros which provide a good value and performance to your simple projects. The problem is, these series are not geared toward hobby market. While there are fantastic tools like STM32CubeMX software pack and the HAL library which…