Beginning Breadboarding: Physical Computing and the Basic Building Blocks of Computers

Автор: literator от 20-05-2023, 14:33, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Beginning Breadboarding: Physical Computing and the Basic Building Blocks of ComputersНазвание: Beginning Breadboarding: Physical Computing and the Basic Building Blocks of Computers
Автор: Jennifer Fox
Издательство: Apress
Год: 2023
Страниц: 502
Язык: английский
Формат: pdf
Размер: 15.5 MB

Using fun, hands-on projects, learn what a circuit is and how it works! This book uses a common tool in electronics, the breadboard, to build your way to an understanding of circuits, circuit components, and the basics of computers. You'll master current, voltage, and resistance. With that you can control outputs like lights and motors as well as inputs like switches and sensors. You'll also discover the difference between analog and digital electrical signals while studying both electricity and computers. Dabble in electrical engineering, whether you are interested in building things with electronics or learning to program simple, physical systems. Build your own electronic projects to learn how electronics work. And also how computers store information and process requests. You'll work with simple, low-cost tools like conductive tape before developing up to working with breadboards and discovering the components to build more complex systems. With Beginning Breadboarding, makers of all ages and backgrounds can learn to build real-life physical computing systems and projects. Have fun building something with tangible results while learning all the theory you need to make new projects of your own!

 

KiCad 6 Like a Pro – Projects, Tips and Recipes: Mastering PCB design with real-world projects

Автор: literator от 20-05-2023, 00:41, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

KiCad 6 Like a Pro – Projects, Tips and Recipes: Mastering PCB design with real-world projectsНазвание: KiCad 6 Like a Pro – Projects, Tips and Recipes: Mastering PCB design with real-world projects
Автор: Peter Dalmaris
Издательство: Elektor
Год: 2022
Страниц: 400
Язык: английский
Формат: pdf (true)
Размер: 46.2 MB

This book will help you practice your new KiCad 6 skills by challenging you in a series of two real-world projects, supported by a comprehensive set of recipes with detailed instructions on how to achieve a variety of simple and complex tasks. Design the PCBs for an Arduino-powered datalogger and a custom ESP32 board. Understand the finer details of the interactive router and how to manage KiCad project teams with Git, and much more. KiCad 6 is a modern, cross-platform application suite built around schematic and design editors. This stable and mature PCB tool is a perfect fit for electronic engineers and hobbyists. With KiCad 6, you can create PCBs of any complexity and size without the constraints associated with the commercial packages.

 

KiCad 6 Like a Pro – Fundamentals and Projects: Getting started with the world's best open-source PCB tool

Автор: literator от 20-05-2023, 00:20, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

KiCad 6 Like a Pro – Fundamentals and Projects: Getting started with the world's best open-source PCB toolНазвание: KiCad 6 Like a Pro – Fundamentals and Projects: Getting started with the world's best open-source PCB tool
Автор: Peter Dalmaris
Издательство: Elektor
Год: 2022
Страниц: 550
Язык: английский
Формат: pdf (true)
Размер: 61.5 MB

KiCad 6 is the world’s best open-source and free-to-use Printed Circuit Board tool. Its latest iteration, version 6, is packed with features usually found only in expensive commercial CAD tools. KiCad 6 is a modern, cross-platform application suite built around schematic and design editors, with auxiliary applications: a custom symbol and footprint creator, calculators, a Gerber file viewer, and an image converter for customizing graphics in silkscreen or copper. KiCad 6 is a stable and mature PCB tool, a perfect fit for electronic engineers and hobbyists. With KiCad 6, you can create PCBs of any complexity and size without the constraints associated with the commercial packages. This book will teach you to use KiCad through a practical approach. It will help you become productive quickly and start designing your own boards. Example projects (e.g., a simple breadboard power supply and a PCBA 4×8×8 LED matrix array) illustrate the basic features of KiCad, even if you have no prior knowledge of PCB design. The author describes the entire workflow from schematic entry to the intricacies of finalizing the files for PCB production and o! ers sound guidance on the process.

 

Electronic Security and Espionage: A Handbook on DIY

Автор: literator от 19-05-2023, 21:09, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Electronic Security and Espionage: A Handbook on DIYНазвание: Electronic Security and Espionage: A Handbook on DIY
Автор: Luka Matic
Издательство: Elektor
Год: 2021
Страниц: 230
Язык: английский
Формат: pdf (true)
Размер: 22.1 MB

Nowadays, security problems are rarely properly solved or correctly addressed. Electronic security is only part of the chain in making a system secure. Electronic security is usually addressed as network or software security, neglecting other aspects, but the chain is only as strong as its weakest link. This book is about electronic hardware security, with an emphasis on problems that you can solve on a shoestring DIY budget. It deals mostly with secure communications, cryptosystems, and espionage. You will quickly appreciate that you can’t simply buy a trustworthy and reliable cryptosystem off the shelf. You will then realise that this applies equally to individuals, corporations, and governments. If you want to increase your electronic security awareness in a world already overcrowded with networks of microphones and cameras, this is a book for you. Furthermore, if you want to do something DIY by designing and expanding upon simple electronic systems, please continue reading.

 

Raspberry Pi Full Stack: A comprehensive course that will teach you how to build a modern IoT application

Автор: literator от 19-05-2023, 14:51, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Raspberry Pi Full Stack: A comprehensive course that will teach you how to build a modern IoT applicationНазвание: Raspberry Pi Full Stack: A comprehensive course that will teach you how to build a modern IoT application
Автор: Peter Dalmaris
Издательство: Elektor
Год: 2020
Страниц: 428
Язык: английский
Формат: pdf (true)
Размер: 43.7 MB

A comprehensive course that will teach you how to build a modern IoT application. This book will take you on a whirlwind tour of full-stack web application development using Raspberry Pi. You will learn how to build an application from the ground up. In the first section of the book, I will introduce you to the Raspberry Pi, and focus on the Raspberry Pi Zero as our base hardware platform. This base hardware represents the lowest level of the Full Stack application. In the second section of the book, step two of the project, you will learn about the Raspbian operating system. This is the software that makes it possible for us, the application developers, to implement our application using high-level tools like the Python programming language and the SQLite3 database. The real work begins in section four. There, you will learn about the Raspberry Pi's General Purpose Inputs and Outputs (GPIO), and how to use them with simple Python programs. I will explain how to refer to a specific GPIO and show you the basic Python commands you need to perform simple tasks, like turn an LED on and read the state of a button. All big things start with the first simple step, and for this project, the first step is to blink an LED.

 

Сто схем с индикаторами

Автор: umkaS от 19-05-2023, 09:03, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Название: Сто схем с индикаторами
Автор: Быстров Ю.А. и др.
Издательство: М.: Радио и связь
Год: 1990
Cтраниц: 112
Формат: pdf
Размер: 25 мб
Язык: русский

Изложены принципы построения устройств управления современными знакосинтезирующими индикаторами - полупроводниковыми, вакуумными, люминесцентными, газоразрядными и вакуумными накаливаемыми. Приведены принципиальные схемы и даны описания разнообразных электронных устройств отображения информации на основе указанных индикаторов.
 

Raspberry Pi Pico for Radio Amateurs: Program and build RPi Pico-based hams station utilities, tools, and instruments

Автор: literator от 18-05-2023, 16:29, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Raspberry Pi Pico for Radio Amateurs: Program and build RPi Pico-based hams station utilities, tools, and instrumentsНазвание: Raspberry Pi Pico for Radio Amateurs: Program and build RPi Pico-based hams station utilities, tools, and instruments
Автор: Dogan Ibrahim
Издательство: Elektor
Год: 2021
Страниц: 310
Язык: английский
Формат: pdf (true)
Размер: 11.1 MB

Although much classical HF and mobile equipment is still in use by large numbers of amateurs, the use of computers and digital techniques has now become very popular among amateur radio operators. Nowadays, anyone can purchase a €5 Raspberry Pi Pico microcontroller board and develop many amateur radio projects using the “Pico” and some external components. This book is aimed at amateur radio enthusiasts, Electronic Engineering students, and anyone interested in learning to use the Raspberry Pi Pico to shape their electronic projects. The book is suitable for beginners in electronics as well as for those with wide experience. Step-by-step installation of the MicroPython programming environment is described. Some knowledge of the Python programming language is helpful to be able to comprehend and modify the projects given in the book. The book introduces the Raspberry Pi Pico and gives examples of many general-purpose, software-only projects that familiarize the reader with the Python programming language.

 

Artificial Intelligence for Robotics and Autonomous Systems Applications

Автор: literator от 18-05-2023, 07:53, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Artificial Intelligence for Robotics and Autonomous Systems ApplicationsНазвание: Artificial Intelligence for Robotics and Autonomous Systems Applications
Автор: Ahmad Taher Azar, Anis Koubaa
Издательство: Springer
Год: 2023
Страниц: 488
Язык: английский
Формат: pdf (true)
Размер: 14.4 MB

This book addresses many applications of Artificial Intelligence in robotics, namely AI using visual and motional input. Robotic technology has made significant contributions to daily living, industrial uses, and medicinal applications. Machine Learning, in particular, is critical for intelligent robots or unmanned/autonomous systems such as UAVs, UGVs, UUVs, cooperative robots, and so on. Humans are distinguished from animals by capacities such as receiving visual information, adjusting to uncertain circumstances, and making decisions to take action in a complex system. Significant progress has been made in robotics toward human-like intelligence; yet, there are still numerous unresolved issues. Deep Learning, reinforcement learning, real-time learning, swarm intelligence, and other developing approaches such as tiny-ML have been developed in recent decades and used in robotics.

 

Introduction to Electronic Devices

Автор: literator от 18-05-2023, 06:44, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Introduction to Electronic DevicesНазвание: Introduction to Electronic Devices
Автор: Corrado Di Natale
Издательство: Springer
Год: 2023
Страниц: 294
Язык: английский
Формат: pdf (true), epub
Размер: 26.5 MB

T​his textbook offers a comprehensive introduction to the basic principles ruling the working mechanism of the most common solid-state electronic devices. It covers the physics of semiconductors and the properties of junctions of semiconductors with semiconductors, metals, and insulators. The exposition makes a minimal use of quantum mechanics concepts and methods. On the other hand, it avoids the pure phenomenological description of the properties of electronic devices. Thus, using a semi-classical approach the book provides a rigorous treatment of the subject. The book is addressed to undergraduate students of scientific and technological faculties as well to professionals who wish to be introduced to the basic principles of electronic devices.

 

Analog Circuit Design using Current-Mode Techniques

Автор: literator от 17-05-2023, 19:41, Коментариев: 0

Категория: КНИГИ » АППАРАТУРА

Analog Circuit Design using Current-Mode TechniquesНазвание: Analog Circuit Design using Current-Mode Techniques
Автор: Sudhanshu Maheshwari
Издательство: CRC Press
Год: 2023
Страниц: 178
Язык: английский
Формат: pdf (true)
Размер: 15.7 MB

This book deals with the design of CMOS compatible analog circuits using current mode techniques. The chapters are organized in order of growing circuit complexity. The area of analog signal processing is introduced to readers as an evergreen subject of academics and research interest. The contents cover various interfacing circuits, different types of amplifiers, single-time constant networks and higher order networks for system design applications. This book covers electronic tuning aspects of circuits with the help of solved examples and unsolved exercises. The contents include many non-linear applications using current-mode techniques. In form of signal generators, many oscillators for various communication and instrumentation systems are presented. The book is expected to serve as an ideal reference text for research, senior undergraduate and graduate students in the field of electrical, electronics, instrumentation and communications engineering.