Mastering Surface Mount Technology takes you on a crash course in techniques, tips and know-how to successfully introduce surface mount technology in your workflow. Even if you are on a budget you too can jumpstart your designs with advanced fine pitch parts.
Besides explaining methodology and equipment, attention is given to SMT parts technologies and soldering methods. In a step by step way, several projects introduce you to handling surface mount parts and the required skills to successfully build SMT assemblies. Many practical tips and tricks are disclosed that bring surface mount technology into everyone's reach without breaking the bank.
Programming and Projects for the Minima and WiFi
Based on the low-cost 8-bit ATmega328P processor, the Arduino Uno R3 board is likely to score as the most popular Arduino family member so far, and this workhorse has been with us for many years. Recently, the new Arduino Uno R4 was released, based on a 48-MHz, 32-bit Cortex-M4 processor with a huge amount of SRAM and flash memory. Additionally, a higher-precision ADC and a new DAC are added to the design. The new board also supports the CAN Bus with an interface.
Two versions of the board are available: Uno R4 Minima, and Uno R4 WiFi. This book is about using these new boards to develop many different and interesting projects with just a handful of parts and external modules, which are available as a kit from Elektor. All projects described in the book have been fully tested on the Uno R4 Minima or the Uno R4 WiFi board, as appropriate.
The project topics include the reading, control, and driving of many components and modules in the kit as well as on the relevant Uno R4 board, including
LEDs
7-segment displays (using timer interrupts)
LCDs
Sensors
RFID Reader
4×4 Keypad
Real-time clock (RTC)
Joystick
8×8 LED matrix
Motors
DAC (Digital-to-analog converter)
LED matrix
WiFi connectivity
Serial UART
CAN bus
Infrared controller and receiver
Simulators
… all in creative and educational ways with the project operation and associated software explained in great detail.
Mastering the I²C Bus takes you on an exploratory journey of the I²C Bus and its applications. Besides the Bus protocol, plenty of attention is given to the practical applications and designing a stable system. The most common I²C compatible chip classes are covered in detail.
Two experimentation boards are available that allow for rapid prototype development. These boards are completed by a USB to I²C probe and a software framework to control I²C devices from your computer. All samples programs can be downloaded from the 'Attachments/Downloads' section on this page.
Projects built on Board 1:
USB to I²C Interface, PCA 9534 Protected Input, PCA 9534 Protected Output, PCA 9553 PWM LED Controller, 24xxx EEPROM Module, LM75 Temperature Sensor, PCA8563 Real-time Clock with Battery Backup, LCD and Keyboard Module, Bus Power Supply.
Projects built on Board 2:
Protected Input, Protected Output, LM75 Temperature Sensor, PCF8574 I/O Board, SAA1064 LED Display, PCA9544 Bus Expander, MCP40D17 Potentiometer, PCF8591 AD/DA, ADC121 A/D Converter, MCP4725 D/A Converter, 24xxx EEPROM Module.
Programming and Projects for the Minima and WiFi
Based on the low-cost 8-bit ATmega328P processor, the Arduino Uno R3 board is likely to score as the most popular Arduino family member so far, and this workhorse has been with us for many years. Recently, the new Arduino Uno R4 was released, based on a 48-MHz, 32-bit Cortex-M4 processor with a huge amount of SRAM and flash memory. Additionally, a higher-precision ADC and a new DAC are added to the design. The new board also supports the CAN Bus with an interface.
Two versions of the board are available: Uno R4 Minima, and Uno R4 WiFi. This book is about using these new boards to develop many different and interesting projects with just a handful of parts and external modules, which are available as a kit from Elektor. All projects described in the book have been fully tested on the Uno R4 Minima or the Uno R4 WiFi board, as appropriate.
The project topics include the reading, control, and driving of many components and modules in the kit as well as on the relevant Uno R4 board, including
LEDs
7-segment displays (using timer interrupts)
LCDs
Sensors
RFID Reader
4×4 Keypad
Real-time clock (RTC)
Joystick
8×8 LED matrix
Motors
DAC (Digital-to-analog converter)
LED matrix
WiFi connectivity
Serial UART
CAN bus
Infrared controller and receiver
Simulators
… all in creative and educational ways with the project operation and associated software explained in great detail.
For Speed, Area, Power, and Reliability
This book teaches the fundamentals of FPGA operation, covering basic CMOS transistor theory to designing digital FPGA chips using LUTs, flip-flops, and embedded memories. Ideal for electrical engineers aiming to design large digital chips using FPGA technology.
Discover:
The inner workings of FPGA architecture and functionality.
Hardware Description Languages (HDL) like Verilog and VHDL.
The EDA tool flow for converting HDL source into a functional FPGA chip design.
Insider tips for reliable, low power, and high performance FPGA designs.
Example designs include:
Computer-to-FPGA UART serial communication.
An open-source Sump3 logic analyzer implementation.
A fully functional graphics controller.
What you need:
Digilent BASYS3 or similar FPGA eval board with an AMD/Xilinx FPGA.
Vivado EDA tool suite (available for download from AMD website free of charge).
Project source files available from author’s GitHub site.
For Speed, Area, Power, and Reliability
This book teaches the fundamentals of FPGA operation, covering basic CMOS transistor theory to designing digital FPGA chips using LUTs, flip-flops, and embedded memories. Ideal for electrical engineers aiming to design large digital chips using FPGA technology.
Discover:
The inner workings of FPGA architecture and functionality.
Hardware Description Languages (HDL) like Verilog and VHDL.
The EDA tool flow for converting HDL source into a functional FPGA chip design.
Insider tips for reliable, low power, and high performance FPGA designs.
Example designs include:
Computer-to-FPGA UART serial communication.
An open-source Sump3 logic analyzer implementation.
A fully functional graphics controller.
What you need:
Digilent BASYS3 or similar FPGA eval board with an AMD/Xilinx FPGA.
Vivado EDA tool suite (available for download from AMD website free of charge).
Project source files available from author’s GitHub site.
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.'
Das CS-Mount-Objektiv (3 MP, 6 mm) ist ideal für den Einsatz mit dem Raspberry Pi HQ Camera Module und bietet gestochen scharfe, detailreiche Aufnahmen für eine Vielzahl von Anwendungen.
Das M12-Mount-Objektiv (5 MP, 25 mm) ist ideal für den Einsatz mit dem Raspberry Pi HQ Camera Module und bietet gestochen scharfe, detailreiche Aufnahmen für eine Vielzahl von Anwendungen.
Das M12-Mount-Objektiv (12 MP, 8 mm) ist ideal für den Einsatz mit dem Raspberry Pi HQ Camera Module und bietet gestochen scharfe, detailreiche Aufnahmen für eine Vielzahl von Anwendungen.
Die Raspberry Pi High Quality Camera ist eine günstige, hochwertige Kamera von Raspberry Pi. Es bietet eine Auflösung von 12 Megapixel und einen Sensor mit 7,9 mm Diagonale für eine beeindruckende Leistung bei schlechten Lichtverhältnissen. Die M12-Mount-Variante ist so konzipiert, dass sie mit den meisten austauschbaren M12-Objektiven funktioniert, und die CS-Mount-Variante ist so konzipiert, dass sie mit Wechselobjektiven sowohl in CS- als auch in C-Mount-Formfaktoren funktioniert (C-Mount-Objektive erfordern die Verwendung des C/CS-Adapter bei dieser Variante enthalten). Andere Objektivformfaktoren können mit Objektivadaptern von Drittanbietern angepasst werden. Die hochwertige Kamera eignet sich gut für Industrie- und Verbraucheranwendungen, einschließlich Sicherheitskameras, die ein Höchstmaß an visueller Wiedergabetreue und/oder Integration mit Spezialoptiken erfordern. Es ist mit allen Raspberry Pi-Modellen ab Modell B kompatibel. Technische Daten Sensor Sony IMX477R gestapelter, rückseitig beleuchteter Sensor Auflösung 12,3 Megapixel Sensorgröße 7,9 mm Sensordiagonale Pixelgröße 1,55 x 1,55 μm Output RAW12/10/8, COMP8 Backfokuslänge des Objektivs 2,6–11,8 mm (M12-Mount-Variante)12,5–22,4 mm (CS-Mount-Variante) Objektivsensorformat 1/2,3” (7,9 mm) oder größer IR-Sperrfilter Integriert Länge des Flachbandkabels 200 mm Stativhalterung 1/4”-20 Lieferumfang 1x Platine mit Sony IMX477-Sensor 1x FPC-Kabel zum Anschluss an Raspberry Pi 1x Gefräste Aluminium-Objektivhalterung mit integrierter Stativhalterung 1x C-zu-CS-Mount-Adapter 3x Objektiv-Feststellring Benötigt M12-Mount Objektiv
Der DiP-Pi Power Master ist ein fortschrittliches Stromversorgungssystem mit integrierten Sensorschnittstellen, das die meisten möglichen Anforderungen für Anwendungen auf Basis des Raspberry Pi Pico abdeckt. Es kann das System zusätzlich zum Original-Micro-USB des Raspberry Pi Pico mit bis zu 1,5 A bei 4,8 V versorgen, geliefert von 6–18 VDC für verschiedene Stromversorgungssysteme wie Autos, Industrieanlagen usw. Es unterstützt LiPo- oder Li-Ion-Akkus mit automatischem Ladegerät sowie die automatische Umschaltung von Kabelstrom auf Batteriestrom oder umgekehrt (USV-Funktionalität), wenn die Kabelstromversorgung unterbrochen wird. Die Extended Powering Source (EPR) ist mit einer rücksetzbaren PPTC-Sicherung, umgekehrter Polarität und auch ESD geschützt. Der DiP-Pi Power Master verfügt über eine in den Raspberry Pi Pico integrierte RESET-Taste sowie einen EIN/AUS-Schiebeschalter, der auf alle Stromquellen (USB, EPR oder Batterie) wirkt. Der Benutzer kann (über die A/D-Pins des Raspberry Pi Pico) den Batteriestand und den EPR-Wert mit den A/D-Wandlern von PICO überwachen. Beide A/D-Eingänge sind mit 0402-Widerständen (0 Ohm) überbrückt. Wenn der Benutzer diese Pico-Pins aus irgendeinem Grund für seine eigene Anwendung verwenden muss, kann er daher problemlos entfernt werden. Das Ladegerät lädt den angeschlossenen Akku automatisch auf (sofern verwendet), aber der Benutzer kann das Ladegerät zusätzlich ein-/ausschalten, wenn seine Anwendung dies benötigt. DiP-Pi Power Master kann für kabelbetriebene Systeme, aber auch für rein batteriebetriebene Systeme mit EIN/AUS verwendet werden. Der Status jeder Stromquelle wird durch separate Informations-LEDs angezeigt (VBUS, VSYS, VEPR, CHGR, V3V3). Der Benutzer kann jede Kapazität vom Typ LiPo oder Li-Ion verwenden; Es muss jedoch darauf geachtet werden, PCB-geschützte Batterien mit einem maximal zulässigen Entladestrom von 2 A zu verwenden. Das integrierte Batterieladegerät ist so eingestellt, dass es die Batterie mit einem Strom von 240 mA lädt. Dieser Strom wird durch einen Widerstand eingestellt. Wenn der Benutzer also mehr oder weniger benötigt, kann er ihn selbst ändern.
Zusätzlich zu allen oben genannten Funktionen ist DiP-Pi Power Master mit integrierten 1-Draht- und DHT11/22-Sensorschnittstellen ausgestattet. Durch die Kombination der erweiterten Stromversorgungs-, Batterie- und Sensorschnittstellen eignet sich der DiP-Pi Power Master ideal für Anwendungen wie Datenlogger, Pflanzenüberwachung, Kühlschränke usw.
DiP-Pi Power Master wird durch zahlreiche gebrauchsfertige Beispiele unterstützt, die in Micro Python oder C/C++ geschrieben sind.
Spezifikationen
Allgemein
Abmessungen 21 x 51 mm
Raspberry Pi Pico-Pinbelegung kompatibel
Unabhängige informative LEDs (VBUS, VSYS, VEPR, CHGR, V3V3)
Raspberry Pi Pico RESET-Taste
EIN/AUS-Schiebeschalter, der auf alle Stromquellen wirkt (USB, EPR, Batterie)
Externe Stromversorgung 6-18 V DC (Autos, Industrieanwendungen usw.)
Überwachung des externen Strompegels (6-18 VDC).
Überwachung des Batteriestands
Verpolungsschutz
PPTC-Sicherungsschutz
ESD-Schutz
Automatisches Batterieladegerät (für PCB-geschütztes LiPo, Li-Ion – 2 A max.) Automatisch/Benutzersteuerung
Automatische Umschaltung von Kabelbetrieb auf Batteriebetrieb und umgekehrt (USV-Funktionalität)
Mit der USB-Stromversorgung, der externen Stromversorgung und der Batterieversorgung können verschiedene Stromversorgungsschemata gleichzeitig verwendet werden
1,5 A bei 4,8 V Abwärtswandler auf EPR
Eingebetteter 3,3 V @ 600 mA LDO
Integrierte 1-Draht-Schnittstelle
Eingebettete DHT-11/22-Schnittstelle
Stromversorgungsoptionen
Raspberry Pi Pico Micro-USB (über VBUS)
Externe Stromversorgung 6–18 V (über spezielle Buchse – 3,4/1,3 mm)
Externe Batterie
Unterstützte Batterietypen
LiPo mit Schutzplatine, max. Strom 2A
Li-Ion mit Schutzplatine, max. Strom 2A
Eingebettete Peripheriegeräte und Schnittstellen
Integrierte 1-Draht-Schnittstelle
Eingebettete DHT-11/22-Schnittstelle
Programmierschnittstelle
Standard Raspberry Pi Pico C/C++
Standard Raspberry Pi Pico Micro Python
Gehäusekompatibilität
DiP-Pi Plexi-Cut-Gehäuse
Systemüberwachung
Batteriestand über Raspberry Pi Pico ADC0 (GP26)
EPR-Level über Raspberry Pi Pico ADC1 (GP27)
Informative LEDs
VB (VUSB)
USA (VSYS)
VE (VEPR)
CH (VCHR)
V3 (V3V3)
Systemschutz
Sofortiger Raspberry Pi Pico-Hardware-Reset-Knopf
ESD-Schutz auf EPR
Verpolungsschutz bei EPR
PPTC 500 mA @ 18 V-Sicherung am EPR
EPR/LDO-Übertemperaturschutz
EPR/LDO Über den aktuellen Schutz
System-Design
Entworfen und simuliert mit PDA Analyzer mit einem der fortschrittlichsten CAD/CAM-Tools – Altium Designer
Industriell entstanden
PCB-Konstruktion
2-Unzen-Kupfer-Leiterplatte, hergestellt für eine ordnungsgemäße Hochstromversorgung und Kühlung
6-mil-Spur-/6-mil-Lücken-Technologie, 2-lagige Leiterplatte
PCB-Oberflächenveredelung – Immersionsgold
Mehrschichtige Kupfer-Thermorohre für eine erhöhte thermische Reaktion des Systems und eine bessere passive Kühlung
Downloads
Datenblatt
Datenblatt