LED blinking

STM8S103F GPIO Functions using Cosmic C and SPL GPIO Functions on STM8S using Cosmic C and SPL – Blinking and Controlling LED with Push Button

For microcontrollers, an LED blinking program is equivalent to the “hello world” program. In our previous tutorial, we learned…

Getting Started with STM8S using STVD and Cosmic C Compiler Getting Started with STM8S using STVD and Cosmic C Compiler

The STM8 is a series of 8-bit Microcontrollers from STMicroelectronics that has become a common choice of Microcontroller for…

Particle Argon Development Kit Getting Started with Particle Argon Development Kit

As the world is heading towards automation and artificial intelligence, different innovations are taking place every day to…

STM32 Nucleo64 Development Board Getting Started with STM32 Nucleo64 using STM32CubeMX and TrueSTUDIO - Simple LED Control

Many of us should be familiar with the popular microcontrollers and development boards like Arduino, Raspberry Pi, ESP8266,…

Getting Started with MicroPython on ESP32 using uPyCraft IDE Getting Started with MicroPython on ESP32 using uPyCraft IDE

Most of us are familiar with the Python programming language. Python is a very powerful programming language and used to build…

Getting Started with TIVA C Series TM4C123G LaunchPad from Texas Instruments Getting Started with TIVA C Series TM4C123G LaunchPad from Texas Instruments

We are all familiar with AVR and PIC based microcontrollers as they are widely used but ARM based microcontrollers are getting…

How to Program ESP32 in MicroPython using Thonny IDE How to Program ESP32 in MicroPython using Thonny IDE

MicroPython is a lightweight version of the Python programming language developed for programming microcontrollers, SOCs, and…

Arduino Multitasking Tutorial - How to use Arduino millis() Function in Code Arduino Multitasking Tutorial - How to use millis() in Arduino Code

The multitasking has led the computers to a revolution where one or more programs can run simultaneously which increases…

Arduino Node.js Tutorial: Controlling Brightness of LED through Web Interface Node.js with Arduino: Controlling Brightness of LED through Web Interface

We have seen numerous examples of Blinking an LED using different Microcontrollers and different programming languages. Today,…

How to program AVR Microcontroller Atmega16 Using USBASP programmer and Atmel Studio 7.0 How to Program AVR Microcontroller Atmega16 Using USBASP programmer and Atmel Studio 7.0

There are several ways to program AVR microcontrollers. We are programming it with USBASP v2.0 serial programmer. For…