Topseller

903 Produkte

  • Inside an Open - Source Processor (E - book) - Elektor

    Elektor Digital Inside an Open-Source Processor (E-book)

    An Introduction to RISC-V RISC-V is an Instruction Set Architecture (ISA) that is both free and open. This means that the RISC-V ISA itself does not require a licensing fee, although individual implementations may do so. The RISC-V ISA is curated by a non-profit foundation with no commercial interest in products or services that use it, and it is possible for anyone to submit contributions to the RISC-V specifications. The RISC-V ISA is suitable for applications ranging from embedded microcontrollers to supercomputers. This book will first describe the 32-bit RISC-V ISA, including both the base instruction set as well as the majority of the currently-defined extensions. The book will then describe, in detail, an open-source implementation of the ISA that is intended for embedded control applications. This implementation includes the base instruction set as well as a number of standard extensions. After the description of the CPU design is complete the design is expanded to include memory and some simple I/O. The resulting microcontroller will then be implemented in an affordable FPGA development board (available from Elektor) along with a simple software application so that the reader can investigate the finished design.

    € 32,95

    Mitglieder € 26,36

  • Raspberry Pi 5 M.2 HAT+ - Elektor

    Raspberry Pi Foundation Raspberry Pi 5 M.2 HAT+

    Der Raspberry Pi M.2 HAT+ ermöglicht den Anschluss von M.2-Peripheriegeräten wie NVMe-Laufwerken und KI-Beschleunigern an die PCIe 2.0-Schnittstelle des Raspberry Pi 5 und unterstützt eine schnelle Datenübertragung (bis zu 500 MB/s) zu und von NVMe-Laufwerken und anderem PCIe-Zubehör. Raspberry Pi M.2 HAT+ unterstützt Geräte mit M.2 M Key Edge-Anschluss in den Formfaktoren 2230 und 2242. Es ist in der Lage, angeschlossene M.2-Geräte mit bis zu 3 A zu versorgen. Features Unterstützt Single-Lane-PCIe-2.0-Schnittstelle (500 MB/s Spitzenübertragungsrate) Unterstützt Geräte, die den M.2 M Key Edge-Anschluss verwenden Unterstützt Geräte mit dem Formfaktor 2230 oder 2242 Kann angeschlossene M.2-Geräte mit bis zu 3 A versorgen Power- und Aktivitäts-LEDs Lieferumfang 1x Raspberry Pi 5 M.2 HAT+ 1x Flachbandkabel 1x GPIO Stacking-Header 4x Abstandshalter 8x Schrauben Downloads Datasheet Schematics Assembly instructions

    € 13,95

    Mitglieder identisch

  • Photovoltaik für Quereinsteiger - Elektor

    Elektor Publishing Photovoltaik für Quereinsteiger

    In seinem leidenschaftlichen Plädoyer für die Nutzung von Sonnenenergie wendet sich der Autor an technisch nicht versierte Leser. Der Autor von Photovoltaik für Quereinsteiger hat drei klare Botschaften: Es ist ziemlich einfach, eine Photovoltaikanlage erfolgreich in Betrieb zu nehmen. Die notwendigen Kalkulationen dazu, ob sich eine Solaranlage lohnt, passen auf einen Bierdeckel. Elektrischer Strom kann mit Photovoltaik schon heute für 3,5 Eurocent pro Kilowattstunde erzeugt werden. Allerdings nur tagsüber und auch nicht überall auf der Welt (aber an sehr vielen Orten). Das Buch erklärt, wie man zu marktüblichen Preisen Anlagen bauen kann, die zu unschlagbaren Niedrigstpreisen Strom liefern können. Es wird erläutert, wie man Anlagen abhängig vom Standort kalkulieren muss. Dabei beleuchtet der Autor in leicht verständlichen Worten die physikalischen Grundlagen der Gewinnung von Energie durch Photovoltaik und erklärt, wie eine Solarzelle prinzipiell arbeitet. Die grundsätzlichen Bestandteile einer Photovoltaikanlage werden so erklärt, dass sie auch von Laien verstanden werden. Ausführlich geht der Autor auf die richtige Wahl von Batterien zur Speicherung des gewonnenen Stromes ein. Potentielle Fehler- und Gefahrenquellen beim Auf- und Ausbau finden ebenso Berücksichtigung. Das Buch richtet sich dabei an Privatpersonen und an Projektbetreiber, die Strom für den Eigenverbrauch erzeugen möchten.

    € 34,80

    Mitglieder identisch

  • Multitasking with Raspberry Pi - Elektor

    Elektor Publishing Multitasking with Raspberry Pi

    Multitasking and multiprocessing have become a very important topic in microcontroller-based systems, namely in complex commercial, domestic, and industrial automation applications. As the complexity of projects grows, more functionalities are demanded from the projects. Such projects require the use of multiple inter-related tasks running on the same system and sharing the available resources, such as the CPU, memory, and input-output ports. As a result of this, the importance of multitasking operations in microcontroller-based applications has grown steadily over the last few years. Many complex automation projects now make use of some form of a multitasking kernel. This book is project-based and its main aim is to teach the basic features of multitasking using the Python 3 programming language on Raspberry Pi. Many fully tested projects are provided in the book using the multitasking modules of Python. Each project is described fully and in detail. Complete program listings are given for each project. Readers should be able to use the projects as they are, or modify them to suit their own needs. The following Python multitasking modules have been described and used in the projects: Fork Thread Threading Subprocess Multiprocessing The book includes simple multitasking projects such as independently controlling multiple LEDs, to more complex multitasking projects such as on/off temperature control, traffic lights control, 2-digit, and 4-digit 7-segment LED event counter, reaction timer, stepper motor control, keypad based projects, car park controller, and many more. The fundamental multitasking concepts such as process synchronization, process communication, and memory sharing techniques have been described in projects concerning event flags, queues, semaphores, values, and so on.

    € 39,95

    Mitglieder € 35,96

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

    Elektor Digital The Raspberry Pi Zero 2 W GO! Book (PDF)

    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

    € 32,95

    Mitglieder € 26,36

  • Daten mit dem Raspberry Pi im Netz speichern und visualisieren (PDF) - Elektor

    Elektor Digital Daten mit dem Raspberry Pi im Netz speichern und visualisieren (PDF)

    Datenbankmodelle und -software für Elektronikanwendungen Mit seiner Energieeffizienz und seinem reichen Spektrum an quelloffener Software eignet sich der Einplatinencomputer Raspberry Pi auch für die Speicherung von Daten und deren grafische Aufbereitung lokal oder im World Wide Web (WWW). Dieses Buch stellt verschiedene Datenbankmodelle und diverse Datenbanksoftware vor: SQL: MariaDB, SQLite InfluxDB: Telegraf Grafana MQTT Verschlüsselung mit RPi Apache PHP Knoten ROT Docker Es zeigt darüber hinaus ausgewählte Ansätze, gespeicherte Daten festzustellen und zu verwalten. Ein eigener Abschnitt ist sowohl der SSL-Verschlüsselung der Verbindung als auch dem Betrieb von Servern im WWW gewidmet. Das Buch richtet sich an alle, die neugierig sind und gerne die Möglichkeiten des Raspberry Pi ausloten möchten, die einen Einstieg in das Datenmanagement mit Datenbanken suchen, die mit einfachen Mitteln schnell loslegen möchten, die Alternativen aufgezeigt bekommen möchten, die in komprimierter Form Tipps für eigene Entwicklungen suchen, die Freude am eigenen Entwickeln und Verwirklichen haben. Programmierkenntnisse und -erfahrungen sind für die Installation der Software nicht erforderlich. Jeder einzelne Schritt wird detailliert beschrieben und mit Screenshots visuell unterlegt.

    € 29,80

    Mitglieder € 23,84

  • Arduino Nano RP2040 Connect with Headers - Elektor

    Arduino Arduino Nano RP2040 Connect mit Header

    Der Arduino Nano RP2040 Connect ist ein RP2040-basiertes Arduino-Board, das mit Wi-Fi (802.11b/g/n) und Bluetooth 4.2 ausgestattet ist. Neben der drahtlosen Konnektivität verfügt es über ein Mikrofon für Sound und Sprachaktivierung und einen 6-achsigen intelligenten Bewegungssensor mit KI-Fähigkeiten. Über 22 GPIO-Ports lassen z. B. Relais, Motoren und LEDs steuern sowie Schalter und andere Sensoren auslesen. Programmspeicher ist mit 16 MB Flash-Speicher reichlich vorhanden, mehr als genug Platz, um viele Webseiten oder andere Daten zu speichern. Technische Daten Mikrocontroller Raspberry Pi RP2040 USB-Anschluss Micro USB Pins Built-in LED-Pins 13 Digitale I/O-Pins 20 Analoge Input-Pins 8 PWM-Pins 20 (Except A6, A7) Externe Interrupts 20 (Except A6, A7) Konnektivität Wi-Fi Nina W102 uBlox Modul Bluetooth Nina W102 uBlox Modul Sicheres Element ATECC608A-MAHDA-T Crypto IC Sensoren IMU LSM6DSOXTR (6-achsig) Mikrofon MP34DT05 Kommunikation UART Yes I²C Yes SPI Yes Stromversorgung Schaltungsbestriebsspannung 3,3 V Eingangsspannung (VIN) 5-21 V DC-Strom pro I/O-Pin 4 mA Taktgeschwindigkeit Prozessor 133 MHz Speicher AT25SF128A-MHB-T 16 MB Flash IC Nina W102 uBlox Modul 448 KB ROM, 520 KB SRAM, 16 MB Flash Länge 45 x 18 mm Gewicht 6 g Downloads Schaltplan Pinout Datenblatt

    € 29,95

    Mitglieder € 26,96

  • Desoldering Tip Set for Desoldering Station ZD - 915 - Elektor

    Zhongdi Entlötspitzen-Set für ZD-Modelle

    Dieses Set enthält 3 Entlötspitzen für digitale Entlötstationen wie ZD-915 oder ZD-8965. Lieferumfang 1x Entlötspitze N5-1 (0,8 mm) 1x Entlötspitze N5-2 (1,0 mm) 1x Entlötspitze N5-3 (1,3 mm)

    € 9,95

    Mitglieder € 8,96

  • Renewable Energy at Home - Elektor

    Elektor Publishing Renewable Energy at Home

    A Hands-on Guide to Crafting Your Own Power Plant The book you are about to read provides a step-by-step guide for building a renewable energy power plant at home. Our goal was to make the book as practical as possible. The material is intended for immediate application with a small amount of theory. Yet, the theory is important as a foundation that saves time and effort by disabusing the readers of potential misconceptions. Specifically, upon having a firm understanding of photovoltaic physics, you will not be inclined to fruitlessly search for 90% efficient solar panels! We want our readers to be the “doers”. If the book gets covered in grime and some pages become torn while you are building your power plant – this is the best compliment to us. The book covers solar and wind energy. Also, a curious power source based on manure is discussed as well, giving the doers an opportunity to further develop the manure fuel cell. It is important to note that there are many companies offering installation of complete solar solutions. Upon installing the panels, the system is not owned by the customer. Therefore, there is no freedom for experimentation and optimization. Also, none can beat the cost of a DIY solution as well as the ultimate satisfaction. All that is written here is a result of us building a renewable energy solution in Southern California. As the book was completed, the energy began flowing!

    € 29,95

    Mitglieder € 26,96

  •  -11% JOY - iT Armor Aluminium Heatsink Case with Dual Fan for Raspberry Pi 4 - Elektor

    JOY-iT JOY-iT Armor Aluminium-Kühlkörpergehäuse mit Doppellüfter für Raspberry Pi 4

    Dieses auf Aluminium basierende Armor Case ist perfekt für Ihren Raspberry Pi 4, wenn er heiß wird, denn es schützt ihn gleichermaßen vor Stößen und Hitze. Die Kanalfräsung kombiniert mit zwei Lüftern bietet beste Kühlleistung. Deshalb ist es auch für extreme Bedingungen geeignet. Ein weiterer Vorteil ist, dass dieses Gehäuse nicht mehr Platz benötigt als der Raspberry Pi selbst und in bestehende Projekte integriert werden kann. Merkmale Material: CNC-gefräste Aluminiumlegierung Kompatibel mit Raspberry Pi 4B Zusammenbau: 4 mitgelieferte Schrauben verbinden das Gehäuse mit dem Raspberry Pi Besonderheiten: Großer Kühlkörper und Doppellüfter mit je Ø24 mm, massiver Schutz gegen Hitze und Erschütterungen, kein zusätzlicher Platzbedarf Verkabelung: Lüfter 5V (Rot) - 5V (Pin4), Lüfter GND (Schwarz) - GND (Pin6) Lieferumfang: Panzergehäuse "BLOCK ACTIVE", Schrauben, Wärmeleitband Größe Oberseite: 69 x 56 x 15,5 mm Größe Unterseite: 87 x 56 x 7,5 mm Downloads Handbuch

    € 17,95€ 15,95

    Mitglieder identisch

  • KiCad Like A Pro – Advanced Projects and Recipes - Elektor

    Elektor Publishing KiCad Like A Pro – Advanced Projects and Recipes

    Mastering PCB design with real-world projects This book builts on KiCad Like a Pro – Fundamentals and Projects and aims to help you practice your new KiCad skills by challenging you in a series of real-world projects. The projects are supported by a comprehensive set of recipes with detailed instructions on how to achieve a variety of simple and complex tasks. Design the PCBs for a solar power supply, an LED matrix array, an Arduino-powered datalogger, and a custom ESP32 board. Understand the finer details of the interactive router, how to manage KiCad project teams with Git, how to use an autorouter on 2 and 4-layer PCBs, and much more. KiCad 8 is a modern, cross-platform application suite built around schematic and design editors. This stable and mature PCB tool is a perfect fit for electronic engineers and makers. With KiCad 8, you can create PCBs of any complexity and size without the constraints associated with the commercial packages. Here are the most significant improvements and features in KiCad 8, both over and under the hood: Modern user interface, completely redesigned from earlier versions Improved and customizable electrical and design rule checkers Theme editor allowing you to fully customize the look of KiCad on your screen Ability to import projects from Eagle, CADSTART, and more An improved and tightly integrated SPICE circuit simulator Autorouting with the Freerouting plugin Filters define which elements of a layout are selectable Enhanced interactive router helps you draw single tracks and differential pairs with precision New or enhanced tools to draw tracks, measure distances, tune track lengths, etc. Enhanced tool for creating filled zones A customizable coordinate system facilitates data exchange with other CAD applications Realistic ray-tracing capable 3D viewer Differential pair routing Rich repositories of symbol, footprint, and 3D shape libraries Python scripting API for programmatic customization and extensions Improved footprint wizard for fast custom footprints

    € 49,95

    Mitglieder € 44,96

  • Robotik und Künstliche Intelligenz - Elektor

    Elektor Publishing Robotik und Künstliche Intelligenz

    Dieses Buch ist eine Einführung in das hochaktuelle Gebiet der Robotik. Dabei stehen praktische Anwendungsbeispiele im Vordergrund. Neben den technischen und mechanischen Grundlagen werden die elektronischen Komponenten und Module erläutert. Eine zentrale Rolle spielt dabei der Mikrocontroller. Für Robotik-Anwendungen haben sich zwei Controller-Boards etabliert: der Arduino und der Raspberry Pi. Dem trägt dieses Buch Rechnung und beschreibt praktische Nachbauprojekte mit diesen beiden populären Boards. Getreu der Philosophie des „Learning by Doing“ können sich auch ambitionierte, nichtprofessionelle Anwender mit dem Lernmaterial des Buches einen Überblick über den neuesten Stand der Robotertechnik und KI verschaffen. Für praktische Anwendungen können sowohl komplette Bausätze als auch einzelne Komponenten verwendet werden. Dabei wurde stets darauf geachtet, dass die Hardware möglichst universell einsetzbar ist.

    € 39,80

    Mitglieder identisch

  • FTDI Serial TTL RS232 USB Cable - Elektor

    FTDI FTDI Serielles TTL-RS232-USB-Kabel

    Dieses FTDI USB zu TTL (3,3 V I/O) Serielle Kabel (FTDI TTL-232R-3V3 OEM) ist ein professionelles, hochwertiges und schnelles Gerät, das eine einfache und bequeme Möglichkeit bietet, TTL-Schnittstellengeräte über einen freien USB-Anschluss anzuschließen. Funktionen TTL-232R-3V3 FTDI USB zu TTL 3,3 V Serielles Kabel FTDI TTL-232R-3V3 Kabel 6-fach Das FTDI USB zu TTL 3,3 V verfügt über ein integriertes FTDI FT232R-Gerät im Kabel FTDI USB zu TTL Serieller 3,3 V Adapterkabel 6-poliger 0,1"-Buchsenstecker UART IC FT232RL-Chip Kompatibel mit Windows 7/8/10 und Linux

    € 19,95

    Mitglieder € 17,96

  • Mastering Microcontrollers Helped by Arduino (3rd Edition) - Elektor

    Elektor Publishing Mastering Microcontrollers Helped by Arduino (3rd Edition)

    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.'

    € 49,95

    Mitglieder € 44,96

  •  -14% Elektor AM-Sender-Kit

    Elektor Labs Elektor AM-Sender-Kit

    Bauen Sie Ihren eigenen Vintage-Radiosender Das Elektor AM-Sender-Kit ermöglicht das Streamen von Audio auf Vintage-AM-Radioempfänger. Basierend auf einem Raspberry Pi Pico Mikrocontroller-Modul kann der AM-Sender auf 32 Frequenzen im AM-Band senden, von 500 kHz bis 1,6 MHz in 32 Schritten von ca. 35 kHz. Die Frequenz wird mit einem Potentiometer gewählt und auf einem 0,96" OLED-Display angezeigt. Eine Taste ermöglicht das Umschalten des Sendemodus zwischen Ein und Aus. Die Reichweite des Senders hängt von der Antenne ab. Die integrierte Antenne bietet eine Reichweite von wenigen Zentimetern, sodass der AM-Sender nahe am Radio oder im Radio selbst platziert werden muss. Eine externe Loop-Antenne (nicht enthalten) kann angeschlossen werden, um die Reichweite zu erhöhen. Das Elektor AM-Sender-Kit wird als Bausatz geliefert, den Sie selbst auf die Platine löten müssen. Features Die Platine ist kompatibel mit einem Hammond-1593N-Gehäuse (nicht enthalten).Ein 5-VDC-Netzteil mit Micro-USB-Anschluss (z. B. ein altes Handy-Ladegerät) wird benötigt, um das Kit zu betreiben (nicht enthalten). Stromaufnahme: 100 mA. Die Arduino-Software (benötigt Earle Philhowers RP2040-Boards-Paket) für das Elektor-AM-Sender-Kit sowie weitere Informationen sind auf der Elektor-Labs-Seite dieses Projekts verfügbar. Stückliste Widerstände R1, R4 = 100 Ω R2, R3, R8 = 10 kΩ R5, R6, R9, R10, R11 = 1 kΩ R7 = optional (nicht enthalten) P1 = Potentiometer 100 kΩ, linear Kondensatoren C1 = 22 µF 16V C2, C4 = 10 nF C3 = 150 pF Sonstiges K1 = 4×1 Stiftleiste K2, K3 = 3,5-mm-Buchse Raspberry Pi Pico Drucktaste, Winkelmontage 0,96" monochromes I²C-OLED-Display Leiterplatte 150292-1

    € 34,95€ 29,95

    Mitglieder identisch

  • Raspberry Pi A2 SD Card pre - installed with Raspberry Pi OS (32 GB) - Elektor

    Raspberry Pi Foundation Raspberry Pi A2 microSD-Karte mit vorinstalliertem Raspberry Pi OS (32 GB)

    SD card quality is crucial for a good Raspberry Pi experience. Raspberry Pi's A2 microSD cards support higher bus speeds and command queuing, improving random read performance and narrowing the gap with NVMe SSDs. These cards are rigorously tested for optimal performance with Raspberry Pi models. Features Capacity: 32 GB Support for DDR50 and SDR104 bus speeds and command queueing (CQ) extension Speed Class: C10, U3, V30, A2 Random 4 KB read performance: 3,200 IOPS (Raspberry Pi 4, DDR50) 5,000 IOPS (Raspberry Pi 5, SDR104) Random 4 K write performance: 1,200 IOPS (Raspberry Pi 4, DDR50) 2,000 IOPS (Raspberry Pi 5, SDR104) Shock-proof, X-ray–proof, and magnet-proof microSDHC/microSDXC formats Downloads Datasheets

    € 7,95

    Mitglieder identisch

  • The Ultimate Compendium of Sensor Projects - Elektor

    Elektor Publishing The Ultimate Compendium of Sensor Projects

    40+ Projects using Arduino, Raspberry Pi and ESP32 This book is about developing projects using the sensor-modules with Arduino Uno, Raspberry Pi and ESP32 microcontroller development systems. More than 40 different sensors types are used in various projects in the book. The book explains in simple terms and with tested and fully working example projects, how to use the sensors in your project. The projects provided in the book 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 The projects have been organized with increasing levels of difficulty. Readers are encouraged to tackle the projects in the order given. A specially prepared sensor kit is available from Elektor. With the help of this hardware, it should be easy and fun to build the projects in this book.

    € 39,95

    Mitglieder € 35,96

  • Consumer Electronics Repair, Reuse and Recycling (E - book) - Elektor

    Elektor Digital Consumer Electronics Repair, Reuse and Recycling (E-book)

    A Combat Guide against E-waste and Throwawayism This book is for anyone who enjoys tinkering with analog and digital hardware electronics. Regardless of the sophistication of your workspace, only basic tools are required to achieve truly satisfying results. It is intended as a reference guide among other hardware repair publications you may have in your library. However, the book goes a step further than most other repair guides in addressing issues in the modern era of discarded electronics called e-waste. E-waste should be put to good use. Producing anything new requires not just precious resources and labor, but also energy to make and deliver it to global retail shelves. Your talents and love of electronics can be put to good use by rescuing and resurrecting at least selected units from this endless stream of e-waste. Examples include either restoring through repair, or salvaging reusable electronic and mechanical components for your next project. Smart tips are provided throughout the book, and much information is tabulated for easy reference. The book expands age-old repair and hacking techniques applied for repair on the workbench into clever methods and applications to achieve effective results with discarded or “non-servicable” electronic consumer products. The final chapter provides real-life examples using all of the previously discussed content in a summarized form for each example repair type.

    € 32,95

    Mitglieder € 26,36

  • ProtoDock - Prototyping Dock for Raspberry Pi 4 - Elektor

    The Pi Hut ProtoDock – Prototyping Dock für Raspberry Pi 4

    Nicht mehr die Suche nach micro-SD-Karten, SD-Adaptern, USB-C-Adaptern oder USB-Geräten. Es ist alles hier, jedes Mal, wenn Sie bereit sind, ein Projekt zu entwickeln, in einem sauberen und aufgeräumten Paket. Unsere Beispielkonfiguration bietet Platz für deinen Raspberry Pi 4, ein 400-Punkte-Breadboard, 4 micro-SD-Karten, einen SD-Adapter, 4x USB-Geräte und 2x Universalsteckplätze (ideal für USB-C-Adapter oder alles andere, was du aufbewahren möchtest). Natürlich kannst du die Steckplätze für alles verwenden, was du willst... Passen Sie sie an und nutzen Sie sie so, wie es für Sie am besten ist! Trotz des bündigen Sitzes mit der oberen Acrylglasschicht des Docks sind alle Anschlüsse des Raspberry Pi zugänglich, einschließlich des Micro-SD-Slots. Auch HATs können angebracht werden. Das Dock besteht aus 4 glatten, sandwichartigen Schichten aus mattschwarzem und lasergeschnittenem Acryl mit Glaseffekt! Ein wirklich atemberaubendes und nützliches Zuhause für Ihren Raspberry Pi und Ihre Projekte! Eine Anleitung zum Zusammenbau finden Sie hier. Lieferumfang 4 Schicht lasergeschnittenes Acryl-Dock 400 Punkte durchsichtiges Breadboard Befestigungen und Abstandshalter

    € 16,95

    Mitglieder € 15,26

  • Controller Area Network Projects with ARM and Arduino - Elektor

    Elektor Publishing Controller Area Network Projects with ARM and Arduino

    This book details the use of the ARM Cortex-M family of processors and the Arduino Uno in practical CAN bus based projects. Inside, it gives a detailed introduction to the architecture of the Cortex-M family whilst providing examples of popular hardware and software development kits. Using these kits helps to simplify the embedded design cycle considerably and makes it easier to develop, debug, and test a CAN bus based project. The architecture of the highly popular ARM Cortex-M processor STM32F407VGT6 is described at a high level by considering its various modules. In addition, the use of the mikroC Pro for ARM and Arduino Uno CAN bus library of functions are described in detail. This book is written for students, for practising engineers, for hobbyists, and for everyone else who may need to learn more about the CAN bus and its applications. The book assumes that the reader has some knowledge of basic electronics. Knowledge of the C programming language will be useful in later chapters of the book, and familiarity with at least one microcontroller will be an advantage, especially if the reader intends to develop microcontroller based projects using CAN bus. The book should be useful source of reference to anyone interested in finding an answer to one or more of the following questions: What bus systems are available for the automotive industry? What are the principles of the CAN bus? What types of frames (or data packets) are available in a CAN bus system? How can errors be detected in a CAN bus system and how reliable is a CAN bus system? What types of CAN bus controllers are there? What are the advantages of the ARM Cortex-M microcontrollers? How can one create a CAN bus project using an ARM microcontroller? How can one create a CAN bus project using an Arduino microcontroller? How can one monitor data on the CAN bus?

    € 44,95

    Mitglieder € 40,46

  • Sprachsteuerung von IoT - Projekten mit Amazon Alexa - Elektor

    Elektor Publishing Sprachsteuerung von IoT-Projekten mit Amazon Alexa

    Sprachsteuerung von IoT-Projekten mit Amazon Alexa gibt dem Leser einen tiefen Einblick in die Technik der Sprachsteuerung am Beispiel von Amazon Alexa. Es erklärt detailliert Schritt für Schritt, wie man Raspberry Pi, ESP8266/32 und Arduino mit einem Sprachassistenten verbindet und steuert. Dieses geschieht anhand von Projekten aus den Bereichen Hausautomation und Robotik. Der Leser erfährt, wie man Heizkessel, Roboter und Gartenhäuser mit dieser modernen Mensch-Maschine-Schnittstelle kommandieren kann. Der Autor Walter Trojan führt dabei den Leser in die vielschichtige Welt der Amazon Web Services ein, wo er neben dem Alexa Skills Kit weitere Module wie AWS Lambda und IoT Core kennenlernt. Das erwartet den Leser: Kapitel 1: Sprachassistenten setzen sich durch Kapitel 2: Alexa intern Kapitel 3: Der erste Alexa Skill Kapitel 4: Alexa Skills für Fortgeschrittene Kapitel 5: Erster Hardware-Skill auf Raspberry Pi Kapitel 6: Auch Alexa liebt die Arduino-IDE Kapitel 7: Hacks mit Schaltern Kapitel 8: Alexa steuert ein Gartenhaus Kapitel 9: Auch Roboter gehorchen Alexa Kapitel 10: Alexa geht fremd

    € 39,80

    Mitglieder identisch

  • Arduino Uno – 45 Projects for Beginners and Experts - Elektor

    Elektor Publishing Arduino Uno – 45 Projects for Beginners and Experts

    This book covers a series of exciting and fun projects for the Arduino, such as a silent alarm, people sensor, light sensor, motor control, internet and wireless control (using a radio link). Contrary to many free projects on the internet all projects in this book have been extensively tested and are guaranteed to work! You can use it as a projects book and build more than 45 projects for your own use. The clear explanations, schematics, and pictures of each project make this a fun activity. The pictures are taken of a working project, so you know for sure that they are correct. You can combine the projects in this book to make your own projects. To facilitate this, clear explanations are provided on how the project works and why it has been designed the way it has That way you will learn a lot about the project and the parts used, knowledge that you can use in your own projects. Apart from that, the book can be used as a reference guide. Using the index, you can easily locate projects that serve as examples for the C++ commands and Arduino functionality. Even after you’ve built all the projects in this book, it will still be a valuable reference guide to keep next to your PC.

    € 39,95

    Mitglieder € 35,96

  • Fahrzeugdiagnose mit OBD II - Elektor

    Elektor Publishing Fahrzeugdiagnose mit OBD II

    Ungefähr seit dem Jahr 2000 bieten Fahrzeuge Zugriff auf Diagnosedaten, Messwerte und erkannte Fehler, die mit preiswerten Geräten ausgelesen werden können. Die Daten helfen Ihnen nicht nur bei der Fehlersuche, sondern auch beim Gebrauchtwagenkauf oder dem reibungslosen Bestehen der nächsten Hauptuntersuchung. Die zunehmende Komplexität und Vernetzung der integrierten elektronischen Kontroll- und Steuerungssysteme im Fahrzeug erfordert vom Kfz-Mechatroniker sowie dem ambitionierten Selbstschrauber ein tiefgreifendes Verständnis der Thematik. Dieses Sachbuch bietet Ihnen eine umfassende Einführung zu den in Kraftfahrzeugen vorhandenen genormten On-Board-Diagnosemöglichkeiten (OBD II), deren Ursprünge, Stand der Entwicklung, Protokollaufbau und Anwendung. Das Buch richtet sich an eine breite Leserschaft, die selbst die Möglichkeiten nutzen will, um nicht mehr auf kostspielige Werkstattbesuche angewiesen zu sein oder sich für eine Eigenentwicklung von Diagnosesystemen und eine praxisnahe Beschreibung der Protokolle interessiert. Durch den Einsatz günstiger Diagnoseadapter (ELM 327 etc.) können Sie sich auf dem Smartphone Live-Daten anzeigen lassen und Cockpitinstrumente nachrüsten oder eigene Anwendungssoftware für verschiedene Systeme erstellen. Themenauswahl Historische Entwicklung der Diagnosemöglichkeiten und Standards Funktionsumfang von OBD II mit allen zehn Diagnosemodi und Readinesscode World Wide Harmonized OBD (WWH-OBD) und HD OBD (Heavy Duty: Nutzfahrzeuge) Anschlüsse gemäß SAE J1962, SAE J1939, SAE J1708 und DoIP (ISO 13400) Protokollaufbau nach SAE J1850, ISO 9141, ISO 14230 und CAN Übersicht gängiger Diagnoselösungen für Hobbyanwender Eigenbau von Diagnosesystemen mit Arduino und Raspberry Pi Alle Parameter Identifier (Messwerte) für OBD II Umfangreiche Liste der Fehlercodes zum Nachschlagen

    € 44,80

    Mitglieder identisch

  •  -20% Basic Kit for Raspberry Pi Pico (Pico included) - Elektor

    Kuongshun Basic Kit für Raspberry Pi Pico (inkl. Pico)

    Dieses Kit enthält alles, was Sie für den Einstieg mit dem Raspberry Pi Pico RP2040 benötigen. Es eignet sich perfekt zum Experimentieren mit Elektronik, Sensoren und grundlegender Robotik und bietet eine praktische Möglichkeit, Programmierung und Hardwaresteuerung zu erlernen. Lieferumfang Raspberry Pi Pico RP2040 Mikrocontrollerboard 30 cm Micro:bit flaches USB-Kabel für Smart Car 10-Pin Stecker auf Buchse Dupont Line Dreiblättriger Lüfter Blaue Motorhalterung mit Schraube 3 V DC Motor mit Kabel ULN2003 Treiberplatine Schrittmotor grün 28 mm Bein LED 5 mm Rot (1x) 28 mm Bein LED 5 mm Grün (1x) 28 mm Bein LED 5 mm Gelb (1x) 28 mm Bein LED 5 mm Blau (1x) Widerstand 220R 1/4W 1% (1x) 400 Punkte, lötfreies Breadboard Infrarot-Hindernisvermeidungs-Sensormodul zur Verfolgung Aktiver Alarmsummer-Treibermodul Niederstrom blau 7-farbig blinkendes LED-Modul Tachoschalter-Modul Micro:Bit Go Box (3 x 8 x 2,5 cm)

    € 34,95€ 27,95

    Mitglieder identisch

Login

Passwort vergessen?

Sie haben noch kein Konto?
Konto erstellen