Bestsellers

952 products

  • Elektor Special: Introduction to Electronics with Arduino (PDF) - Elektor

    Elektor Digital Elektor Special: Introduction to Electronics with Arduino (PDF)

    Although the Arduino isn’t a novelty any longer, there are still many beginners who want to try programming and development with a microcontroller, and to them, it is all new. All beginnings can be difficult, though they should be light and enjoyable. You do not need much or expensive equipment for the examples. The circuits are built on a small breadboard, and, if necessary, connected to an Arduino Uno, which you can program on a Windows PC. You will find clear examples of how to build all circuits, ensuring easy and error-free reproduction. Projects Discussed Current & Voltage – How it all began Arduino Hardware Arduino Programming The Electrical Circuit Measuring with the Multimeter Circuit Diagrams and Breadboards Creating Circuit Diagrams Breadboard Views with Fritzing Online Circuit Simulation Indispensable: Resistors (Part 1) Hands-on with Resistors (Part 2) Variable Resistors Diodes: One-way Street for Current The Transistor Switch Electromagnetism Relays and Motors op-amps: Operational Amplifiers Capacitors The NE555 Timer PWM and Analogue Values with Arduino 7-Segment Temperature Display Introduction to Soldering and LCDs

    € 11,95

    Members € 10,76

  • Explore ATtiny Microcontrollers using C and Assembly Language (E - book) - Elektor

    Elektor Digital Explore ATtiny Microcontrollers using C and Assembly Language (E-book)

    AVR Architecture and Programming An in-depth look at the 8-bit AVR architecture found in ATtiny and ATmega microcontrollers, mainly from a software and programming point of view. Explore the AVR architecture using C and assembly language in Microchip Studio (formerly Atmel Studio) with ATtiny microcontrollers. Learn the details of how AVR microcontrollers work internally, including the internal registers and memory map of ATtiny devices. Program ATtiny microcontrollers using an Atmel-ICE programmer/debugger, or use a cheap hobby programmer, or even an Arduino Uno as a programmer. Most code examples can be run using the Microchip Studio AVR simulator. Learn to write programs for ATtiny microcontrollers in assembly language. See how assembly language is converted to machine code instructions by the assembler program. Find out how programs written in the C programming language end up as assembly language and finally as machine code instructions. Use the Microchip Studio debugger in combination with a hardware USB programmer/debugger to test assembly and C language programs, or use the Microchip Studio AVR simulator. DIP packaged ATtiny microcontrollers are used in this volume for easy use on electronic breadboards, targeting mainly the ATtiny13(A) and ATtiny25/45/85. Learn about instruction timing and clocks in AVR microcontrollers using ATtiny devices. Be on your way to becoming an AVR expert with advanced debugging and programming skills.

    € 34,95

    Members € 27,96

  • Technical Modeling with OpenSCAD - Elektor

    Elektor Publishing Technical Modeling with OpenSCAD

    Create Models for 3D Printing, CNC Milling, Process Communication and DocumentationEngineers dread designing 3D models using traditional modeling software. OpenSCAD takes a refreshing and completely different approach. Create your models by arranging geometric solids in a JavaScript-like language, and use them with your 3D printer, CNC mill, or process communication.OpenSCAD differs from other design systems in that it uses programmatical modeling. Your model is made up of primitives that are invoked using a C-, Java- or Python-like language. This approach to model design is close to the “mechanical work” done in the real world and appeals to engineers and others who are not a member of the traditional creative class.OpenSCAD also provides a wide variety of comfort functions that break the 1:1 relationship between code and geometry. This book demonstrates the various features of the programming language using practical examples such as a replacement knob for a LeCroy oscilloscope, a wardrobe hanger, a container for soap dispensers, and various other real-life examples.Written by an engineer with over 15 years of experience, this book is intended for Linux and Windows users alike. If you have programming experience in any language, this book will have you producing practical three-dimensional objects in short order!

    € 34,95

    Members € 31,46

  • ESP32 - Cam - CH340 Development Board - Elektor

    Espressif ESP32-Cam-CH340 Development Board

    Features Product model: HW-818 Working voltage: DC 5V Product size: 27mm x 48.5 mm x 4.5 mm / 1.06” x 1.9” x 0.17” SPI Flash: Default 32Mbit RAM: Internal 520KB + External 4MPSRAM Bluetooth: Bluetooth 4.2 BR/EDR and BLE standards Wi-Fi: 802 II b/g/n/e/i Support interfaces: UART, SPI, I2C, PWM Supporting TF Card: Maximum Supporting 4G IO port: 9 Serial port rate: default 115200 BPS Image output format: JPEG (OV2640 only), BMP, GRAYSCALE Spectrum range: 2412-2484 MHz Antenna form: board PCB antenna, gain 2dBi Transmitting power: 802.l1b: 17 + 2dBm (1lMbps) 802.l1g:14+2dBm (54Mbps) 802.l1n:13+2dBm (MCS7)

    € 11,95

    Members € 10,76

  •  -67% Get Started with the NXP i.MX RT1010 Development Bundle - Elektor

    Elektor Bundles H0W2: Get Started with the NXP i.MX RT1010 Development Bundle

    Develop Arm Cortex-M7 powered Audio, DSP and Motor Control Projects At the heart of NXP Semiconductors‘ MIMXRT1010 Development Kit is the i.MX RT1010 Crossover MCU sporting an Arm Cortex-M7 core truly capable of running power- and memory hungry DSP applications. The popular MCUXpresso IDE is key to creating software for the development kit, while a powerful SDK is provided to reduce program development time and effort. The dev kit offers great connectivity through its audio CODECs, 4-way headphone jack, external speaker connection, microphone, and Arduino interface. Conveniently, several on-board debug probes are supplied with the kit allowing you to debug your programs by talking directly to the MCU. Helped by the debugger, you can single-step through a program, insert breakpoints, view and modify variables, and so on. Using the MCUXpresso IDE and the SDK, many working and tested projects are developed in the book based on parts, modules, and technologies, including: LED and LCDs ADC I²C projects SPI projects UART projects Motor Control Audio and Digital Audio Processing (DSP) This bundle contains: Elektor Book: Get Started with the NXP i.MX RT1010 Development Kit (normal price: €34.95) NXP i.MX RT1010 Kit Development Kit (normal price: €49.95)

    € 89,95€ 29,95

    Members identical

  • Elektor Special: Arduino Shields (PDF) - Elektor

    Elektor Digital Elektor Special: Arduino Shields (PDF) EN

    Make your project dreams come true: an odometer for the hamster wheel, a fully automatic control of your ant farm with web interface, or the Sandwich-O-Mat – a machine that toasts and grills sandwiches of your choice. With the Arduino and the DIY or Maker movement, not only did entry into microcontroller programming become child's play, but a second development also took place: Resourceful developers brought small boards – so-called shields or modules – to the market, which greatly simplified the use of additional hardware. The small modules contain all the important electronic parts to be connected to the microcontroller with a few plug-in cables, eliminating the need for a fiddly and time-consuming assembly on the plug-in board. In addition, it is also possible to handle tiny components that do not have any connecting legs (so-called SMDs). Projects Discussed Arduino seeks connection BMP and introduction to libraries, I²C Learn I/O basics with the multi-purpose shield I²C LCD adapter and DOT matrix displays LCD keypad shield Level converter W5100: Internet connection I/O expansion shield Relays and solid-state relays The multi-function shield: A universal control unit Connecting an SD card reader via SPI Keys and 7-segment displays 16-bit ADC MCP4725 DAC 16-way PWM servo driver MP3 player GPS data logger using an SD card Touch sensor Joystick SHT31: Temperature and humidity VEML6070 UV-A sensor VL53L0X time-of-flight Ultrasonic distance meter MAX7219-based LED DOT matrix display DS3231 RTC Port expander MCP23017 433 MHz radio MPU-650 gyroscope ADXL345 accelerometer WS2812 RGB LEDs Power supply MQ-xx gas sensors CO2 gas sensor ACS712 current sensor INA219 current sensor L298 motor driver MFRC522 RFID 28BYJ-48 stepper motor TMC2209 silent step stick X9C10x digital potentiometer ST7735 in a color TFT display e-Paper display Bluetooth Geiger counter SIM800L GSM module I²C multiplexer Controller Area Network

    € 11,95

    Members € 10,76

  • 65 W USB - C PD GaN Power Supply - Elektor

    FNIRSI 65 W USB-C PD GaN Power Supply

    With this 65 W USB-C PD power supply (with GaN technology) and the included USB-C cable you can start using the FNIRSI HS-01 soldering iron straight away. Of course, you can also use this charger to fast charge your tablets and smartphones via USB-C and USB-A. Included 65 W USB-C PD GaN Power Supply (EU) USB-C cable (1.2 m)

    € 24,95

    Members € 22,46

  • The Book of 555 Timer Projects (E-book)

    Elektor Digital The Book of 555 Timer Projects (E-book)

    Over 45 Builds for the Legendary 555 Chip (and the 556, 558) The 555 timer IC, originally introduced by the Signetics Corporation around 1971, is sure to rank high among the most popular analog integrated circuits ever produced. Originally called the IC Time Machine, this chip has been used in many timer-related projects by countless people over decades. This book is all about designing projects based on the 555 timer IC. Over 45 fully tested and documented projects are presented. All projects have been fully tested by the author by constructing them individually on a breadboard. You are not expected to have any programming experiences for constructing or using the projects given in the book. However, it’s definitely useful to have some knowledge of basic electronics and the use of a breadboard for constructing and testing electronic circuits. Some of the projects in the book are: Alternately Flashing Two LEDs Changing LED Flashing Rate Touch Sensor On/Off Switch Switch On/Off Delay Light-Dependent Sound Dark/Light Switch Tone Burst Generator Long Duration Timer Chasing LEDs LED Roulette Game Traffic Lights Continuity Tester Electronic Lock Switch Contact Debouncing Toy Electronic Organ Multiple Sensor Alarm System Metronome Voltage Multipliers Electronic Dice 7-Segment Display Counter Motor Control 7-Segment Display Dice Electronic Siren Various Other Projects The projects given in the book can be modified or expanded by you for your very own applications. Electronic engineering students, people engaged in designing small electronic circuits, and electronic hobbyists should find the projects in the book instructive, fun, interesting, and useful.

    € 29,95

    Members € 23,96

  • Motor Control - Projects with Arduino & Raspberry Pi (E - book) - Elektor

    Elektor Digital Motor Control - Projects with Arduino & Raspberry Pi (E-book)

    This book is about DC electric motors and their use in Arduino and Raspberry Pi Zero W based projects. The book includes many tested and working projects where each project has the following sub-headings: Title of the project Description of the project Block diagram Circuit diagram Project assembly Complete program listing of the project Full description of the program The projects in the book cover the standard DC motors, stepper motors, servo motors, and mobile robots. The book is aimed at students, hobbyists, and anyone else interested in developing microcontroller based projects using the Arduino Uno or the Raspberry Pi Zero W. One of the nice features of this book is that it gives complete projects for remote control of a mobile robot from a mobile phone, using the Arduino Uno as well as the Raspberry Pi Zero W development boards. These projects are developed using Wi-Fi as well as the Bluetooth connectivity with the mobile phone. Readers should be able to move a robot forward, reverse, turn left, or turn right by sending simple commands from a mobile phone. Full program listings of all the projects as well as the detailed program descriptions are given in the book. Users should be able to use the projects as they are presented, or modify them to suit to their own needs.

    € 29,95

    Members € 23,96

  • Electric Guitar (2nd Edition) - Elektor

    Elektor Publishing Electric Guitar (2nd Edition)

    Sound Secrets and Technology What would today’s rock and pop music be without electric lead and bass guitars? These instruments have been setting the tone for more than sixty years. Their underlying sound is determined largely by their electrical components. But, how do they actually work? Almost no one is able to explain this to the true musician with no technical background. This book answers many questions simply, in an easily-understandable manner. For the interested musician (and others), this book unveils, in a simple and well-grounded way, what have, until now, been regarded as manufacturer secrets. The examination explores deep within the guitar, including pickups and electrical environment, so that guitar electronics are no longer considered highly secret. With a few deft interventions, many instruments can be rendered more versatile and made to sound a lot better – in the most cost-effective manner. The author is an experienced electronics professional and active musician. He has thoroughly tested everything described here, in practice.

    € 39,95

    Members € 35,96

  • Raspberry Pi 5 for Radio Amateurs (E - book) - Elektor

    Elektor Digital Raspberry Pi 5 for Radio Amateurs (E-book)

    Program and Build Raspberry Pi 5 Based Ham Station Utilities with the RTL-SDR The RTL-SDR devices (V3 and V4) have gained popularity among radio amateurs because of their very low cost and rich features. A basic system may consist of a USB based RTL-SDR device (dongle) with a suitable antenna, a Raspberry Pi 5 computer, a USB based external audio input-output adapter, and software installed on the Raspberry Pi 5 computer. With such a modest setup, it is possible to receive signals from around 24 MHz to over 1.7 GHz. This book is aimed at amateur radio enthusiasts and electronic engineering students, as well as at anyone interested in learning to use the Raspberry Pi 5 to build electronic projects. The book is suitable for both beginners through experienced readers. Some knowledge of the Python programming language is required to understand and eventually modify the projects given in the book. A block diagram, a circuit diagram, and a complete Python program listing is given for each project, alongside a comprehensive description. The following popular RTL-SDR programs are discussed in detail, aided by step-by-step installation guides for practical use on a Raspberry Pi 5: SimpleFM GQRX SDR++ CubicSDR RTL-SDR Server Dump1090 FLDIGI Quick RTL_433 aldo xcwcp GPredict TWCLOCK CQRLOG klog Morse2Ascii PyQSO Welle.io Ham Clock CHIRP xastir qsstv flrig XyGrib FreeDV Qtel (EchoLink) XDX (DX-Cluster) WSJT-X The application of the Python programming language on the latest Raspberry Pi 5 platform precludes the use of the programs in the book from working on older versions of Raspberry Pi computers.

    € 32,95

    Members € 26,36

  • Develop and Operate Your LoRaWAN IoT Nodes (E - book) - Elektor

    Elektor Digital Develop and Operate Your LoRaWAN IoT Nodes (E-book)

    Ready-to-use devices and self-built Arduino nodes in the 'The Things Network' LoRaWAN has developed excellently as a communication solution in the IoT. The Things Network (TTN) has contributed to this. The Things Network was upgraded to The Things Stack Community Edition (TTS (CE)). The TTN V2 clusters were closed towards the end of 2021. This book shows you the necessary steps to operate LoRaWAN nodes using TTS (CE) and maybe extend the network of gateways with an own gateway. Meanwhile, there are even LoRaWAN gateways suitable for mobile use with which you can connect to the TTN server via your cell phone. The author presents several commercial LoRaWAN nodes and new, low-cost and battery-powered hardware for building autonomous LoRaWAN nodes. Registering LoRaWAN nodes and gateways in the TTS (CE), providing the collected data via MQTT and visualization via Node-RED, Cayenne, Thingspeak, and Datacake enable complex IoT projects and completely new applications at very low cost. This book will enable you to provide and visualize data collected with battery-powered sensors (LoRaWAN nodes) wirelessly on the Internet. You will learn the basics for smart city and IoT applications that enable, for example, the measurement of air quality, water levels, snow depths, the determination of free parking spaces (smart parking), and the intelligent control of street lighting (smart lighting), among others.

    € 32,95

    Members € 26,36

  • Build Your Own Multifunctional 4 - Axis CNC Machine (E - book) - Elektor

    Elektor Digital Build Your Own Multifunctional 4-Axis CNC Machine (E-book)

    Plot, Cut, Drill, Mill and Laser with the Z99 This book covers the construction, hardware, software, and operation of the Z99 – CNC machine. This is a multifunctional 4-axis machine for home construction. The capabilities of the Z99 machine include: large-format schematic plotting PCB plotting with etch-resist pens schematic plotting with conductive-ink pens letter cutting out of vinyl paper cutting PCB/substrate drilling PCB/substrate milling text milling laser engraving laser cutting of solder paste masks By making the support software available as freeware, readers of the book are challenged and encouraged to develop new applications for the Z99. The machine would not be of much use if the user has no option to create suitable files for the designs in mind. A large part of this book is dedicated to creating source files in a variety of freeware software packages, including Inkscape, DesignSpark PCB, KiCad, and FlatCAM. The book is also useful for readers keen to comprehend and then master the basic structure of HPGL, Gerber, Drill, and G-code files, as well as to have a go at deciphering them using software.

    € 29,95

    Members € 23,96

  •  -60% Elektor Archive 1974 - 2024 (USB Stick) EN - Elektor

    Elektor Classics Elektor Archive 1974-2024 (USB Stick) EN

    NEW: Now incl. volume 2024 + Elektor GPT 5 Elektor Decades (’70s, ’80s, ’90s, ’00s, and ’10s) on a USB Stick This USB stick (32 GB, USB 3.0) is loaded with all the Elektor magazine English editions (as PDFs) from 1974 to 2024. Elektor engineers, authors, and editors aim to inspire you to master electronics and computer technology by presenting professionally designed circuits that are easy to build. We also cover the latest developments in electronics and information technology. With the Elektor Archive on a USB stick, you can browse our previous English editions at your convenience and learn about MCU-based projects, robotics, electronics testing, embedded programming, analog techniques, and much more. All the Elektor magazine editions are stored as PDFs on a 32-GB USB stick (USB 3.0). The 10,000+ articles have been classified by date of publication (month/year), and a comprehensive index enables you to search the entire USB stick. Subject areas include: Audio & video Computers & microcontrollers Radio, hobby & modelling Home & garden Power supplies & batteries Test & measurement Software And everything else that doesn’t fit in one of these categories. NEW Elektor GPT is an AI-powered tool that helps users navigate through the decades-long Elektor archive. Using advanced search algorithms and natural language processing, Elektor GPT quickly finds articles, projects, and other resources from the archive. Specifications USB USB 3.0 Storage 32 GB Interfaces 1x USB-A1x USB-C System requirements PC with Adobe Reader 7.0 or higher Web browser

    € 199,95€ 79,95

    Members identical

  •  -29% ZD - 8968 KIT Hot Air Rework Station - Elektor

    Zhongdi ZD-8968 KIT Hot Air Rework Station

    This Rework Station Bundle, consisting of the ZD-8968 Hot Air Rework Station and the ZD-11P PCB holder, offers precise temperature control, adjustable airflow, and a stable hold for your circuit board. The ZD-8968 Hot Air Rework Station is a high-performance device designed for precision desoldering and rework tasks with SMD components. It features a wide temperature range of 100-500°C (212-932°F), with adjustable air and temperature control, a clear LED display, and an automatic sleep mode for enhanced safety and efficiency. The ZD-11P PCB Holder is equipped with 5 adjustable 360° rotatable goosenecks (4 with alligator clips, 1 with flashlight holder + flashlight), providing additional flexibility and stability. It securely holds the PCB in place, making the handling of SMD components easier and more precise. Features 300 W heating power ensures quick heat-up Wide temperature range 100-500°C (212-932°F) allows precise control Closed-loop sensor and MCU zero-crossing design ensure accurate and stable temperature regulation. The hot air pump handle includes a built-in sensor that switches to Working Mode when picked up and to Standby Mode when placed back in the holder. Automatic standby mode activates after 10 minutes of inactivity. Automatic cooling system and deferred power-off function protect the heating element. Brushless motor fan provides quiet operation, smooth airflow, and an extended lifespan. High-quality heating element doubles working efficiency and saves energy. LED digital display for clear monitoring of temperature settings. Simple buttons for adjusting air volume and temperature. Switching between °C and °F Heat-resistant stand with hot air gun holder, 5 flexible adjustable arms with alligator clips and a flashlight (AA battery not included) Specifications ZD-8968 Hot Air Rework Station Power 300 W Temperature range 100-500°C (212-932°F) Power supply 220-240 V AC/50 Hz Weight 1.2 kg ZD-11P PCB Holder Base (Dimensions) 210 x 134 mm Metal rod (Height) 250 mm Included Base, metal rod, 4 gooseneck arms with alligator clips, 1 gooseneck arm with flashlight holder Included 1x ZD-8968 Hot Air Rework Station 1x ZD-11P PCB Holder (stand with soldering iron holder with 5 adjustable arms, 4 with alligator clips and 1 with flashlight holder) 1x Flashlight (AA battery not included) 3x Hot air nozzles (79-7911, 79-7912, 79-7913) 1x Power cord (EU) 1x Power cord (UK) 1x Manual

    € 84,95€ 59,95

    Members identical

  •  -50% JOY - iT Magnetic Multimedia Case for Raspberry Pi 4 - Elektor

    JOY-iT JOY-iT Magnetic Multimedia Case for Raspberry Pi 4

    This multimedia case for all Raspberry Pi 4 models is characterized by high functionality, modern design and a sumptuous equipment: Integrated IR receiver, controllable with almost all IR remote controls Controllable LED lighting Switching on/off, controlling additional functions of the Raspberry Pi Active, quiet cooling Toolless, magnetic assembly All connections of the Raspberry Pi are on the backside GPIO port is accessible via separate lid Perfect as a multimedia platform in the living room, desktop device or for the use in digital signage. Specifications Material Acryl Color Black Compatible to Raspberry Pi 4 Power supply 5 VDC (USB-C) Microcontroller STM32F030F4P Infrared receiver TSOP4838 LEDs 4x WS2812Mini Led out connections 1x USB-C, 1x Aux, 2x microHDMIFrom Raspberry Pi: 2x USB-A 3.0, 2x USB-A 2.0, 1x RJ45 Weight 280 g Dimensions 113 x 100 x 38 mm Scope of delivery Multimedia case, adapter board, control board, Aux adapter cable Downloads Datasheet (177.9 KB) Manual (3.5 MB) Expert Guide (6.5 MB) Firmware v1.0.9-beta (11.2 KB) Addons for LibreElec 9 (2.6 MB) Code Examples Addon - Multimedia Case Configuration Addon - LED Configuration Addon - IR Control Configuration Prepared LibreElec Image Prepared LibreElec Image 10.BETA GitHub

    € 29,95€ 14,95

    Members identical

  • Tektronix Oscilloscopes Restoration Guide - Elektor

    Tektronix Oscilloscopes Restoration Guide

    An Illustrated Handbook of Vintage ‘Scopes Repair and Preservation Tektronix oscilloscopes are true masterpieces of electronics and have helped mankind advance in every field of science, wherever a physical phenomenon needed to be observed and studied. They helped man reach the moon, find the cause of plane crashes, and paved the way for thousands of other discoveries. Restoring and collecting these oscilloscopes is an exciting activity; it is really worthwhile to save them from the effects of time and restore them to their original condition. Many parts are quite easy to find, and there are many Internet sites, groups, and videos that can help you. Much of the original documentation is still available, but it is not always sufficient. This book contains a lot of information, descriptions, suggestions, technical notes, photos and schematics that can be of great help to those who want to restore or simply repair these wonderful witnesses of one of the most beautiful eras in the history of technology. Component layouts included! This book includes a nearly complete component layout plan of the original 545 oscilloscope, with relative reference designators. Not found in the original Tektronix manuals, this layout should prove invaluable to the repair technician.

    € 69,95

    Members € 62,96

  • Raspberry Pi Pico for Radio Amateurs (E - book) - Elektor

    Elektor Digital Raspberry Pi Pico for Radio Amateurs (E-book)

    Program and build RPi Pico-based ham station utilities, tools, and instruments 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. In addition to the software-only projects tailored to the amateur radio operator, Chapter 6 in particular presents over 36 hardware-based projects for “hams”, including: Station mains power on/off control Radio station clock GPS based station geographical coordinates Radio station temperature and humidity Various waveform generation methods using software and hardware (DDS) Frequency counter Voltmeter / ammeter / ohmmeter / capacitance meter RF meter and RF attenuators Morse code exercisers RadioStation Click board Raspberry Pi Pico based FM radio Using Bluetooth and Wi-Fi with Raspberry Pi Pico Radio station security with RFID Audio amplifier module with rotary encoder volume control Morse decoder Using the FS1000A TX-RX modules to communicate with Arduino

    € 32,95

    Members € 26,36

  •  -35% Universal Maker Sensor Bundle

    Elektor Bundles Universal Maker Sensor Bundle

    Over 180 Projects with Raspberry Pi, Pico W, Arduino, and ESP32 This bundle contains the Universal Maker Sensor Kit, which consists of many sensors, actuators, displays, and motors. It’s perfect for environmental monitoring, smart home projects, robotics, and game controllers. The new Elektor book describes the design of many projects using the kit together with the popular Raspberry Pi, Raspberry Pi Pico W, Arduino Uno, and the ESP32 family of development boards. You can choose any of these development boards for your projects and either use the provided programs as they are, or modify these programs to suit your applications. This bundle contains: NEW Book: Universal Maker Sensor Kit (normal price: €45) Universal Maker Sensor Kit (for Raspberry Pi, Pico W, Arduino, ESP32) (normal price: €70) Raspberry Pi Pico W (normal price: €8) Book: Universal Maker Sensor Kit Learn to use more than 35 Sensors and Actuators with C++, Python, and MicroPython This book contains over 180 projects for all four major development boards (Arduino, Raspberry Pi, Pico W, and ESP32). Depending on the development board, projects are available in the C, Python, or MicroPython programming languages. The project titles, brief descriptions, wiring diagrams, and full program listings together with their detailed descriptions are given in the guide. Universal Maker Sensor Kit (for Raspberry Pi, Pico W, Arduino, ESP32) Discover endless creativity with the Universal Maker Sensor Kit, designed for use with Raspberry Pi, Pico W, Arduino, and ESP32. This versatile kit offers compatibility across popular development platforms, including Arduino Uno R4 Minima/WiFi, Uno R3, Mega 2560, Raspberry Pi 5, 4, 3B+, 3B, Zero, Pico W, and ESP32. Featuring over 35 sensors, actuators, and displays, it's perfect for projects ranging from environmental monitoring and smart home automation to robotics and interactive gaming. Step-by-step tutorials in C/C++, Python, and MicroPython guide beginners and experienced makers alike through 169 exciting projects. Features Wide Compatibility: Fully supports Arduino (Uno R3, Uno R4 Minima/WiFi, Mega 2560), Raspberry Pi (5, 4, 3B+, 3B, Zero, Pico W), and ESP32, enabling extensive flexibility across numerous development platforms. Includes instructions for building 169 projects. Comprehensive Components: Features more than 35 sensors, actuators, and display modules suitable for diverse projects such as environmental monitoring, smart home automation, robotics, and interactive game controllers. Detailed Tutorials: Provides clear, step-by-step tutorials covering Arduino, Raspberry Pi, Pico W, ESP32, and each included component. Tutorials are available in C/C++, Python, and MicroPython, catering effectively to both beginners and experienced makers. Suitable for All Skill Levels: Offers structured projects designed to guide users seamlessly from beginner to advanced proficiency in electronics and programming, enhancing creativity and technical expertise. Included Breadboard Button Module Capacitive Soil Moisture Module Flame Sensor Module Gas/Smoke Sensor Module (MQ2) Gyroscope & Accelerometer Module (MPU6050) Hall Sensor Module Infrared Speed Sensor Module IR Obstacle Avoidance Sensor Module Joystick Module PCF8591 ADC DAC Converter Module Photoresistor Module PIR Motion Module (HC-SR501) Potentiometer Module Pulse Oximeter and Heart Rate Sensor Module (MAX30102) Raindrop Detection Module Real Time Clock Module (DS1302) Rotary Encoder Module Temperature Sensor Module (DS18B20) Temperature and Humidity Sensor Module (DHT11) Temperature, Humidity & Pressure Sensor (BMP280) Time of Flight Micro-LIDAR Distance Sensor (VL53L0X) Touch Sensor Module Ultrasonic Sensor Module (HC-SR04) Vibration Sensor Module (SW-420) Water Level Sensor Module I²C LCD 1602 OLED Display Module (SSD1306) RGB LED Module Traffic Light Module 5 V Relay Module Centrifugal Pump L9110 Motor Driver Module Passive Buzzer Module Servo Motor (SG90) TT Motor ESP8266 Module JDY-31 Bluetooth Module Power Supply Module Documentation Online Tutorial

    € 122,95€ 79,95

    Members identical

  • The Arduino - Inside Measurement Lab - Elektor

    Elektor Publishing The Arduino-Inside Measurement Lab

    An 8-in-1 test & measurement instrument for the electronics workbench A well-equipped electronics lab is crammed with power supplies, measuring devices, test equipment and signal generators. Wouldn‘t it be better to have one compact device for almost all tasks? Based on the Arduino, a PC interface is to be developed that’s as versatile as possible for measurement and control. It simply hangs on a USB cable and – depending on the software – forms the measuring head of a digital voltmeter or PC oscilloscope, a signal generator, an adjustable voltage source, a frequency counter, an ohmmeter, a capacitance meter, a characteristic curve recorder, and much more. The circuits and methods collected here are not only relevant for exactly these tasks in the "MSR" electronics lab, but many details can also be used within completely different contexts. Errata/Updates In the programs printed, all instances of “be()” should read: sei().

    € 34,95

    Members € 31,46

  • Radio Builder's Book (PDF) - Elektor

    Elektor Digital Radio Builder's Book (PDF)

    From Detector to Software Defined RadioRadio 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. The author would like to support you to develop your own ideas, to design your own receivers and to test them.

    € 32,95

    Members € 26,36

  • The Raspberry Pi Zero 2 W GO! Book - Elektor

    Elektor Publishing The Raspberry Pi Zero 2 W GO! Book

    A Fast-Lane Ride From Concept to Project The core of the book explains the use of the Raspberry Pi Zero 2 W running the Python programming language, always in simple terms and backed by many tested and working example projects. On part of the reader, familiarity with the Python programming language and some experience with one of the Raspberry Pi computers will prove helpful. Although previous electronics experience is not required, some knowledge of basic electronics is beneficial, especially when venturing out to modify the projects for your own applications. Over 30 tested and working hardware-based projects are given in the book, covering the use of Wi-Fi, communication with smartphones and with a Raspberry Pi Pico W computer. Additionally, there are Bluetooth projects including elementary communication with smartphones and with the popular Arduino Uno. Both Wi-Fi and Bluetooth are key features of the Raspberry Pi Zero 2 W. Some of the topics covered in the book are: Raspberry Pi OS installation on an SD card Python program creation and execution on the Raspberry Pi Zero 2 W Software-only examples of Python running on the Raspberry Pi Zero 2 W Hardware-based projects including LCD and Sense HAT interfacing UDP and TCP Wi-Fi based projects for smartphone communication UDP-based project for Raspberry Pi Pico W communication Flask-based webserver project Cloud storage of captured temperature, humidity, and pressure data TFT projects Node-RED projects Interfacing to Alexa MQTT projects Bluetooth-based projects for smartphone and Arduino Uno communications

    € 39,95

    Members € 35,96

  •  -29% 555 Timer Projects (Bundle) - Elektor

    Elektor Bundles 555 Timer Projects (Bundle)

    This bundle is all about designing projects based on the 555 timer IC. The book features over 45 fully tested and documented projects. Together with the kit, which contains more than 130 through-hole components, you can build all the projects described on a breadboard. The setup also makes it easy to modify and experiment with the projects. Over 45 Builds for the Legendary 555 Chip (and the 556, 558) Some of the projects in the book are: Alternately Flashing Two LEDs Changing LED Flashing Rate Touch Sensor On/Off Switch Switch On/Off Delay Light-Dependent Sound Dark/Light Switch Tone Burst Generator Long Duration Timer Chasing LEDs LED Roulette Game Traffic Lights Continuity Tester Electronic Lock Switch Contact Debouncing Toy Electronic Organ Multiple Sensor Alarm System Metronome Voltage Multipliers Electronic Dice 7-Segment Display Counter Motor Control 7-Segment Display Dice Electronic Siren Various Other Projects Kit Contents Resistors 1x 15 kΩ 1x 68 kΩ 2x 47 kΩ 1x 82 kΩ 2x 820 Ω 1x 8.2 kΩ 3x 10 kΩ 1x 1.8 kΩ 1x 6.8 kΩ 14x 2.2 kΩ 10x 680 Ω 1x 27 kΩ 1x 5.6 kΩ 1x 560 kΩ 1x 4.7 kΩ 1x 3.3 kΩ 3x 33 kΩ 1x 36 kΩ 2x 100 kΩ 5x 1 kΩ 1x 3.9 kΩ 2x 56 kΩ 2x 12 kΩ 1x 10 kΩ potentiometer 1x 1 MΩ potentiometer 2x 50 kΩ potentiometer 3x 20 kΩ potentiometer 1x 10 kΩ potentiometer 1x 10 kΩ potentiometer 1x 50 kΩ potentiometer 1x 100 kΩ potentiometer 1x 50 kΩ potentiometer Capacitors 1x 0.33 μF 1x 1 μF 1x 10 nF 1x 22 nF 1x 47 nF 1x 100 nF 1x 10 μF electrolytic 1x 33 μF electrolytic 2x 100 μF electrolytic LEDs 10x 5 mm red LED 10x 3 mm red LED 3x 3 mm yellow LED 3x 3 mm green LED 1x Common-cathode 7-segment LED Semiconductors 3x 555 timer 1x CD4017 counter 1x CD4026 counter 1x CD4011 NAND gate 4x 1N4148 diode 1x IRFZ46N MOSFET 1x Thermistor 1x Light dependent resistor (LDR) Miscellaneous 1x Passive buzzer 1x Active buzzer 1x SG90 servo 1x 8 Ω mini loudspeaker 1x 9 V DC brushed motor 1x 5 V relay 1x 9 V battery clip 7x Pushbutton switches 1x Breadboard 1x Breadboard jumper wires

    € 69,95€ 49,95

    Members identical

  • Official Raspberry Pi USB - C Adapter (white) - Elektor

    Raspberry Pi Foundation Official Raspberry Pi USB-C Adapter (white)

    This small adapter allows you to convert an existing micro USB power supply into a USB-C power supply.

    € 0,95

    Members identical

Login

Forgot password?

Don't have an account yet?
Create account