Introduction
If you are familiar with programming for STM, ESP, and RP2040 microcontrollers, you must have heard of MicroPython programming language.To write code in this language, you need specific software. One of the most common integrated development environments (IDE) designed for programming in Micropython language is Thonny - MicroPython software.In this tutorial, we will learn how to work with this software. Therefore, at the end of this tutorial, you should be able to write a simple code in Mic...
Overview
In this tutorial, you will learn how to use NodeMCU on Arduino IDE.
What You Will Learn
General information about NodeMCU
How to install ESP8266 based boards on Arduino IDE
How to program NodeMCU on Arduino IDE
Introducing boards that can be used instead of NodeMCU
What Is NodeMCU?
Today, IOT applications are on the rise, and connecting objects are getting more and more important. There are several ways to connect objects such as ...
Overview
In this tutorial, you’ll get to know the ESP32 Wi–Fi and Bluetooth module and how to set it up. https://electropeak.com/learn/wp-content/uploads/2019/07/ESP32-cover-video.mp4
What You Will Learn
Introduction to the ESP32 and its applications
Installing the ESP32 on Arduino IDE
https://www.youtube.com/watch?v=XHOmBV4js_E
What is ESP32?
One of the most popular and practical modules of the past few ye...
What’s Arduino IDE Software?
Arduino software IDE (Integrated Development Environment) is an easy to use software for coding and programming Arduino and Arduino compatible boards such as ESP8266, ESP32, etc. This software is designed and developed by Arduino Company and is the main software for programming Arduino compatible boards.
How to install Arduino IDE on Windows
Step 1: First, download the latest version of the software here.
Step 2: Open the downloaded file to start the software insta...
Overview
There are two main ways to program the STM32F103C8T6 module, also known as the STM32 Blue Pill:
• Serial and USB to TTL converter
• ST-Link
Tip
Sometimes you might find out that the STM32 module you have is not original. And it can’t be programmed through serial.
Therefore, we suggest you use ST-Link to program the STM32 Blue Pill.
Required Materials
Hardware Components
STM32F103C8T6 Blue Pill
×
1
ST-Link/V2 Programmer
×
1
Male to Male Jumper Wire
×
1
Software Apps
Ar...
Introduction
Similar to Arduino IDE, Platform-IO is a programming environment for all types of microcontrollers. It provides an easier programming process and is available as an extension for the VS Code software. One notable advantage of Platform-IO IDE over Arduino IDE is that it automatically selects the appropriate port.
In addition, Platform-IO IDE offers code suggestions to help complete and modify your code, and it eliminates errors caused by case sensitivity in Arduino IDE!
Some other attractive fea...
Overview
Learn how to install Arduino IDE on Raspberry Pi and easily write and upload code to your Arduino board without the need for a PC or laptop. Follow these simple steps to get started.
What You Will Learn
How to install Arduino IDE on Raspberry Pi
Required Materials
Hardware Components
Raspberry Pi 3 B or B+
×
1
Arduino UNO R3
×
1
Software Apps
Arduino IDE
How to install Arduino IDE on Raspberry Pi ?
Follow these steps to install Arduino IDE:
Ste...
Overview
In this article, we will dive into the exciting world of ESP32 BLE on the Arduino IDE, exploring how to easily connect your Arduino with other BLE devices. Whether you want to create a wireless sensor network, control your smart home devices, or build a mobile app that interacts with your Arduino, the ESP32 BLE module has got you covered.
The ESP32 BLE module is a versatile and powerful Bluetooth solution that allows for fast and efficient communication between devices. With its low energy consumpt...
Introduction
Sometimes you cannot find the desired library in the internal library of Platform-IO. In this case, you have to manually add the library to your project. In this tutorial, we will cover how to manually add a library to Platform-IO step by step.
Installing New Library in PlatformIO, Step 1: Library Download
First, download the desired library.
Installing New Library in PlatformIO, Step 2: Finding Library Location
Using ...
Introduction
Are you interested in technology and want to explore the amazing capabilities of Raspberry Pi Pico? In this step-by-step guide, we will show you how to program Raspberry Pi Pico with Arduino IDE. Whether you're a beginner or an experienced programmer, this guide will help you make the most of this powerful microcontroller. We'll start by giving you an overview of Raspberry Pi Pico and its features, and then explain how to set up Arduino IDE in order to program Raspberry Pi Pico. You'll learn ho...