Programming Introduction to the Python programming language The first article on teaching the Python programming language, which is the official language of the Raspberry Pi. About Python As I wrote above – Python is the official programming language of the Raspberry Pi. It is known for its two unique characteristics: cross-platform compatibility and e Written by Morozov Dmitry 13th October 202013th October 2020
Programming 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 Written by Morozov Dmitry 13th October 202013th October 2020
Programming 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 Written by Morozov Dmitry 13th October 202013th October 2020
Programming Installing PyScripter to work with different Python versions Installing and getting to know the new PyScripter IDE for use with the Python 2.7.1 or Python 3.8 programming language. This is a small beginner’s guide. We will be working in the Windows operating system. Find out the Windows version Before installing Python, we have to clarify the Windows ve Written by Morozov Dmitry 13th October 202013th October 2020
Programming How to learn the Python programming language? Consider how to learn a high-level programming language Python, books for learning Python, which version to choose. Who uses Python Python or “Python” is a general-purpose high-level programming language designed to improve developer productivity and code readability. The Python core syn Written by Morozov Dmitry 13th October 202013th October 2020
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 Multiplexer Written by Morozov Dmitry 13th October 202013th October 2020
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 Written by Morozov Dmitry 13th October 202013th October 2020
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 Multiplexer Written by Morozov Dmitry 13th October 202013th October 2020
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 Written by Morozov Dmitry 13th October 202013th October 2020
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 Written by Morozov Dmitry 13th October 202013th October 2020
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 si Written by Morozov Dmitry 15th October 202015th October 2020
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 Written by Morozov Dmitry 15th October 202015th October 2020
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 PHP Written by Morozov Dmitry 14th October 202014th October 2020
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 Written by Morozov Dmitry 13th October 202013th October 2020