Author: Morozov Dmitry

C / C ++ Decision Making and Basic Operators

Let’s consider the decision making in C and C ++, which determine the direction of the program execution flow, the main operators. Programming solutions In real life, situations arise when we need to make some decisions, and on the basis of these decisions we decide what to do next. Similar situations arise in programming, when …


Intel to help US Navy develop microelectronic systems

IT NewsFacts and forecastsTechnology Intel to help US Navy develop microelectronic systems Natalia Solovieva | 10/15/2020 Intel has entered into an agreement with the U.S. Navy to participate in the State-of-the-Art Heterogeneous Integration Prototype (SHIP) project. The amount of the contract under which Intel will help the military develop prototypes of more advanced microcircuits for …


PHPoC Debugger: basic debugger (debugger) functions

Let’s take a look at the main functions of the PHPoC debugger, software used to develop and manage PHPoC devices. You must install this program before using PHPoC. About the debugger itself, we already had a lot of material “PHPoC Debugger” on our site pages. Uploading files to PHPoC Php files on the local computer …


Compiling and running C, C ++ programs on Linux

This quick guide explains how to compile and run C / C ++ programs on the GNU / Linux operating system. If you are a student or new Linux user who is moving from the Microsoft platform, then you may be wondering how to run C or C ++ programs on a Linux distribution. We …


Automatic street lighting controller

This automatic street light controller helps to reduce energy consumption during daylight hours. Components We will need the main components: BC547 transistor – 2 pcs. 1N4007 – 1 pc. LDR (light dependent resistor) – 1 pc. Relay – 1 pc. 1K resistor – 1 pc. The whole list looks like this: BC547 -2 transistor LDR …


Review on multiplexers

Multiplexor – a device that has several signal inputs, one output, one or more control inputs. The equipment transmits a signal from one of the inputs to the output. In this case, the selection of the required input is made by choosing a combination of control signals. Applications Multiplexers can be used in frequency dividers, …


how to use, sketch example, diagram

In this article, we will take a look at the EEPROM memory on the Arduino. EEPROM memory is a type of external memory that the Arduino can write to. You can use it to store files and logs of sensor data. To demonstrate how to use EEPROM memory on Arduino, we will create a project …


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 …


Programming languages ​​2020: which one is better to choose

Let’s take a look at the best programming languages ​​in 2020, the reasons for choosing and how to implement “Hello World” in each of them. List of the best languages If you don’t want to watch the entire article, here are the top 10 languages ​​for you this year: Python – programming language for artificial …


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 …