Books

278 products


  • RF Circuit Design (2nd Edition)

    Elsevier RF Circuit Design (2nd Edition)

    RF circuit design is now more important than ever as we find ourselves in an increasingly wireless world. Radio is the backbone of today’s wireless industry with protocols such as Bluetooth, Wi-Fi, WiMax, and ZigBee. Most, if not all, mobile devices have an RF component and this book tells the reader how to design and integrate that component in a very practical fashion. This book has been updated to include today's integrated circuit (IC) and system-level design issues as well as keeping its classic ‘wire lead’ material. Design Concepts and Tools Include The Basics: Wires, Resistors, Capacitors, Inductors Resonant Circuits: Resonance, Insertion Loss Filter Design: High-pass, Bandpass, Band-rejection Impedance Matching: The L Network, Smith Charts, Software Design Tools Transistors: Materials, Y Parameters, S Parameters Small Signal RF Amplifier: Transistor Biasing, Y Parameters, S Parameters RF Power Amplifiers: Automatic Shutdown Circuitry , Broadband Transformers, Practical Winding Hints RF Front-End: Architectures, Software-Defined Radios, ADC’s Effects RF Design Tools: Languages, Flow, Modeling

    € 54,95

    Members € 49,46

  •  -19% Elektor Ultimate Sensor Kit

    Elektor Bundles Elektor Ultimate Sensor Kit

    This bundle consists of a high-quality sensor kit and comprehensive project book. It has been specifically developed to enable use of sensors across multiple open-source microcontroller platforms including Arduino, Raspberry Pi, and ESP32. The bundle contains a total of 40 different sensors that are applied in multiple projects. All described projects are supported with software examples. The projects provided in the kit include the following: Changing LED brightness RGB LEDs Creating rainbow colours Magic wand Silent door alarm Dark sensor with relay Secret key Magic light cup Decoding commercial IR handsets Controlling TV channels with IT sensors Target shooting detector Shock time duration measurement Ultrasonic reverse parking Toggle lights by clapping hands Playing melody Measuring magnetic field strength Joystick musical instrument Line tracking Displaying temperature Temperature ON/OFF control Mobile phone-based Wi-Fi projects Mobile phone-based Bluetooth projects Sending data to the Cloud

    € 79,95€ 64,95

    Members identical

  • Get Started with the MAX78000FTHR Development Board

    Get Started with the MAX78000FTHR Development Board

    1 review

    Build your own AI microcontroller applications from scratchThe MAX78000FTHR from Maxim Integrated is a small development board based on the MAX78000 MCU. The main usage of this board is in artificial intelligence applications (AI) which generally require large amounts of processing power and memory. It marries an Arm Cortex-M4 processor with a floating-point unit (FPU), convolutional neural network (CNN) accelerator, and RISC-V core into a single device. It is designed for ultra-low power consumption, making it ideal for many portable AI-based applications.This book is project-based and aims to teach the basic features of the MAX78000FTHR. It demonstrates how it can be used in various classical and AI-based projects. Each project is described in detail and complete program listings are provided. Readers should be able to use the projects as they are, or modify them to suit their applications. This book covers the following features of the MAX78000FTHR microcontroller development board: Onboard LEDs and buttons External LEDs and buttons Using analog-to-digital converters I²C projects SPI projects UART projects External interrupts and timer interrupts Using the onboard microphone Using the onboard camera Convolutional Neural Network

    € 32,95

    Members € 29,66

  • Embedded in Embedded (E-book)

    Elektor Digital Embedded in Embedded (E-book)

    ARM Cortex-M Embedded Design from 0 to 1 Hobbyists can mash together amazing functional systems using platforms like Arduino or Raspberry Pi, but it is imperative that engineers and product designers understand the foundational knowledge of embedded design. There are very few resources available that describe the thinking, strategies, and processes to take an idea through hardware design and low-level driver development, and successfully build a complete embedded system. Many engineers end up learning the hard way, or never really learn at all. ARM processors are essentially ubiquitous in embedded systems. Design engineers building novel devices must understand the fundamentals of these systems and be able to break down large, complicated ideas into manageable pieces. Successful product development means traversing a huge amount of documentation to understand how to accomplish what you need, then put everything together to create a robust system that will reliably operate and be maintainable for years to come. This book is a case study in embedded design including discussion of the hardware, processor initialization, low‑level driver development, and application interface design for a product. Though we describe this through a specific application of a Cortex-M3 development board, our mission is to help the reader build foundational skills critical to being an excellent product developer. The completed development board is available to maximize the impact of this book, and the working platform that you create can then be used as a base for further development and learning. The Embedded in Embedded program is about teaching fundamental skill sets to help engineers build a solid foundation of knowledge that can be applied in any design environment. With nearly 20 years of experience in the industry, the author communicates the critical skill development that is demanded by companies and essential to successful design. This book is as much about building a great design process, critical thinking, and even social considerations important to developers as it is about technical hardware and firmware design. Software Downloads EiE Software Archive (200 MB) IAR ARM 8.10.1 (Recommended IDE version to use) (1.2 GB) IAR ARM 7.20.1 (Optional IDE version to use) (600 MB)

    € 39,95

    Members € 31,96

  • Vanderveen Trans Tube Amplifiers (E-book)

    Elektor Digital Vanderveen Trans Tube Amplifiers (E-book)

    Menno van der Veen is well known for his research publications on tube amplifiers used in audio systems. In this book he describes one of his research projects which focuses on the question of whether full compensation for distortion in tubes and output transformers is possible. In the past, a variety of techniques have been developed. One of them has largely been forgotten: trans-conductance, which means converting current into voltage or voltage into current. Menno van der Veen has breathed new life into this technique with his research project titled “Trans”. This book discusses all aspects of this method and discusses its pitfalls. These pitfalls are addressed one by one. The end result is a set of stringent requirements for Trans amplifiers. Armed with these requirements, Menno then develops new Trans amplifiers, starting with Transie 1 and Transie 2. These DC-coupled, single-ended tube amplifiers have unusually good characteristics and are suitable for hobbyist construction. Next the Trans principle is applied to amplifiers with higher output power. A trial-and-error process ultimately leads to the Vanderveen Trans 30 amplifier, which optimizes the features of Trans. The characteristics of this amplifier are so special and unique that Menno believes he has struck gold. To ensure that variations in tube characteristics cannot interfere with optimal Trans behavior, Menno makes use of simulations and comparison with other amplifier types. This book reads like an adventure story, but it is much more – it is an account of solid research into new ways to achieve optimal audio reproduction.

    € 24,95

    Members € 19,96

  • Assembly Language Essentials (E-book)

    Elektor Digital Assembly Language Essentials (E-book)

    A Guide to Powerful Programming for Embedded Systems You must be a well-rounded professional to excel in the ever-evolving, rapidly developing embedded design and programming industry. Simply put, when it comes to electronics design and programming, the more topics you can master, the more you’ll flourish at your workplace and at your personal workbench. This shouldn’t be a surprise, as the line between the skills of a hardware engineer and software engineer is blurring. The former should have a good grasp of programming in order to build efficient systems. The latter should understand the details of the design (whether it’s a physical or virtual application) for which he or she is writing code. Thus, to be successful, a modern professional electronics engineer must have a solid grasp of both hardware design and programming. Assembly Language Essentials is a matter-of-fact guide to Assembly that will introduce you to the most fundamental programming language of a processor. Unlike other resources about Assembly that focus exclusively on specific processors and platforms, this book uses the architecture of a fictional processor with its own hardware and instruction set. This enables you to consider the importance of Assembly language without having to deal with predetermined hardware or architectural restrictions. You’ll immediately find this thorough introduction to Assembly to be a valuable resource, whether you know nothing about the language or you have used it before. The only prerequisite is that you have a working knowledge of at least one higher-level programming language, such as C or Java. Assembly Language Essentials is an indispensible resource for electronics engineering professionals, academics, and advanced students looking to enhance their programming skills. The book provides the following, and more: An introduction to Assembly language and its functionality Significant definitions associated with Assembly language, as well as essential terminology pertaining to higher-level programming languages and computer architecture Important algorithms that may be built into high-level languages, but must be done the “hard way” in Assembly language — multiplication, division, and polynomial evaluation A presentation of Interrupt Service Routines with examples A free, downloadable Assembler program for experimenting with Assembly

    € 24,95

    Members € 19,96

  • Electronics for Space (E-book)

    Elektor Digital Electronics for Space (E-book)

    Space, the final frontier, will become more and more popular. The space industry is continually growing and new products and services will be required. Innovation is needed for the development of this industry. Today it is no longer possible to follow all the events in field of space. The space market is growing and activities are increasing, especially the market for small-satellites.This book wants to help close the gap and encourage electronic engineers to enter into the fascinating field of space electronics. One of the main difficulties is finding people with knowledge of space electronics design. Nowadays companies have to invest a lot of time and resources to instruct electronic engineers with no experience of space. Only a brief and basic introduction of this topic is typically achieved at university in space engineering lectures. Professionals with practical experience and the necessary theoretical knowledge are scarce. Companies from the space sector are searching for staff with knowledge of space electronics.This book will bring space closer aspiring to the space electronic hobbyists.

    € 19,95

    Members € 15,96

  • Designing Audio Power Amplifiers (2nd Edition)

    Designing Audio Power Amplifiers (2nd Edition)

    This comprehensive book on audio power amplifier design will appeal to members of the professional audio engineering community as well as the student and enthusiast. Designing Audio Power Amplifiers begins with power amplifier design basics that a novice can understand and moves all the way through to in-depth design techniques for very sophisticated audiophiles and professional audio power amplifiers. This book is the single best source of knowledge for anyone who wishes to design audio power amplifiers. It also provides a detailed introduction to nearly all aspects of analog circuit design, making it an effective educational text. Develop and hone your audio amplifier design skills with in-depth coverage of these and other topics: Basic and advanced audio power amplifier design Low-noise amplifier design Static and dynamic crossover distortion demystified Understanding negative feedback and the controversy surrounding it Advanced NFB compensation techniques, including TPC and TMC Sophisticated DC servo design MOSFET power amplifiers and error correction Audio measurements and instrumentation Overlooked sources of distortion SPICE simulation for audio amplifiers, including a tutorial on LTspice SPICE transistor modeling, including the VDMOS model for power MOSFETs Thermal design and the use of ThermalTrak transistors Four chapters on class D amplifiers, including measurement techniques Professional power amplifiers Switch-mode power supplies (SMPS)

    € 92,50

    Members € 83,25

  • Get Started with the SensorTile.box (E-book)

    Elektor Digital Get Started with the SensorTile.box (E-book)

    STmicroelectronics’ wireless IoT & wearable sensor development kit ‘SensorTile.box’ is a portable multi-sensor circuit board housed in a plastic box and developed by STMicroelectronics. It is equipped with a high-performance 32-bit ARM Cortex-M4 processor with DSP and FPU, and various sensor modules, such as accelerometer, gyroscope, temperature sensor, humidity sensor, atmospheric pressure sensor, microphone, and so on. SensorTile.box is ready to use with wireless IoT and Bluetooth connectivity that can easily be used with an iOS or Android compatible smartphone, regardless of the level of expertise of the users. SensorTile.box is shipped with a long-life battery and all the user has to do is connect the battery to the circuit to start using the box. The SensorTile.box can be operated in three modes: Basic mode, Expert mode, and Pro mode. Basic mode is the easiest way of using the box since it is pre-loaded with demo apps and all the user has to do is choose the required apps and display or plot the measured data on a smartphone using an app called STE BLE Sensor. In Expert mode users can develop simple apps using a graphical wizard provided with the STE BLE Sensor. Pro mode is the most complex mode allowing users to develop programs and upload them to the SensorTile.box. This book is an introduction to the SensorTile.box and includes the following: Brief specifications of the SensorTile.box; description of how to install the STE BLE Sensor app on an iOS or Android compatible smartphone required to communicate with the box. Operation of the SensorTile.box in Basic mode is described in detail by going through all of the pre-loaded demo apps, explaining how to run these apps through a smartphone. An introduction to the Expert mode with many example apps developed and explained in detail enabling users to develop their own apps in this mode. Again, the STE BLE Sensor app is used on the smartphone to communicate with the SensorTile.box and to run the developed apps. The book then describes in detail how to upload the sensor data to the cloud. This is an important topic since it allows the sensor measurements to be accessed from anywhere with an Internet connection, at any time. Finally, Pro mode is described in detail where more experienced people can use the SensorTile.box to develop, debug, and test their own apps using the STM32 open development environment (STM32 ODE). The Chapter explains how to upload the developed firmware to the SensorTile.box using several methods. Additionally, the installation and use of the Unicleo-GUI package is described with reference to the SensorTile.box. This PC software package enables all of the SensorTile.box sensor measurements to be displayed or plotted in real time on the PC.

    € 24,95

    Members € 19,96

  • MSP430 Microcontroller Essentials (E-book)

    Elektor Digital MSP430 Microcontroller Essentials (E-book)

    1 review

    Architecture, Programming and Applications The MSP430 is a popular family of microcontrollers from Texas Instruments. In this book we will work with the smallest type, which is the powerful MSP430G2553. We will look at the capabilities of this microcontroller in detail, as it is well-suited for self-made projects because it is available in a P-DIP20 package. We will take a closer look at the microcontroller and then build, step by step, some interesting applications, including a 'Hello World' blinking LED and a nice clock application, which can calculate the day of the week based on the date. You also will learn how to create code for the MSP microcontroller in assembler. In addition to that, we will work with the MSP-Arduino IDE, which makes it quite easy to create fast applications without special in-depth knowledge of the microcontrollers. All the code used in the book is available for download from the Elektor website.

    € 29,95

    Members € 23,96

  • Modern High-End Valve Amplifiers (E-BOOK)

    Elektor Digital Modern High-End Valve Amplifiers (E-BOOK)

    Valve Amplifiers are regarded by many to be the ne plus ultra when it comes to processing audio signals. The combination of classical technology and modern components has resulted in a revival of the valve amplifier. The use of toraidal-core output transformers, developed by the author over the past 15 years, has contributed to this revival. The most remarkable features of these transformers are their extremely wide frequency ranges and their very low levels of linear and nonlinear distortion. This e-book (pdf) explains the whys and wherefores of toroidal output transformers at various technical levels, starting with elementary concepts and culminating in complete mathematical descriptions. In all of this, the interactions of the output valves, transformer and loudspeaker form the central theme. Next come the practical aspects. The schematic diagram of a valve amplifier often appears to be very simple at first glance, but anyone who has built a modern valve amplifier knows that a lot of critical details are hidden behind this apparent simplicity. These are discussed extensively, in connection with designs for amplifiers with output powers ranging from 10 to 100 watts. Finally, the author gives some attention to a number of special valve amplifiers, and to the theory and practice of negative feedback. In summary, this e-book offers innovative solutions for achieving perfect audio quality. Do-it-yourself builders, as well as persons who want to gain a deeper technical understanding of the complex world of audio transformers, valve amplifiers and audio signal processing, will find this e-book a rich and useful source of information.

    € 29,95

    Members € 23,96

  • The Bottle Builder – Volume 1 (E-book)

    Elektor Digital The Bottle Builder - Volume 1 (E-book)

    The author, Johan Basse Bergqvist, is an engineer, a musician, and an audiophile with a knack for building projects that produce the desired results. The combination of these skills leads to a uniquely valuable perspective on audio design that is routinely reflected in the book and passed on to the readers. Several design projects are provided, 40 in total. The designs are explained, and the unique features or methods he uses are described in further detail. Each design includes detailed schematics and a complete parts list. Many of the projects also include layout documentation in the form of CAD photos of the PCB layouts. The range of projects is very diverse and includes something that will appeal to everyone. Stereo amplifiers, guitar and bass amplifiers, preamplifiers for phono, and microphones are all covered. Several variants for each type are included, and the power amplifier designs range from a few watts to several hundred watts, which meet almost any power level you might tackle.

    € 59,95

    Members € 47,96

  • High-End Valve Amplifiers 2 (E-book)

    Elektor Digital High-End Valve Amplifiers 2 (E-book)

    Nobody has any doubt that valve amplifiers produce a remarkably beautiful sound. They have a lively, deep, clear, and expressive sound, and dynamically they do not appear to have any limitations. The author investigates, in a systematic theoretical approach, the reasons for these beautiful properties. He develops new models for power valves and transformers, thus enabling the designer to determine the properties of the amplifier during the design process. Mathematical models for the coupling of power valve(s) and output transformer are provided. These will generate new insights in a special kind of distortion: the dynamic damping factor distortion (DDFD). With mathematical models in the complex domain, especially the properties at the limits of our hearing range (from 20 Hz to 20 kHz) are investigated and the minimal stability criteria for the amplifier are formulated. The often-applied negative feedback in amplifiers is extensively modelled and discussed in relation to our hearing appreciating. And after all this theory a fine selection of special amplifiers is presented and discussed. You will notice in this book that the author not only writes about amplifier technique, but tells about the way the development of valve amplifiers can have an influence on your daily life; even the usefulness of patents is discussed. Summarizing: new theories and solutions for perfect audio with valve amplifiers. Not only the professional and the DIY-er but everyone who wants to understand valve amplifiers will read this book with much pleasure.

    € 32,95

    Members € 26,36

  • The Official Raspberry Pi Beginner's Guide (5th Edition)

    Raspberry Pi Foundation The Official Raspberry Pi Beginner's Guide (5th Edition)

    Fully updated for Raspberry Pi 5 Raspberry Pi is a small, clever, British-built computer that's packed with potential. Made using a desktop-class, energy-efficient processor, Raspberry Pi is designed to help you learn coding, discover how computers work, and build your own amazing things. This book was written to show you just how easy it is to get started. Learn how to: Set up your Raspberry Pi, install its operating system, and start using this fully functional computer. Start coding projects, with step-by-step guides using the Scratch 3, Python, and MicroPython programming languages. Experiment with connecting electronic components, and have fun creating amazing projects. New in the 5th edition: Updated for the latest Raspberry Pi computers: Raspberry Pi 5 and Raspberry Pi Zero 2 W. Covers the latest Raspberry Pi OS. Includes a new chapter on the Raspberry Pi Pico. Downloads GitHub

    € 24,95

    Members identical

  • Getting Started With Java Using Eclipse (E-book)

    Elektor Digital Getting Started With Java Using Eclipse (E-book)

    Mastering the Language and the Development PlatformMany people would like to learn Java but getting started is not easy since programming with Java requires at least two things: mastering the programming language and the development environment. With the help of many examples, this book shows how the language is structured. In addition, it employs the Eclipse development environment as an example of a powerful tool to teach developing Java programs.In Basics, the first part of the book, you acquire your Java and Eclipse basic knowledge. This part lays the programming foundations, gives you an overview of Java technology, and shows you what is special about object-oriented programming.In the second part called Java Language, everything revolves around the subtleties of the Java language and this is where the first small Java applications are created, aided by a fine blend of the knowledge part and practical exercises.Java Technology is both the name and the focus of the third part which also introduces you to the rules to observe when programming, what class libraries are and what advantages they have. In addition, you will learn how to test programs, what algorithms are, and how to program them.The fourth part, Java Projects, enables you to apply all the previous elements in an application with a graphical user interface. The project shows how to develop a larger application piece by piece with the Eclipse development environment. The Appendix concludes with a section on frequent errors that can occur when working with Eclipse, and a Glossary.

    € 32,95

    Members € 26,36

  • ABC of Capacitors

    Würth ABC of Capacitors

    1 review

    The author Stephan Menzel provides an introduction into capacitor technology and describes the wide range of capacitor types with their properties and parameters. Basic principles This chapter imparts basic knowledge on the relationships between the electric field, permittivity, as well as the structure and operating principles of a capacitor. Capacitor characteristics The electrical parameters and essential characteristics of a capacitor are explained in greater detail for the reader. This extends from the actual capacitance of a capacitor through to the interdependencies. Capacitor types Existing capacitor types and their characteristics are presented. Film, electrolyte and ceramic capacitors are considered in detail.

    € 9,90

    Members € 8,91

  • Mastering Microcontrollers Helped by Arduino (3rd Edition) | E-book

    Elektor Digital Mastering Microcontrollers Helped by Arduino (3rd Edition) | E-book

    Third, extended and revised edition with AVR Playground and Elektor Uno R4 Arduino boards have become hugely successful. They are simple to use and inexpensive. This book will not only familiarize you with the world of Arduino but it will also teach you how to program microcontrollers in general. In this book theory is put into practice on an Arduino board using the Arduino programming environment. Some hardware is developed too: a multi-purpose shield to build some of the experiments from the first 10 chapters on; the AVR Playground, a real Arduino-based microcontroller development board for comfortable application development, and the Elektor Uno R4, an Arduino Uno R3 on steroids. The author, an Elektor Expert, provides the reader with the basic theoretical knowledge necessary to program any microcontroller: inputs and outputs (analog and digital), interrupts, communication busses (RS-232, SPI, I²C, 1-wire, SMBus, etc.), timers, and much more. The programs and sketches presented in the book show how to use various common electronic components: matrix keyboards, displays (LED, alphanumeric and graphic color LCD), motors, sensors (temperature, pressure, humidity, sound, light, and infrared), rotary encoders, piezo buzzers, pushbuttons, relays, etc. This book will be your first book about microcontrollers with a happy ending! This book is for you if you are a beginner in microcontrollers, an Arduino user (hobbyist, tinkerer, artist, etc.) wishing to deepen your knowledge,an Electronics Graduate under Undergraduate student or a teacher looking for ideas. Thanks to Arduino the implementation of the presented concepts is simple and fun. Some of the proposed projects are very original: Money Game Misophone (a musical fork) Car GPS Scrambler Weather Station DCF77 Decoder Illegal Time Transmitter Infrared Remote Manipulator Annoying Sound Generator Italian Horn Alarm Overheating Detector PID Controller Data Logger SVG File Oscilloscope 6-Channel Voltmeter All projects and code examples in this book have been tried and tested on an Arduino Uno board. They should also work with the Arduino Mega and every other compatible board that exposes the Arduino shield extension connectors.Please note:For this book, the author has designed a versatile printed circuit board that can be stacked on an Arduino board. The assembly can be used not only to try out many of the projects presented in this book but also allows for new exercises that in turn provide the opportunity to discover new techniques. Also available is a kit of parts including the PCB and all components. With this kit you can build most of the circuits described in the book and more.Datasheets Active Components Used (.PDF file): ATmega328 (Arduino Uno) ATmega2560 (Arduino Mega 2560) BC547 (bipolar transistor, chapters 7, 8, 9) BD139 (bipolar power transistor, chapter 10) BS170 (N-MOS transistor, chapter 8) DCF77 (receiver module, chapter 9) DS18B20 (temperature sensor, chapter 10) DS18S20 (temperature sensor, chapter 10) HP03S (pressure sensor, chapter 8) IRF630 (N-MOS power transistor, chapter 7) IRF9630 (P-MOS power transistor, chapter 7) LMC6464 (quad op-amp, chapter 7) MLX90614 (infrared sensor, chapter 10) SHT11 (humidity sensor, chapter 8) TS922 (dual op-amp, chapter 9) TSOP34836 (infrared receiver, chapter 9) TSOP1736 (infrared receiver, chapter 9) MPX4115 (analogue pressure sensor, chapter 11) MCCOG21605B6W-SPTLYI (I²C LCD, chapter 12) SST25VF016B (SPI EEPROM, chapter 13) About the author:Clemens Valens, born in the Netherlands, lives in France since 1997. Manager at Elektor Labs and Webmaster of ElektorLabs, in love with electronics, he develops microcontroller systems for fun, and sometimes for his employer too. Polyglot—he is fluent in C, C++, PASCAL, BASIC and several assembler dialects—Clemens spends most of his time on his computer while his wife, their two children and two cats try to attract his attention (only the cats succeed). Visit the author’s website: www.polyvalens.com.Authentic testimony of Hervé M., one of the first readers of the book:'I almost cried with joy when this book made me understand things in only three sentences that seemed previously completely impenetrable.'

    € 32,95

    Members € 26,36

  • Controller Area Network Projects (E-BOOK)

    Elektor Digital Controller Area Network Projects (E-BOOK)

    The Controller Area Network (CAN) was originally developed to be used as a vehicle data bus system in passenger cars. Today, CAN controllers are available from over 20 manufacturers, and CAN is finding applications in other fields, such as medical, aerospace, process control, automation, and so on. This e-book (pdf) is written for students, for practising engineers, for hobbyists, and for everyone else who may be interested to learn more about the CAN bus and its applications. The aim of this e-book is to teach you the basic principles of CAN networks and in addition the development of microcontroller based projects using the CAN bus. In summary, this e-book enables the reader to: Learn the theory of the CAN bus used in automotive industry Learn the principles, operation, and programming of microcontrollers Design complete microcontroller based projects using the C language Develop complete real CAN bus projects using microcontrollers Learn the principles of OBD systems used to debug vehicle electronics You will learn how to design microcontroller based CAN bus nodes, build a CAN bus, develop high-level programs, and then exchange data in real-time over the bus. You will also learn how to build microcontroller hardware and interface it to LEDs, LCDs, and A/D converters. The e-book assumes that the reader has some knowledge on basic electronics. Knowledge of the C programming language will be useful in later chapters of the e-book, and familiarity with at least one member of the PIC series of microcontrollers will be an advantage, especially if the reader intends to develop microcontroller based projects using the CAN bus.

    € 24,95

    Members € 19,96

  • Retro Audio (E-BOOK)

    Elektor Digital Retro Audio (E-book)

    The intention of this e-book (pdf) is to offer the reader understandings, ideas and solutions from the perspective of a workbench technician and electronics hobbyist. It is a descriptive text with many tables of useful data, servicing tips and supplementary notes of not so common knowledge. Today there is a re-emerging, nostalgic interest in vinyl records and associated music entertainment gear. With this interest, there is a paralleled market for the repair of this gear. This ‘hands-on’ servicing guide opens with fundamental considerations of the work space of repair and servicing. This includes a comprehensive discussion of essential test equipment and tools. Two chapters are devoted to obtaining servicing information about repair and obtaining spare parts. A key chapter is on general diagnosis and testing and includes the discussion of resistance, capacitance and inductance. These electrical properties are regularly in the mind of the repairer, so understanding of them is a key objective of this e-book. The next chapter is about time saving repair techniques and ensuring quality repair. The remaining chapters discuss entertainment equipment itself. Each of the chapters begins with an orderly discussion of the theory of operation and common and not so common problems specific to the equipment. All chapters conclude with a summary.

    € 22,95

    Members € 18,36

  • Trilogy of Wireless Power Transfer

    Würth Trilogy of Wireless Power Transfer

    Like our other Trilogy design guides, the Trilogy of Wireless Power is divided into three main sections to help you better understand each main aspect of wireless power: Basic Principles of Wireless Power The Wireless Power Transfer System Applications of Wireless Power In the first part of the book, the basic principles of wireless power transfer are described, including the different transmissions paths, the leading standards, and the basic physics. While these principles have not changed in the last 120 years, we still wanted to give a short overview to make sure we had the basics covered. The second part of the book covers the wireless power transfer system, including the different topologies of the wireless power transfer, the transmitter and receiver coils needed, FET selection, and all other required parts. The third part of the book describes and illustrates practical application examples in the field of the Qi standard, examples for proprietary solutions, an overview of EMI-related topics for closely and loosely coupled systems, and an example for a multi-mode wireless power transfer system.

    € 45,00

    Members € 40,50

  • Analogue Video (E-BOOK)

    Elektor Digital Analogue Video (E-BOOK)

    This e-book is intended for electronics enthusiasts and professionals alike, who want a much deeper understanding of the incredible technology conquests over the pre-digital decades that created video. It details evolution of analogue video electronics and technology from the first electro-mechanical television, through advancements in Cathode Ray Tubes, transistor circuits and signal processing, up to the latest analogue, colour-rich TV, entertainment devices and calibration equipment. Key technological advances that enabled monochrome video and, eventually, colour are explained. The importance, compromises and techniques of maintaining crucial backward legacy compatibilities are described. The generation, signal processing and playback of analogue video signals in numerous capture, display, recording and playback devices together with operating principles and practices are examined. Technical and, often, political merits and deficiencies of key national and international video standards are highlighted. Several formats are shown to win and ultimately to co-exist. This e-book begins at fairly basic levels; concepts are introduced with human physiological perceptions of light and colour explained. This leads to the subject matter of luminance and chrominance; their equations and the circuits to process. There is full, detailed analysis of waveform shapes and timings inside video equipment and relevant popular connections e.g. S-video. Several analogue video projects which you can build yourself are also included in this book; with schematics, circuit board layouts and calibration steps to help you obtain the best results. The book makes use of many colour pages where the subject matter demands it (e.g. test cards). If you really want a deeper understanding of analogue video then this e-book is for you!

    € 19,95

    Members € 15,96

  • BBC micro:bit (E-book)

    Elektor Digital BBC micro:bit (E-book)

    35 Touch Develop & MicroPython Projects The BBC micro:bit is a credit sized computer based on a highly popular and high performance ARM processor. The device is designed by a group of 29 partners for use in computer education in the UK and will be given free of charge to every secondary school student in the UK. The device is based on the Cortex-M0 processor and it measures 4 x 5 cm. It includes several important sensors and modules such as an accelerometer, magnetometer, 25 LEDs, 2 programmable push-button switches, Bluetooth connectivity, micro USB socket, 5 ring type connectors, and a 23-pin edge connector. The device can be powered from its micro USB port by connecting it to a PC, or two external AAA type batteries can be used. This e-book is about the use of the BBC micro:bit computer in practical projects. The BBC micro:bit computer can be programmed using several different programming languages, such as Microsoft Block Editor, Microsoft Touch Develop, MicroPython, and JavaScript. The e-book makes a brief introduction to the Touch Develop programming language and the MicroPython programming language. It then gives 35 example working and tested projects using these language. Readers who learn to program in Touch Develop and MicroPython should find it very easy to program using the Block Editor or any other languages. The following are given for each project: • Title of the project• Description of the project• Aim of the project• Touch Develop and MicroPython program listingsComplete program listings are given for each project. In addition, working principles of the projects are described briefly in each section. Readers are encouraged to go through the projects in the order given in the e-book. Also available: Kit of parts for the experiments published in this book. This kit contains: 4 x LED, 4 x 270 ohm resistor, 5 x wire (male-female), 2 x wire (male-male), 3 x Button, 3 x 10 kilo-ohm resistor, 1 x TMP36 temperature sensor, 1 x Buzzer, 1 x Light dependent resistor, 1 x RGB LED, 1 x BC337 transistor, 1 x 680 ohm resistor, 1 x 3V DC motor, 1 x ML8511 UV sensor module, 1 x mini servo, 1 x small breadboard, 1 x BBC micro:bit edge connector, 1 x BBC micro:bit adapter board, 1 x mounting plate

    € 18,95

    Members € 15,16

  • GSM/GPRS Projects (E-BOOK)

    Elektor Digital GSM/GPRS Projects (E-BOOK)

    Based on PIC microcontrollers and Arduino Every mobile phone includes a GSM/GPRS modem which enables the phone to communicate with the external world. With the help of the GSM modems, users can establish audio conversations and send and receive SMS text messages. In addition, the GPRS modem enables users to connect to the internet and to send and receive large files such as pictures and video over the internet. This e-book is aimed for the people who may want to learn how to use the GSM/GPRS modems in microcontroller based projects. Two types of popular microcontroller families are considered in the e-book: PIC microcontrollers, and the Arduino. The highly popular mid-performance PIC18F87J50 microcontroller is used in PIC based projects together with a GSM Click board. In addition, the SIM900 GSM/GPRS shield is used with the Arduino Uno projects. Both GSM and GPRS based projects are included in the e-book. The e-book will enable you to control equipment remotely by sending SMS messages from your mobile phone to the microcontroller, send the ambient temperature readings from the microcontroller to a mobile phone as SMS messages, use the GPRS commands to access the internet from a microcontroller, send temperature readings to the cloud using UDP and TCP protocols and so on. It is assumed that the reader has some basic working knowledge of the C language and the use of microcontrollers in simple projects. Although not necessary, knowledge of at least one member of the PIC microcontroller family and the Arduino Uno will be an advantage. It will also be useful if the user has some knowledge of basic electronics. All project software is available for free download (see 'Attachments/Downloads' section).

    € 22,95

    Members € 18,36

  • Visual Basic for Electronics Engineering Applications (E-book)

    Elektor Digital Visual Basic for Electronics Engineering Applications (E-book)

    The PC has long-time outgrown its function as a pure computer and has become an all-purpose machine. This book is targeted towards those people that want to control existing or self-built hardware from their computer. Using Visual Basic as Rapid Application Development tool we will take you on a journey to unlock the world beyond the connectors of the PC. After familiarising yourself with Visual Basic, its development environment and the toolset it offers, items such as serial communications, printer ports, bit-banging, protocol emulation, ISA, USB and Ethernet interfacing and the remote control of test-equipment over the GPIB bus, are covered in extent. Each topic is accompanied by clear, ready to run code, and where necessary, schematics are provided that will get your projects up to speed in no time. This book will show you advanced things like: using tools like Debug to find hardware addresses, setting up remote communication using TCP/IP and UDP sockets and even writing your own internet servers. Or how about connecting your own block of hardware over USB or Ethernet and controlling it from Visual Basic. Other things like internet-program communication, DDE and the new graphics interface of Windows XP are covered as well. All examples are ready to compile using Visual Basic 5.0, 6.0, NET or 2005. Extensive coverage is given on the differences between what could be called Visual Basic Classic and Visual basic .NET / 2005.

    € 24,00

    Members € 19,20

Login

Forgot password?

Don't have an account yet?
Create an account