Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама



Название: Серия "Мир электроники" в 66 книгах + 1CD
Автор: разные
Издательство: Техносфера
Год: 2004-2021
Формат: pdf, djvu
Размер: 1.6 Гб
Язык: русский

Серия книг "Мир электроники" посвящена электронике, схемотехническому проектированию радиоэлектронных устройств, проектированию и технологическим аспектам производства разнообразных микроустройств, основам аналоговой и цифровой схемотехники, и необходимым сведениям об электронных приборах и компонентах, а также об измерительных приборах и многому другому.
Для специалистов в области электрики и электроники.

Разместил: MIHAIL62 20-08-2023, 08:45 | Комментарии: 0 | Подробнее
Название: Основы проектирования субмикронных микросхем
Автор: Белоус А.И., Красников Г.Я., Солодуха В.А.
Издательство: Техносфера
Год: 2020
Cтраниц: 782
Формат: pdf
Размер: 112 мб
Язык: русский

В объеме 14 глав одной книги детально и последовательно рассмотрен весь комплекс взаимосвязанных теоретических и практических аспектов сквозного проектирования и организации производства кремниевых субмикронных микросхем: теоретические основы работы полевых и биполярных транзисторов, методы и особенности конструктивно-схематического проектирования, базовые схемотехнические и системотехнические решения биполярных, КМОП-, БиКМОП- и КНИ-микросхем, методы и средства повышения их радиационной стойкости, стандартные библиотеки проектирования и типовые маршруты проектирования.
Разместил: rivasss 19-08-2023, 13:31 | Комментарии: 0 | Подробнее
Название: Толстые пленки радиоэлектроники. Физико-технические основы, гетероструктурные среды, приложения
Автор: Подвигалкин В. Я.
Издательство: Лань
Год: 2021
Cтраниц: 212
Формат: pdf
Размер: 15 мб
Язык: русский

В пособии показана возможность физико-технических подходов в преодолении проблем в области создания миниатюрной элементной базы радиоэлектроники на основе объединяющего технического образа толстых плёнок, занимающих размерный ряд от 2 до 100 мкм, со средами в наноразмерном масштабе. Излагаются основополагающие принципы конструирования радиоэлектронной элементной базы, включая несущие компоненты: технологичность, инвариантность, интегральность. Показан метод моделирования наномерных сред современной толстоплёночной элементной базы.
Разместил: rivasss 19-08-2023, 12:18 | Комментарии: 0 | Подробнее
Название: Explore the Raspberry Pi in 45 Electronics Projects : 3rd Edition – Fully updated for Raspberry Pi 4
Автор: Bert van Dam
Издательство: Elektor Publication
Год: 2020
Страниц: 288
Язык: английский
Формат: pdf (true)
Размер: 10.25 MB

The Raspberry Pi is a very cheap but complete computer system that allows all sorts of electronics parts and extensions to be connected. This book addresses one of the strongest aspects of the Raspberry the ability to combine hands-on electronics and programming. Combine hands-on electronics and programming After a short introduction to the Raspberry Pi you proceed with installing the required software. The SD card that can be purchased in conjunction with this book contains everything to get started with the Raspberry Pi. At the side of the (optional) Windows PC, software is used which is free for downloading. The book continues with a concise introduction to the Linux operating system, after which you start programming in Bash, Python 3 and javascript. Although the emphasis is on Python, the coverage is brief and to the point in all cases – just enabling you to grasp the essence of all projects and start adapting them to your requirements. All set, you can carry on with fun projects. The book is ideal for self-study No fewer than 45 exciting and compelling projects are discussed and elaborated in detail. From a flashing lights to driving an electromotor; from processing and generating analog signals to a lux meter and a temperature control. We also move to more complex projects like a motor speed controller, a web server with CGI, client-server applications and Xwindows programs.
Разместил: Ingvar16 18-08-2023, 17:41 | Комментарии: 0 | Подробнее
Название: Programming the Finite State Machine with 8-Bit PICs in Assembly and C
Автор: Andrew Pratt
Издательство: Elektor Publication
Год: 2020
Страниц: 188
Язык: английский
Формат: pdf (true)
Размер: 10.9 MB

This practical guide is aimed at electronics students and hobbyists. It is intended to be a valuable aid in writing programs using Finite State Machines (FSMs) in assembly language using 8-bit PIC microcontrollers. The last two chapters introduce the use of the C programming language and make a direct comparison with development in Assembly. An FSM is a way of writing a program to make it easier to produce and modify. The machine is abstract in that it is just the structure of the program. This abstract machine can be represented by drawing a diagram on paper. The diagram is independent of the programming language used. The FSM chart gives a complete description of what the program does. It can then be implemented as source code. The book should appeal to those with an interest in the combination of electronics and software and have an interest in how things work. All coding is done in a text editor of your choosing. The command line is used for running programs. If you are a Windows user, you might look at this as old fashioned. This is actually an efficient way of doing simple scripts for repetitive tasks save lots of mouse clicks. The last two chapters give an introduction to programming in C using the XC8 compiler.
Разместил: Ingvar16 18-08-2023, 16:53 | Комментарии: 0 | Подробнее
Название: PLC Programming with the Raspberry Pi and the OpenPLC Project: ModbusRTU and ModbusTCP examples using the Arduino Uno and the ESP8266
Автор: Josef Bernhardt
Издательство: Elektor Publication
Год: 2021
Страниц: 194
Язык: английский
Формат: pdf (true)
Размер: 27.5 MB

ModbusRTU and ModbusTCP examples with the Arduino Uno and ESP8266. Introduction to PLC programming with OpenPLC, the first fully open source Programmable Logic Controller on the Raspberry Pi, and Modbus examples with Arduino Uno and ESP8266. PLC programming is very common in industry and home automation. This book describes how the Raspberry Pi 4 can be used as a Programmable Logic Controller. Before taking you into the programming, the author starts with the software installation on the Raspberry Pi and the PLC editor on the PC, followed by a description of the hardware. You'll then find interesting examples in the different programming languages complying with the IEC 61131-3 standard. This manual also explains in detail how to use the PLC editor and how to load and execute the programs on the Raspberry Pi. All IEC languages are explained with examples, starting with LD (Ladder Diagram) over ST (Structured Control Language) to SFC (Special Function Chart). All examples can be downloaded from the author's website.
Разместил: Ingvar16 18-08-2023, 15:56 | Комментарии: 0 | Подробнее
Название: Nucleo Boards Programming with the STM32CubeIDE: Hands-on in more than 50 projects
Автор: Dogan Ibrahim
Издательство: Elektor Publication
Год: 2021
Страниц: 498
Язык: английский
Формат: pdf (true)
Размер: 13.6 MB

STM32 Nucleo family of processors are manufactured by STMicroelectronics. These are low-cost ARM microcontroller development boards. This book is about developing projects using the popular STM32CubeIDE software with the Nucleo-L476RG development board. In the early Chapters of the book the architecture of the Nucleo family is briefly described. The book covers many projects using most features of the Nucleo-L476RG development board where the full software listings for the STM32CubeIDE are given for each project together with extensive descriptions. The projects range from simple flashing LEDs to more complex projects using modules, devices, and libraries such as GPIO, ADC, DAC, I?C, SPI, LCD, DMA, analogue inputs, power management, X-CUBE-MEMS1 library, DEBUGGING, and others. In addition, several projects are given using the popular Nucleo Expansion Boards. These Expansion Boards plug on top of the Nucleo development boards and provide sensors, relays, accelerometers, gyroscopes, Wi-Fi, and many others. Using an expansion board together with the X-CUBE-MEMS1 library simplifies the task of project development considerably. All the projects in the book have been tested and are working. The following sub-headings are given for each Project Title, Description, Aim, Block Diagram, Circuit Diagram, and Program Listing for the STM32CubeIDE.
Разместил: Ingvar16 18-08-2023, 15:21 | Комментарии: 0 | Подробнее
Название: Getting Started with ESPHome : Develop your own custom home automation devices
Автор: Koen Vervloesem
Издательство: Elektor Publication
Год: 2021
Страниц: 156
Язык: английский
Формат: pdf (true)
Размер: 25.4 MB

This book demonstrates how to create your own home automation devices with ESPHome on an ESP32 microcontroller board. You’ll learn how to combine all kinds of electronic components and automate complex behaviours. Your devices can work completely autonomously, and connect over Wi-Fi to your home automation gateways such as Home Assistant or MQTT broker. Espressif's ESP8266 and ESP32 microcontrollers have brought DIY home automation to the masses. However, not everyone is fluent in programming these microcontrollers with Espressif's C/C++ SDK, the Arduino core, or MicroPython. This is where ESPHome comes into its with this project, you don’t program your microcontroller but configure it. This book demonstrates how to create your own home automation devices with ESPHome on an ESP32 microcontroller board. You’ll learn how to combine all kinds of electronic components and automate complex behaviours. Your devices can work completely autonomously, and connect over Wi-Fi to your home automation gateways such as Home Assistant or MQTT broker. By the end of this book, you will be able to create your own custom home automation devices the way you want. Thanks to ESPHome and the ESP32, this is within everyone’s grasp. Download the software and view the errata for the book on GitHub.
Разместил: Ingvar16 18-08-2023, 14:55 | Комментарии: 0 | Подробнее
Название: Radio Builder's Book : From Detector to Software Defined Radio
Автор: Burkhard Kainka
Издательство: Elektor Publication
Год: 2023
Страниц: 188
Язык: английский
Формат: pdf (true)
Размер: 35.7 MB

From Detector to Software Defined Radio Radio frequency (RF) technology is one of the areas which still allows putting your own ideas into practice. Countless circuit variants with special objectives allow space for meaningful experiments and projects. Many things simply aren’t available off the shelf. Crystal detector radios without their own power source, simple tube receivers with a touch of nostalgia, the first reception attempts at Software Defined Radio, special receivers for amateur radio, all this can be realized with little effort and as a perfect introduction to RF electronics. For a long time, radio construction was the first step into electronics. Meanwhile, there are other ways, especially via computers, microcontrollers, and digital technology. However, the analog roots of electronics are often neglected. Elementary radio technology and easy-to-do experiments are particularly well suited as a learning field for electronics because you can start with the simplest basics here. But the connection to modern digital technology is also obvious, for example, when it comes to modern tuning methods such as PLL and DDS or modern DSP radios. This book aims to give an overview and present a collection of simple RF projects.
Разместил: Ingvar16 18-08-2023, 14:26 | Комментарии: 0 | Подробнее
Название: Practical Audio DSP Projects with the ESP32 : Easy and Affordable Digital Signal Processing
Автор: Dogan Ibrahim, Ahmet Ibrahim
Издательство: Elektor Publication
Год: 2023
Страниц: 256
Язык: английский
Формат: pdf (true)
Размер: 33.7 MB

Easy and Affordable Digital Signal Processing. The aim of this book is to teach the basic principles of Digital Signal Processing (DSP) and to introduce it from a practical point of view using the bare minimum of mathematics. Only the basic level of discrete-time systems theory is given, sufficient to implement DSP applications in real time. The practical implementations are described in real time using the highly popular ESP32 DevKitC microcontroller development board. With the low cost and extremely popular ESP32 microcontroller, you should be able to design elementary DSP projects with sampling frequencies within the audio range. All programming is done using the popular Arduino IDE in conjunction with the C language compiler. After laying a solid foundation of DSP theory and pertinent discussions on the main DSP software tools on the market, the book presents the following audio-based sound and DSP projects.
Разместил: Ingvar16 18-08-2023, 14:02 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности