Programming

Program Arduino Wirelessly over Bluetooth How to Program Arduino Wirelessly over Bluetooth

Arduino Uno, the most popular microcontroller among electronics hobbyists and students and its pretty easy to get started with…

Programming ESP32 Over-the-air (OTA) using Arduino IDE Programming ESP32 Over-the-air (OTA) using Arduino IDE

OTA (Over the Air) Programming is a feature of any WiFi-enabled microcontroller like ESP32 and ESP8266 that allows these…

Programming STM8S Microcontroller using Arduino IDE Programming STM8S Microcontrollers using Arduino IDE

Arduino has undoubtedly grown into a user friendly and quick prototyping tool, thanks to its supportive user community. Today,…

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 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…

DIY Arduino Wireless Programming Shield using Bluetooth Module DIY Arduino Wireless Programming Shield using Bluetooth Module

While doing projects using Arduino, we always need to connect Arduino to PC in order to upload the program in it. But sometimes…

Latest Multi-OS Software Tool from STMicroelectronics Simplifies STM32 Programming and Protects Firmware Intellectual Property Latest Multi-OS Software Tool from STMicroelectronics Simplifies STM32 Programming and Protects Firmware Intellectual Property

Making life easier for STM32 microcontroller (MCU) and microprocessor (MPU) users, and further strengthening the STM32Cube…

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…

Programming Arduino using Platform IO: Blinking LED Programming Arduino using Platform IO

Development in Arduino and Arduino IDE has always been easy and fun with their simple user interface. The Arduino IDE is open-…

Programming NodeMCU ESP8266 Over-the-Air (OTA) using Arduino IDE Programming NodeMCU ESP8266 Over-the-Air (OTA) using Arduino IDEWhat is OTA Programming?

OTA Programming (Over the Air) is a process which allows devices to upgrade their firmware or software…