Products
-
€ 72,60€ 49,80
Members identical
-
€ 64,90€ 44,95
Members identical
-
€ 72,90€ 49,95
Members identical
-
Elektor Digital Programming the Finite State Machine (E-book)
Programming the Finite State Machine with 8-Bit PICs in Assembly and C Andrew Pratt provides a detailed introduction to programming PIC microcontrollers, as well as a thorough overview of the Finite State Machine (FSM) approach to programming. Most of the book uses assembly programming, but do not be deterred. The FSM gives a structure to a program, making it easy to plan, write, and modify. The last two chapters introduce programming in C, so you can make a direct comparison between the two techniques. The book references the relevant parts of the Microchip datasheet as familiarity with it is the best way to discover detailed information. This book is aimed at Microsoft Windows and Linux users. To keep your costs to a minimum and to simplify the toolchain, specific applications are provided as a free download to enable you to use an FTDI serial lead as the programmer. The assembler used is the open-source "gpasm". All programming can be done in a text editor. There are detailed instructions on how to perform the necessary installations on Windows, Linux Debian, and derivatives such as Ubuntu and Fedora. For programming in C, Microchip's XC8 compiler is used from the command line. In addition to the programming applications, two serial read and serial write applications can be used for communicating with the PICs from a computer. A voltmeter project including practical instructions on building a circuit board from scratch is included. All theory is covered beforehand, including how to do integer arithmetic in assembly. Two PICs are covered: the PIC12F1822 and the PIC16F1823. Both can run at 32 MHz with an internal oscillator. You do not need to buy a factory-made development board and programmer. With relatively inexpensive parts including a serial lead, microcontroller, a few resistors, and LEDs, you can get started exploring embedded programming. Links Updated Programmer
€ 32,95
Members € 26,36
-
Elektor Publishing Programming Voice-controlled IoT Applications with Alexa and Raspberry Pi
Learn programming for Alexa devices, extend it to smart home devices and control the Raspberry Pi The book is split into two parts: the first part covers creating Alexa skills and the second part, designing Internet of Things and Smart Home devices using a Raspberry Pi. The first chapters describe the process of Alexa communication, opening an Amazon account and creating a skill for free. The operation of an Alexa skill and terminology such as utterances, intents, slots, and conversations are explained. Debugging your code, saving user data between sessions, S3 data storage and Dynamo DB database are discussed. In-skill purchasing, enabling users to buy items for your skill as well as certification and publication is outlined. Creating skills using AWS Lambda and ASK CLI is covered, along with the Visual Studio code editor and local debugging. Also covered is the process of designing skills for visual displays and interactive touch designs using Alexa Presentation Language. The second half of the book starts by creating a Raspberry Pi IoT 'thing' to control a robot from your Alexa device. This covers security issues and methods of sending and receiving MQTT messages between an Alexa device and the Raspberry Pi. Creating a smart home device is described including forming a security profile, linking with Amazon, and writing a Lambda function that gets triggered by an Alexa skill. Device discovery and on/off control is demonstrated. Next, readers discover how to control a smart home Raspberry Pi display from an Alexa skill using Simple Queue Service (SQS) messaging to switch the display on and off or change the color. A node-RED design is discussed from the basic user interface right up to configuring MQTT nodes. MQTT messages sent from a user are displayed on a Raspberry Pi. A chapter discusses sending a proactive notification such as a weather alert from a Raspberry Pi to an Alexa device. The book concludes by explaining how to create Raspberry Pi as a stand-alone Alexa device.
€ 39,95
Members € 35,96
-
Elektor Digital Programming Voice-controlled IoT Applications with Alexa and Raspberry Pi (E-book)
Learn programming for Alexa devices, extend it to smart home devices and control the Raspberry Pi The book is split into two parts: the first part covers creating Alexa skills and the second part, designing Internet of Things and Smart Home devices using a Raspberry Pi. The first chapters describe the process of Alexa communication, opening an Amazon account and creating a skill for free. The operation of an Alexa skill and terminology such as utterances, intents, slots, and conversations are explained. Debugging your code, saving user data between sessions, S3 data storage and Dynamo DB database are discussed. In-skill purchasing, enabling users to buy items for your skill as well as certification and publication is outlined. Creating skills using AWS Lambda and ASK CLI is covered, along with the Visual Studio code editor and local debugging. Also covered is the process of designing skills for visual displays and interactive touch designs using Alexa Presentation Language. The second half of the book starts by creating a Raspberry Pi IoT 'thing' to control a robot from your Alexa device. This covers security issues and methods of sending and receiving MQTT messages between an Alexa device and the Raspberry Pi. Creating a smart home device is described including forming a security profile, linking with Amazon, and writing a Lambda function that gets triggered by an Alexa skill. Device discovery and on/off control is demonstrated. Next, readers discover how to control a smart home Raspberry Pi display from an Alexa skill using Simple Queue Service (SQS) messaging to switch the display on and off or change the color. A node-RED design is discussed from the basic user interface right up to configuring MQTT nodes. MQTT messages sent from a user are displayed on a Raspberry Pi. A chapter discusses sending a proactive notification such as a weather alert from a Raspberry Pi to an Alexa device. The book concludes by explaining how to create Raspberry Pi as a stand-alone Alexa device.
€ 32,95
Members € 26,36
-
Elektor Digital Programming with Node-RED (E-book)
Design IoT Projects with Raspberry Pi, Arduino and ESP32 The Internet of Things (IoT) is becoming a major application area for embedded systems. As a result, more and more people are becoming interested in learning about embedded design and programming. Technical colleges and universities are moving away from legacy 8 and 16-bit microcontrollers and are introducing 32-bit embedded microcontrollers to their curriculums. Many IoT applications demand precision, high processing power, and low power consumption. Produced by IBM, Node-RED is an open-source visual editor for wiring the Internet of Things. Node-RED comes with a large number of nodes to handle a multitude of tasks. The required nodes are selected and joined together to perform a particular task. Node-RED is based on flow type programming where nodes are configured and joined together to form an application program. There are nodes for performing complex tasks, including web access, Twitter, E-mail, HTTP, Bluetooth, MQTT, controlling GPIO ports, etc. One particularly nice aspect of Node-RED is that the programmer does not need to learn how to write complex programs. For example, an email can be sent by simply joining nodes together and writing only a few lines of code. The aim of this book is to teach how Node-RED can be used in projects. The main hardware platform used with most of the projects in this book is Raspberry Pi 4. Chapters are included to show how Node-RED can be also be used with Arduino Uno, ESP32 DevKitC, and the ESP8266 NodeMCU microcontroller development boards.
€ 34,95
Members € 27,96
-
Elektor Digital Programming with STM32 Nucleo Boards (E-book)
STM32 Nucleo family of processors are manufactured by STMicroelectronics. These are low-cost ARM microcontroller development boards. This book is about developing projects using the popular Nucleo development board. In the early chapters of the book, the architecture of the Nucleo family is briefly described. Software development tools that can be used with the Nucleo boards such as the Mbed, Keil MDK, TrueSTUDIO, and the System Workbench are described briefly in later Chapters. The book covers many projects using most features of the STM32 Nucleo development boards where the full software listings for Mbed and System Workbench are given for every project. The projects range from simple flashing LEDs to more complex projects using modules and devices such as GPIO, ADC, DAC, I²C, LCD, analog inputs and others. In addition, several projects are given using the Nucleo Expansion Boards, including popular expansion boards such as solid-state relay, MEMS and environmental sensors, DC motor driver, Wi-Fi, and stepper motor driver. These Expansion Boards plug on top of the Nucleo development boards and simplify the task of project development considerably. Features of this book Learn the architecture of the STM32 microcontrollers Learn how to use the Nucleo development board in projects using Mbed and System Workbench Toolchains Learn how to use the Nucleo Expansion Boards with the Nucleo development boards Update The Mbed compiler has been replaced with two software packages: The Mbed Studio and Keil Studio Cloud. Both of these software packages are free of charge and are available on the Internet. If you need assistance using the Keil Studio Cloud, please download the Guide below.
€ 34,95
Members € 27,96
-
Elektor Digital Python 3 for Science and Engineering Applications (E-book)
Learn to use Python productively in real-life scenarios at work and in everyday life If you have mastered the basics of Python and are wanting to explore the language in more depth, this book is for you. By means of concrete examples used in different applications, the book illustrates many aspects of programming (e.g. algorithms, recursion, data structures) and helps problem-solving strategies. Including general ideas and solutions, the specifics of Python and how these can be practically applied are discussed. Python 3 for Science and Engineering Applications includes: practical and goal-oriented learning basic Python techniques modern Python 3.6+ including comprehensions, decorators and generators complete code available online more than 40 exercises, solutions documented online no additional packages or installation required, 100% pure Python Topics cover: identifying large prime numbers and computing Pi writing and understanding recursive functions with memorisation computing in parallel and utilising all system cores processing text data and encrypting messages comprehending backtracking and solving Sudokus analysing and simulating games of chance to develop optimal winning strategies handling genetic code and generating extremely long palindromes Downloads Software
€ 29,95
Members € 23,96
-
Elektor Digital Python 3 Programming and GUIs (E-book)
This is the second edition of a book aimed at engineers, scientists, and hobbyists who want to interface PCs with hardware projects using graphical user interfaces. Desktop and web-based applications are covered. The programming language used is Python 3, which is one of the most popular languages around: speed of programming being a key feature. The book has been revised and updated with an emphasis on getting the user to produce practical designs with ease – a text editor is all that is required to produce Python programs. Hardware interfacing is achieved using an Arduino Uno as a remote slave. A full description and source code of the communication interface is given in the book. The slave provides digital and analog input and outputs. Multiple Unos can be included in one project with all control code written in Python and running on a PC One project involves a PIC microcontroller with the code provided that can be loaded into the PIC using the Uno. The web applications and server are all implemented in Python, allowing you to access your electronic hardware over the Internet. The Raspberry Pi computer can be used as your web server. An introductory chapter is provided to get you started with using Linux. The book is written for use with Debian or variations including Mint or Ubuntu. All of the programs in the book are freely available, ready to use and experiment with by way of a download from Elektor.
€ 29,95
Members € 23,96
-
QuantAsylum QuantAsylum QA403 24-bit Audio Analyzer
The QA403 is QuantAsylum's fourth-generation audio analyzer. The QA403 extends the functionality of the QA402 with improved noise and distortion performance, in addition to a flatter response at band edges. The compact size of the QA403 means you can take it just about anywhere. Features 24-bit ADC/DAC Up to 192 kS/s Fully isolated from PC Differential Input/Output USB powered Built-in Attenuator Fast Bootup and Driverless The QA403 is a driverless USB device, meaning it’s ready as soon as you plug it in. The software is free and it is quick and easy to move the hardware from one machine to the next. So, if you need to head to the factory to troubleshoot a problem or take the QA403 home for a work-from-home day, you can do it without hassle. No-Cal Design The QA403 comes with a factory calibration in its flash memory, ensuring consistent unit-to-unit performance. On your manufacturing line you can install another QA403 and be confident what you read on one unit will be very similar to the next unit. It is not expected that re-calibration will be required at regular intervals. Measurements Making basic measurements is quick and easy. In a few clicks you will understand the frequency response, THD(+N), gain, SNR and more of your device-under test. Dynamic Range The QA403 offers 8 gain ranges on the input (0 to +42 dBV in 6 steps), and 4 gain ranges on the output (-12 to +18 dBV in 10 dB steps). This ensures consistent performance over very wide ranges of input and output levels. The maximum AC input to the QA403 is +32 dBV = 40 Vrms. The maximum DC is ±40 V, and the maximum ACPEAK + DC = ±56 V. Easy Programmability The QA403 supports a REST interface, making it easy to automate measurements in just about any language you might anticipate. From Python to C++ to Visual Basic—if you know how to load a web page in your favorite language, you can control the QA403 remotely. Measurements are fast and responsive, usually with dozens of commands being processed per second. Isolated and USB Powered The QA403 is isolated from the PC, meaning you are measuring your DUT and not chasing some phantom ground loop. The QA403 is USB powered, like nearly all our instruments. If you are setting up remotely, throw a powered hub in your bag and your entire test setup can be running with a minimum of cables. Goodbye Soundcard, Hello QA403 Tired of trying to make a soundcard work? The calibration nightmare? The lack of gain stages? The limited drive? Are you tired of dealing with the fixed input ranges? The worry that you might destroy it with too much DC or AC? Tired of the ground loops? That’s why QuantAsylum built the QA403. Specifications Dimensions 177 x 44 x 97 mm (W x H x D) Weight 435 g Case Material Powder-coating Aluminum (2 mm thick front panel, 1.6 mm thick top/bottom) Downloads Datasheet Manual GitHub
-
Quick Quick 861DW Hot Air Rework Station (1000 W)
The Quick 861DW is an advanced Hot Air Rework Station with a 1000 W heating power. It is designed for professional soldering electronic SMD components using lead-free solders. Features Three programmable channels CH1, CH2 and CH3 (for air volume and temperature parameters). Password protection and button lock function available. Magnetic switch in a stand can automatically puts the station into sleep mode when not in use. Easy real-time operation, auto sleeping function available, parameters can be set in sleeping mode. Closed loop sensor, temperature controlled by micro-computer zero trigger, large power, rapid temperature rising, temperature can be easily and accurately adjusted, not affected by airflow. Brushless vortex fan, wide range of airflow adjustable, suitable for many applications. Auto cooling function available, long lifetime ceramic heater. Specifications Power 1000 W Operating voltage AC 200~240 V Temperature range 100-500°C Air volume 1-120 class Air flow 50 l/min (Max) Dimensions 188 x 245 x 135 mm Weight 3.65 kg Downloads Manual
€ 255,73
-
Elektor Publishing Radio Builder's Book
From Detector to Software Defined Radio Radio 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.
€ 39,95
Members € 35,96
-
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
-
Raspberry Pi Foundation Raspberry Pi 3 A+
Like the Raspberry Pi 3 B+, the Raspberry Pi 3 A+ boasts a 64-bit quad-core processor running at 1.4 GHz, dual-band 2.4 GHz and 5 GHz wireless LAN, and Bluetooth 4.2/BLE. The dual-band wireless LAN comes with modular compliance certification, allowing the board to be designed into end products with significantly reduced wireless LAN compliance testing, improving both cost and time to market. The Raspberry Pi 3 A+ has the same mechanical footprint as the Raspberry Pi 1 A+. Specifications Processor Broadcom BCM2837B0, Cortex-A5364-bit SoC @ 1.4 GHz Memory 512 MB LPDDR2 SDRAM Connectivity 2.4 GHz and 5 GHz IEE 802.11.b/g/n/ac wireless LANBluetooth 4.2/BLE Video & Sound 1x full size HDMIMIPI DSI display portMIPI CSI camera port4 pole stereo output and composite video port Multimedia H.264, MPEG-4 decode (1080p30)H.264 encode (1080p30)OpenGL ES 1.1, 2.0 graphics SD Card support Micro SD format for loading operating system and data storage Input Power 5 V/2.5 A DC via micro-USB connector5 V DC via GPIO header Environment Operating temperature, 0-50°C Dimensions 65 x 56.5 mm
-
Raspberry Pi Foundation Raspberry Pi 3 B+
This Raspberry Pi 3 B+ has 15% better performance than its predecessor, the Raspberry Pi 3 B. Despite the upgrade, the Raspberry Pi 3 B+ is still compatible with the Raspberry Pi 3 B, 2 and B+. Improvements over Raspberry Pi 3 Model B: Dual band Wireless connectivity 802.11ac (2.4 GHz/5 GHz) Improved power performance Power over Ethernet (PoE) enabled New Ethernet controller Dual band Wireless connectivity 802.11ac (2.4 GHz/5 GHz) Increased connection speed and bandwidth Greater range when connected to the 5 GHz channel Backward compatibility within applications Improved streaming HD video over WiFi Increased effectiveness as a wireless access point Improved power performance Enabling the core processor to operate faster (4x 1.4 GHz) Power over Ethernet (PoE) enabled PoE operation requires the purchase of the new PoE HAT which will be available at launch. Without being tethered to an electrical outlet, the Raspberry Pi 3 B+ can be located wherever it is needed most, and repositioned easily if required up to a range of 100 m. Having power available over a network means that installation and distribution of network of Raspberry Pi’s becomes simpler and more effective. New Ethernet controller 3x Ethernet speed of the current Raspberry Pi 3 B (~300 Mbps) Faster network data transfer Specifications SoC Broadcom BCM2837B0 CPU 64-bit ARM Cortex-A53 (4x 1.4 GHz) GPU Dual-Core VideoCore IV Multimedia Co-Processor RAM 1024 MB USB 4x USB-A 2.0 GPIO 40 Pins Ethernet Gigabit Ethernet over USB 2.0 Wireless LAN 802.11b/g/n/ac (2.4 GHz/5 GHz) Bluetooth 4.2 + LE Power Micro-USB (5 V/2.5 A) Dimensions 85 x 56 x 17 mm
-
Elektor Digital Raspberry Pi 3 – Basic to Advanced Projects (E-book)
This book is about the Raspberry Pi 3 computer and its use in various control and monitoring applications. The book explains in simple terms and with tested and working example projects, how to configure the Raspberry Pi 3 computer, how to install and use the Linux operating system, and how to write hardware based applications programs using the Python programming language. The nice feature of this book is that it covers many Raspberry Pi 3 based hardware projects using the latest hardware modules such as the Sense HAT, Swiss Pi, MotoPi, Camera module, and many other state of the art analog and digital sensors. An important feature of the Raspberry Pi 3 is that it contains on-board Bluetooth and Wi-Fi modules. Example projects are given in the book on using the Wi-Fi and the Bluetooth modules to show how real-data can be sent to the Cloud using the Wi-Fi module, and also how to communicate with an Android based mobile phone using the Bluetooth module. The book is ideal for self-study, and is intended for electronic/electrical engineering students, practising engineers, research students, and for hobbyists. It is recommended that the book should be followed in the given Chapter order. Over 30 projects are given in the book. All the projects in the book are based on the Python programming language and they have been fully tested. Full program listings of every project are given in the book with comments and full descriptions. Experienced programmers should find it easy to modify and update the programs to suit their needs. The following sub-headings are given for each project to make it as easy as possible for the readers to follow the projects: Project title Description Aim of the project Raspberry Pi type Block diagram Circuit diagram Program listing
€ 29,95
Members € 23,96
-
Raspberry Pi Foundation Raspberry Pi 4 (4 GB) Official Starter Kit
Now save €10 with this Starter Kit compared to buying them separately! This special Raspberry Pi 4 Starter Kit includes everything you need to get started right away with the world's most popular mini computer as a development and multimedia device. Kit Contents Raspberry Pi 4 B (4 GB RAM)The Raspberry Pi 4 is a complete computer system in a small package that provides multimedia and desktop performance comparable to an entry-level x86 PC system. Broadcom BCM2711 SoC 64-bit quad-core ARM Cortex-A72 (1.5 GHz) VideoCore VI @ 500 MHz 4 GB LPDDR4 SDRAM Gigabit Ethernet 802.11ac Wi-Fi Bluetooth 5.0 2x USB 3.0, 2x USB 2.0 and 1x USB-C (for power supply) 2x micro-HDMI (up to 4Kp60) 1x MicroSD (for storage) Official EU Power Supply (5.1 V, 3 A) for Raspberry Pi 4 (white)The official Raspberry Pi USB-C power supply (15.3 W) is designed specifically to power the Raspberry Pi 4. microSD Card (32 GB, Class 10) with SD Adapter (Pre-Installed with NOOBS)This microSD with pre-installed NOOBS (New Out Of Box Software) is an easy-to-use operating system installation manager for the Raspberry Pi. Official Case for Raspberry Pi 4 (white/red)This well-designed case protects the Raspberry Pi 4. Official HDMI Cable for Raspberry Pi 4 (white, 1 m)The official Raspberry Pi micro-HDMI to HDMI (A/M) cable (white, 1 m) is designed for the Raspberry Pi 4. Heatsink Set for Raspberry PiThese aluminum heatsinks cool the board and prevent the Raspberry Pi from overheating.
-
Raspberry Pi Foundation Raspberry Pi 4 (8 GB) Official Starter Kit
Now save €10 with this Starter Kit compared to buying them separately! This special Raspberry Pi 4 Starter Kit includes everything you need to get started right away with the world's most popular mini computer as a development and multimedia device. Kit Contents Raspberry Pi 4 B (8 GB RAM)The Raspberry Pi 4 is a complete computer system in a small package that provides multimedia and desktop performance comparable to an entry-level x86 PC system. Broadcom BCM2711 SoC 64-bit quad-core ARM Cortex-A72 (1.5 GHz) VideoCore VI @ 500 MHz 8 GB LPDDR4 SDRAM Gigabit Ethernet 802.11ac Wi-Fi Bluetooth 5.0 2x USB 3.0, 2x USB 2.0 and 1x USB-C (for power supply) 2x micro-HDMI (up to 4Kp60) 1x MicroSD (for storage) Official EU Power Supply (5.1 V, 3 A) for Raspberry Pi 4 (white)The official Raspberry Pi USB-C power supply (15.3 W) is designed specifically to power the Raspberry Pi 4. microSD Card (32 GB, Class 10) with SD Adapter (Pre-Installed with NOOBS)This microSD with pre-installed NOOBS (New Out Of Box Software) is an easy-to-use operating system installation manager for the Raspberry Pi. Official Case for Raspberry Pi 4 (white/red)This well-designed case protects the Raspberry Pi 4. Official HDMI Cable for Raspberry Pi 4 (white, 1 m)The official Raspberry Pi micro-HDMI to HDMI (A/M) cable (white, 1 m) is designed for the Raspberry Pi 4. Heatsink Set for Raspberry PiThese aluminum heatsinks cool the board and prevent the Raspberry Pi from overheating.
-
Raspberry Pi Foundation Raspberry Pi 4 B (1 GB RAM)
The Raspberry Pi 4 B is 3x faster than its 3 B+ predecessor and offers 4x faster multimedia performance (comparable to the desktop performance of an entry-level x86-based PC). Features High-performance 64-bit quad-core processor Dual-display support at resolutions up to 4K via a pair of micro-HDMI ports Hardware video decode at up to 4Kp60 Up to 8 GB of RAM Dual-band 2.4/5 GHz wireless LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE capability (via a separate PoE HAT add-on) Specifications SoC Broadcom BCM2711 CPU 64-bit ARM Cortex-A72 (4x 1.5 GHz) GPU Broadcom VideoCore VI RAM Up to 8 GB LPDDR4 Wireless LAN 2.4 GHz and 5 GHz IEEE 802.11b/g/n/ac wireless LAN Bluetooth Bluetooth 5.0, BLE Ethernet Gigabit Ethernet USB 2x USB-A 3.02x USB-A 2.0 GPIO Standard 40-pin GPIO header (fully backwards-compatible with previous boards) Video 2x micro-HDMI ports (up to 4Kp60 supported)2-lane MIPI DSI port (display)2-lane MIPI CSI port (camera) Audio 4-pole stereo audio and composite video port Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES, 3.0 graphics SD card microSD (for operating system and storage) Power 5 V | 3 A (via USB-C)5 V | 3 A (via GPIO)Power over Ethernet (PoE) enabled – (requires separate PoE HAT) Raspberry Pi 4 B 2 GB RAM 4 GB RAM 8 GB RAM
-
Raspberry Pi Foundation Raspberry Pi 4 B (2 GB RAM)
The Raspberry Pi 4 B is 3x faster than its 3 B+ predecessor and offers 4x faster multimedia performance (comparable to the desktop performance of an entry-level x86-based PC). Features High-performance 64-bit quad-core processor Dual-display support at resolutions up to 4K via a pair of micro-HDMI ports Hardware video decode at up to 4Kp60 Up to 8 GB of RAM Dual-band 2.4/5 GHz wireless LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE capability (via a separate PoE HAT add-on) Specifications SoC Broadcom BCM2711 CPU 64-bit ARM Cortex-A72 (4x 1.5 GHz) GPU Broadcom VideoCore VI RAM Up to 8 GB LPDDR4 Wireless LAN 2.4 GHz and 5 GHz IEEE 802.11b/g/n/ac wireless LAN Bluetooth Bluetooth 5.0, BLE Ethernet Gigabit Ethernet USB 2x USB-A 3.02x USB-A 2.0 GPIO Standard 40-pin GPIO header (fully backwards-compatible with previous boards) Video 2x micro-HDMI ports (up to 4Kp60 supported)2-lane MIPI DSI port (display)2-lane MIPI CSI port (camera) Audio 4-pole stereo audio and composite video port Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES, 3.0 graphics SD card microSD (for operating system and storage) Power 5 V | 3 A (via USB-C)5 V | 3 A (via GPIO)Power over Ethernet (PoE) enabled – (requires separate PoE HAT) Raspberry Pi 4 B 1 GB RAM 4 GB RAM 8 GB RAM
-
Raspberry Pi Foundation Raspberry Pi 4 B (4 GB RAM)
The Raspberry Pi 4 B is 3x faster than its 3 B+ predecessor and offers 4x faster multimedia performance (comparable to the desktop performance of an entry-level x86-based PC). Features High-performance 64-bit quad-core processor Dual-display support at resolutions up to 4K via a pair of micro-HDMI ports Hardware video decode at up to 4Kp60 Up to 8 GB of RAM Dual-band 2.4/5 GHz wireless LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE capability (via a separate PoE HAT add-on) Specifications SoC Broadcom BCM2711 CPU 64-bit ARM Cortex-A72 (4x 1.5 GHz) GPU Broadcom VideoCore VI RAM Up to 8 GB LPDDR4 Wireless LAN 2.4 GHz and 5 GHz IEEE 802.11b/g/n/ac wireless LAN Bluetooth Bluetooth 5.0, BLE Ethernet Gigabit Ethernet USB 2x USB-A 3.02x USB-A 2.0 GPIO Standard 40-pin GPIO header (fully backwards-compatible with previous boards) Video 2x micro-HDMI ports (up to 4Kp60 supported)2-lane MIPI DSI port (display)2-lane MIPI CSI port (camera) Audio 4-pole stereo audio and composite video port Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES, 3.0 graphics SD card microSD (for operating system and storage) Power 5 V | 3 A (via USB-C)5 V | 3 A (via GPIO)Power over Ethernet (PoE) enabled – (requires separate PoE HAT) Raspberry Pi 4 B 1 GB RAM 2 GB RAM 8 GB RAM
-
Raspberry Pi Foundation Raspberry Pi 4 B (8 GB RAM)
The Raspberry Pi 4 B is 3x faster than its 3 B+ predecessor and offers 4x faster multimedia performance (comparable to the desktop performance of an entry-level x86-based PC). Features High-performance 64-bit quad-core processor Dual-display support at resolutions up to 4K via a pair of micro-HDMI ports Hardware video decode at up to 4Kp60 Up to 8 GB of RAM Dual-band 2.4/5 GHz wireless LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE capability (via a separate PoE HAT add-on) Specifications SoC Broadcom BCM2711 CPU 64-bit ARM Cortex-A72 (4x 1.5 GHz) GPU Broadcom VideoCore VI RAM Up to 8 GB LPDDR4 Wireless LAN 2.4 GHz and 5 GHz IEEE 802.11b/g/n/ac wireless LAN Bluetooth Bluetooth 5.0, BLE Ethernet Gigabit Ethernet USB 2x USB-A 3.02x USB-A 2.0 GPIO Standard 40-pin GPIO header (fully backwards-compatible with previous boards) Video 2x micro-HDMI ports (up to 4Kp60 supported)2-lane MIPI DSI port (display)2-lane MIPI CSI port (camera) Audio 4-pole stereo audio and composite video port Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES, 3.0 graphics SD card microSD (for operating system and storage) Power 5 V | 3 A (via USB-C)5 V | 3 A (via GPIO)Power over Ethernet (PoE) enabled – (requires separate PoE HAT) Raspberry Pi 4 B 1 GB RAM 2 GB RAM 4 GB RAM
-
Raspberry Pi Foundation Raspberry Pi 4 Case Fan
Designed for overclockers and other power users, this fan keeps your Raspberry Pi 4 at a comfortable operating temperature even under heavy load. The temperature-controlled fan delivers up to 1.4 CFM of airflow over the processor, memory, and power management IC. The bundled heatsink (18 x 8 x 10 mm) with self-adhesive pad improves heat transfer from the processor. The Raspberry Pi 4 Case Fan works with Raspberry Pi 4 and the official Raspberry Pi 4 case.
€ 6,95€ 2,78
Members identical