Tag: Arduino

How much does a computer cost to work with Arduino

A small material in which we will consider how much a computer costs to work with Arduino and programming. Do you think you need a good computer to work with Arduino and to program in C ++? We will try to understand this issue a little and decide what characteristics to select for the system …


Built-in Libraries in Arduino IDE

Built-in libraries are supplied with the Arduino IDE distribution kit. Installing and connecting libraries in the Arduino IDE is a separate process, which we have devoted a separate article to. We have created a separate large section, where we have provided information about all the most basic Arduino libraries – the Arduino Libraries. Many people …


Arduino programming for beginners

Arduino is a platform that allows many engineers from all over the world to create their projects with minimal investment. Arduino Basics First of all, it is a special microcontroller with the control system of the same name and libraries built in the C ++ language. Accordingly, if you plan to create something unique, you …


Arduino in Windows 10: Installing IDE and Drivers

Let’s look at the process of installing and operating Arduino in Windows 10 for different boards (Uno, Nano, Mega) step by step, we will analyze the main problems. Three ways to install the Arduino IDE On Windows, there are 3 ways to install the IDE on your computer: Download and run the installer (all Windows …


Viewing Arduino Serial Monitor on Smartphone

Let’s take a look at how to view a serial monitor and Arduino on a smartphone via Wi-Fi without installing any mobile applications. Components To implement our idea, we need the following components: Arduino UNO × 1 PHPoC WiFi Shield 2 Shield for Arduino × 1 PHPoC Shield and PHPoC WiFi Shield are internet shields …


Arduino Python: programming the board in Python

A material on the basics of interaction between Arduino boards and the Python programming language. Introduction Almost all projects that you have to work on need to be able to communicate with the Arduino and, fortunately, it can communicate via a serial port. What’s more interesting is that almost any programming language can be used …


Python software for Arduino RFID

HK RFID Monitor is a Python based software for RFID modules. The monitor reads the data coming into the COM port and displays it on your laptop screen. Components Hardware components Arduino UNO × 1 USB cable × 1 Software The data used in this project is student IDs, names and numbers coming from a …


Arduino Pro: new professional solutions

The Arduino board manufacturer presented new solutions for professionals at CES 2020. The company started this year with some important news – they are launching a new Arduino Pro platform. Here’s what the board manufacturers themselves say: “Millions of users and thousands of companies around the world are already using Arduino as an innovative platform, …