Producten
-
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
Leden € 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
Leden € 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
Leden € 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
Leden € 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
Leden € 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
Leden € 23,96
-
QuantAsylum QuantAsylum QA403 24-bit Audio Analyzer
De QA403 is de vierde generatie audio analyzer van QuantAsylum. Deze QA403 verhoogt de functionaliteit van de QA402 met verbeterde ruis- en vervormingsprestaties, en ook een vlakkere respons aan de randen van de band. Het compacte formaat van de QA403 zorgt ervoor dat u hem vrijwel overal mee naartoe kunt nemen. Kenmerken 24-bits ADC/DAC Tot 192 kS/s Volledig geïsoleerd van de PC Differentiële input/output USB gevoed Ingebouwde demping Snel opstarten en geen stuurprogramma De QA403 is een USB-apparaat zonder stuurprogramma's, wat betekent dat hij meteen operationeel is zodra u hem aansluit. De software is gratis, en u kunt snel en gemakkelijk de hardware van de ene machine naar de andere verplaatsen. Dus als u naar een vestiging moet om een probleem op te lossen, of de QA403 mee naar huis dient te nemen op een thuiswerkdag, dan kunt u dit zonder veel gedoe doen. No-Cal ontwerp De QA403 wordt geleverd met een fabriekskalibratie in het flashgeheugen, waardoor consistente prestaties bij gebruik van meerdere analyzers kan worden gegarandeerd. Op uw productielijn kunt u een andere QA403 installeren en erop vertrouwen dat wat u op de ene analyzer leest overeenkomt met de andere. Er hoeft dus niet geregeld herkalibratie plaats te vinden. Metingen Het uitvoeren van basismetingen kan snel en eenvoudig. In een paar klikken krijgt u inzicht in de frequentierespons, de THD (+ N), de versterking, de SNR, en andere gegevens van uw geteste apparaat. Dynamisch bereik De QA403 biedt 8 gradaties aan versterking op de ingang (0 tot +42 dBV in 6 stappen) en 4 stappen versterking op de uitgang (-12 tot +18 dBV in stappen van 10 dB). Dit zorgt voor consistente prestaties over zeer brede in- en uitgangsniveaus. De maximale AC ingangsspanning op de QA403 is +32 dBV = 40 Vrms. De maximale DC is ±40 V en de maximale ACPEAK + DC = ±56 V. Eenvoudig te programmeren De QA403 ondersteunt een REST-interface, waardoor het eenvoudig is om metingen te automatiseren in vrijwel elke taal. Van Python tot C++ tot Visual Basic: als u weet hoe u een webpagina in uw favoriete taal moet laden dan kunt u al de QA403 op afstand bedienen. Metingen zijn snel en responsief, doorgaans met het verwerken van tientallen opdrachten per seconde. Geïsoleerd, en gevoed via USB De QA403 werkt geïsoleerd van de pc, wat betekent dat u echt uw te testen apparaat meet, en niet met een fantoom aardlus te doen heeft. De QA403 wordt gevoed via USB, zoals bijna alle QuantAsylum instrumenten. Indien u op afstand moet configureren, neem dan een hub met voeding mee in uw tas en uw hele testopstelling kan dan functioneren met een minimum aan kabels. Vaarwel geluidskaart, hallo QA403 Moe van het proberen om een geluidskaart aan de praat te krijgen? Nachtmerries van het kalibreren? Gemis van de juiste versterking? Of te weinig aansturing? Bent u het zat om met vaste ingangsranges om te gaan? Of bang dat u zaken kapot maakt met te veel DC of AC? Moe van de aardlussen? Dáarom heeft QuantAsylum de QA403 ontworpen. Specificaties Afmetingen 177 x 44 x 97 mm (B x H x D) Gewicht 435 g Case Materiaal Aluminium met poedercoating (2 mm dik voorpaneel, 1.6 mm dikke boven/onderkant) Downloads Datasheet Manual GitHub
€ 799,00
Leden € 719,10
-
Quick Quick 861DW Hot Air Rework Station (1000 W)
De Quick 861DW is een geavanceerd Hot Air Rework Station met een verhittingsvermogen van 1000 W. Hij is ontworpen voor het professioneel solderen van elektronische SMD-componenten met behulp van loodvrij soldeer. Kenmerken Drie programmeerbare kanalen CH1, CH2 en CH3 (voor verschillend luchtvolume en temperatuur). Wachtwoordbeveiliging en een button lock functie. Een magnetische schakelaar in de houder kan het station automatisch in de slaapstand zetten wanneer hij niet in gebruik is. Eenvoudige real-time bediening, automatische sleep functie beschikbaar, parameters kunnen in de sleep modus worden ingesteld. Closed loop sensor, temperatuur geregeld door een micro computer; zero trigger, hoog vermogen, snelle temperatuurstijging, temperatuur kan eenvoudig en nauwkeurig worden aangepast, niet beïnvloed door de luchtstroom. Borstelloze vortex ventilator, groot bereik van de instelbare luchtstroom, geschikt voor vele toepassingen. Automatische koelfunctie beschikbaar, keramische verwarming met lange levensduur. Specificaties Vermogen 1000 W Werkspanning AC 200~240 V Temperatuurbereik 100-500°C Luchtvolume 1-120 class Luchtstroom 50 l/min (max) Afmetingen 188 x 245 x 135 mm Gewicht 3,65 kg Downloads Handleiding
€ 255,73
-
Elektor Publishing Radio Builder's Book
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.
€ 39,95
Leden € 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
Leden € 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+
Vergeleken met de eigenschappen van zijn voorganger, zijn de snelheid en het vermogen van deze Raspberry Pi 3 B+ met 15% toegenomen zonder de compatibiliteit (elektrisch en mechanisch) met de Raspberry Pi 3 B, 2 en B+ modellen te belemmeren. Features Quad-core processorversnelling: ongeveer 10% meer verwerkingscapaciteit Ondersteuning voor H.264 MPEG-4, H.264 en Open GL ES 1.1 & 2.0 grafisch beheer 1 GB LPDDR2 SDRAM 802.11ac dual band draadloze communicatie (2,4 GHz/5 GHz) Power over Ethernet (PoE) mogelijk Nieuwe Ethernet controller Verbeterde energiebeheer Verbeterde thermisch beheer Nu met WiFi 802.11ac (2.4 GHz/5 GHz) Verhoogde verbindingssnelheid en bandbreedte Groter bereik wanneer aangesloten op het 5 GHz-kanaal Achterwaartse compatibiliteit binnen toepassingen Verbeterde streaming HD-video via WiFi Verhoogde effectiviteit als draadloos toegangspunt Verbeterde rekenprestatie Snellere core processor (4x 1,4 GHz) Voeding over Ethernet mogelijk PoE dankzij de PoE HAT (binnenkort beschikbaar) De RPi 3 B+ heeft voor zijn voedingsstroom geen stopcontact meer nodig, hij kan ergens ver weg (<100 m) via de ethernet verbinding gevoed worden. Daardoor worden installatie en distributie van Raspberry Pi netwerken eenvoudiger en effectiever Nieuwe Ethernet controller Ethernet van de Raspberry Pi 3 B+ is 3x sneller (~300 Mbps) Snellere gegevensoverdracht via het netwerk Specificaties SoC Broadcom BCM2837B0 64bit ARMv8 quad-core CPU CPU ARM Cortex-A53 (64-bit) quad-core 1400 MHz GPU Dual-Core VideoCore IV Multimedia Co-Processor RAM 1024 MB USB 4x USB-A 2.0 GPIO 40 Pins Ethernet Gigabit Ethernet via USB 2.0 Wireless LAN 802.11b/g/n/ac (2.4 GHz/5 GHz) Bluetooth 4.2 + LE Audio/Video 4-polige stereo uitgang / composiete video poort Aansluitingen Full size HDMI / CSI camera / DSI display poort / microSD poort (verbeterd) Voedingsaansluiting Micro-USB (5 V | < 2,5 A) Afmetingen 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
Leden € 23,96
-
Raspberry Pi Foundation Raspberry Pi 4 (4 GB) Officiële Starterkit
Bespaar € 10 met deze starterkit in vergelijking met afzonderlijke aankoop! Deze speciale Raspberry Pi 4 starterkit bevat alles wat je nodig hebt om meteen aan de slag te gaan met 's werelds populairste minicomputer als ontwikkel- en multimedia-apparaat. Inhoud van de kit Raspberry Pi 4 B (4 GB RAM)De Raspberry Pi 4 is een compleet computersysteem in een klein formaat dat multimedia en desktop prestaties levert die vergelijkbaar zijn met die van een basis x86 PC systeem. 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 en 1x USB-C (voor stroomvoorziening) 2x micro-HDMI (tot 4Kp60) 1x MicroSD (voor opslag) Officiële EU voeding (5,1 V, 3 A) voor Raspberry Pi 4 (wit)De officiële Raspberry Pi USB-C voeding (15,3 W) is speciaal ontworpen om de Raspberry Pi 4 van stroom te voorzien. MicroSD kaart (32 GB, klasse 10) met SD adapter (voorgeïnstalleerd met NOOBS)Deze microSD met voorgeïnstalleerde NOOBS (New Out Of Box Software) is een eenvoudig te gebruiken installatiemanager voor het besturingssysteem van de Raspberry Pi. Officiële behuizing voor (wit/rood)Deze perfect passende behuizing beschermt de Raspberry Pi 4. Officiële HDMI kabel voor Raspberry Pi 4 (wit, 1 m)De officiële Raspberry Pi micro-HDMI naar HDMI (A/M) kabel (wit, 1 m) is ontworpen voor de Raspberry Pi 4. Koellichaamset voor Raspberry PiDeze aluminium koellichamen koelen het board en voorkomen dat de Raspberry Pi oververhit raakt.
-
Raspberry Pi Foundation Raspberry Pi 4 (8 GB) Officiële Starterkit
Bespaar € 10 met deze starterkit in vergelijking met afzonderlijke aankoop! Deze speciale Raspberry Pi 4 starterkit bevat alles wat je nodig hebt om meteen aan de slag te gaan met 's werelds populairste minicomputer als ontwikkel- en multimedia-apparaat. Inhoud van de kit Raspberry Pi 4 B (8 GB RAM)De Raspberry Pi 4 is een compleet computersysteem in een klein formaat dat multimedia en desktop prestaties levert die vergelijkbaar zijn met die van een basis x86 PC systeem. 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 en 1x USB-C (voor stroomvoorziening) 2x micro-HDMI (tot 4Kp60) 1x MicroSD (voor opslag) Officiële EU voeding (5,1 V, 3 A) voor Raspberry Pi 4 (wit)De officiële Raspberry Pi USB-C voeding (15,3 W) is speciaal ontworpen om de Raspberry Pi 4 van stroom te voorzien. MicroSD kaart (32 GB, klasse 10) met SD adapter (voorgeïnstalleerd met NOOBS)Deze microSD met voorgeïnstalleerde NOOBS (New Out Of Box Software) is een eenvoudig te gebruiken installatiemanager voor het besturingssysteem van de Raspberry Pi. Officiële behuizing voor (wit/rood)Deze perfect passende behuizing beschermt de Raspberry Pi 4. Officiële HDMI kabel voor Raspberry Pi 4 (wit, 1 m)De officiële Raspberry Pi micro-HDMI naar HDMI (A/M) kabel (wit, 1 m) is ontworpen voor de Raspberry Pi 4. Koellichaamset voor Raspberry PiDeze aluminium koellichamen koelen het board en voorkomen dat de Raspberry Pi oververhit raakt.
-
Raspberry Pi Foundation Raspberry Pi 4 B (1 GB RAM)
De Raspberry Pi 4 B is 3x sneller dan zijn 3 B+ voorganger en biedt 4x snellere multimedia prestaties (vergelijkbaar met de desktop prestaties van een entry-level x86-gebaseerde PC). Features Krachtige 64-bit quad-core processor Ondersteuning voor twee schermen met resoluties tot 4K via een paar micro-HDMI-poorten Hardware videodecodering tot 4Kp60 Tot 8 GB RAM Dual-band 2,4/5 GHz draadloze LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE-mogelijkheid (via een aparte PoE HAT add-on) Specificaties 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)
De Raspberry Pi 4 B is 3x sneller dan zijn 3 B+ voorganger en biedt 4x snellere multimedia prestaties (vergelijkbaar met de desktop prestaties van een entry-level x86-gebaseerde PC). Features Krachtige 64-bit quad-core processor Ondersteuning voor twee schermen met resoluties tot 4K via een paar micro-HDMI-poorten Hardware videodecodering tot 4Kp60 Tot 8 GB RAM Dual-band 2,4/5 GHz draadloze LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE-mogelijkheid (via een aparte PoE HAT add-on) Specificaties 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)
De Raspberry Pi 4 B is 3x sneller dan zijn 3 B+ voorganger en biedt 4x snellere multimedia prestaties (vergelijkbaar met de desktop prestaties van een entry-level x86-gebaseerde PC). Features Krachtige 64-bit quad-core processor Ondersteuning voor twee schermen met resoluties tot 4K via een paar micro-HDMI-poorten Hardware videodecodering tot 4Kp60 Tot 8 GB RAM Dual-band 2,4/5 GHz draadloze LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE-mogelijkheid (via een aparte PoE HAT add-on) Specificaties 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)
De Raspberry Pi 4 B is 3x sneller dan zijn 3 B+ voorganger en biedt 4x snellere multimedia prestaties (vergelijkbaar met de desktop prestaties van een entry-level x86-gebaseerde PC). Features Krachtige 64-bit quad-core processor Ondersteuning voor twee schermen met resoluties tot 4K via een paar micro-HDMI-poorten Hardware videodecodering tot 4Kp60 Tot 8 GB RAM Dual-band 2,4/5 GHz draadloze LAN Bluetooth 5.0 Gigabit Ethernet USB 3.0 PoE-mogelijkheid (via een aparte PoE HAT add-on) Specificaties 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
Leden identiek
-
Elektor Digital Raspberry Pi 4 OR 5 AND Pico (E-book)
Cool Projects for Test, Measurement, and Control The Raspberry Pi has dominated the maker scene for many years. Freely accessible I/O pins have made it one of the most popular processor boards of all time. However, the classic Raspberry Pi has no analog inputs. Direct measurement of analog values is therefore not possible. Consequently, photodiodes, NTCs, Hall sensors, etc. cannot be read directly. In addition, the pins are connected directly to the exposed contacts, i.e. without a driver or protection circuit. This can quickly destroy the central controller and thus the entire Raspberry Pi. These problems can be elegantly solved with the Pico. As a front-end, it can easily handle a wide range of measurement tasks. In addition, the Pico is much cheaper than a classic Raspberry Pi 4 or 5. If a faulty circuit leads to the destruction of the Pico, this is relatively easy to handle. This makes the combination of a classic Raspberry Pi 4 or 5 and the Pico an ideal pair. The book introduces the broad and highly topical field of modern controller technology using the combined force of a Raspberry Pi 4 or 5 and a Raspberry Pi Pico. In addition to a detailed introduction to the operation and functionality of the controller boards themselves, the book also focuses on data acquisition and processing with digital processors. Especially the combination of both systems offers a wide range of interesting possibilities. Some practical projects from the contents: USB between Raspberry Pi 4 or 5 and Pico I²C Communication and Pico as an I²C device Voltmeter and Computer Thermometer Pico W as a Web Server and WLAN Scanner Frequency Meters and Generators OLED Displays on Raspberry Pi 4 or 5 and Pico Energy Saving Monitor Which Astronauts are in Orbit? Mini Monitor for Current Bitcoin Exchange Rate
€ 32,95
Leden € 26,36
-
Raspberry Pi Foundation Raspberry Pi 400 (US)
De Raspberry Pi 400 biedt een quad-core 64-bits processor, 4 GB RAM, draadloos netwerken, uitvoer op twee schermen, 4K-videoweergave en een 40-pins GPIO-header. Het is een krachtige, compacte computer ingebouwd in een draagbaar toetsenbord. Specificaties Processor Broadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8 GHz RAM 4 GB LPDDR4-3200 Connectivity Dual-band (2.4 GHz and 5.0 GHz) IEEE 802.11b/g/n/ac wireless LANBluetooth 5.0, BLEGigabit Ethernet2 × USB 3.0 and 1 × USB 2.0 ports GPIO Horizontal 40-pin GPIO header Video & Sound 2 × micro HDMI ports (supports up to 4Kp60) Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES 3.0 graphics SD card support MicroSD card slot for operating system and data storage Keyboard US keyboard Power 5 V DC via USB connector Operating temperature 0°C to +40°C Dimensions 286 × 122 × 23 mm (maximum)
-
Raspberry Pi Foundation Raspberry Pi 400 Kit (EU)
De Raspberry Pi 400 biedt een quad-core 64-bits processor, 4 GB RAM, draadloos netwerken, uitvoer op twee schermen, 4K-videoweergave en een 40-pins GPIO-header. Het is een krachtige, compacte computer ingebouwd in een draagbaar toetsenbord. Specificaties (Raspberry Pi 400) Processor Broadcom BCM2711 quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.8 GHz RAM 4 GB LPDDR4-3200 Connectivity Dual-band (2.4 GHz and 5.0 GHz) IEEE 802.11b/g/n/ac wireless LANBluetooth 5.0, BLEGigabit Ethernet2 × USB 3.0 and 1 × USB 2.0 ports GPIO Horizontal 40-pin GPIO header Video & Sound 2 × micro HDMI ports (supports up to 4Kp60) Multimedia H.265 (4Kp60 decode)H.264 (1080p60 decode, 1080p30 encode)OpenGL ES 3.0 graphics SD card support MicroSD card slot for operating system and data storage Keyboard US keyboard Power 5 V DC via USB connector Operating temperature 0°C to +40°C Dimensions 286 × 122 × 23 mm (maximum) Inhoud van de kit Raspberry Pi 400 (US layout, QWERTY) Officiële EU voedingsadapter (5,1 V/3 A) voor Raspberry Pi 4 (wit) Officiële Raspberry Pi muis (wit/rood) Officiële HDMI-kabel voor Raspberry Pi 4 (wit, 1 m) microSD-kaart (16 GB, Class 10) met SD-adapter (met voorgeïnstalleerde NOOBS) The Official Raspberry Pi Beginner's Guide (4th Edition)
-
Raspberry Pi Foundation Raspberry Pi 45 W USB-C Voeding
De Raspberry Pi 45 W USB-C Voeding is een ideale keuze voor het voeden van USB-C-compatibele Raspberry Pi-producten. Het is met name geschikt voor Raspberry Pi 5-gebruikers die randapparatuur met een hoog vermogen willen gebruiken, zoals harde schijven en SSD's. Het levert tot 5,1 V/5 A en ondersteunt USB PD (Power Delivery)-onderhandeling, waardoor de Raspberry Pi 5 automatisch het optimale vermogensprofiel kan selecteren. Deze mogelijkheid stelt de Raspberry Pi 5 in staat om de USB-stroomlimiet te verhogen van de standaard 600 mA naar 1,6 A, wat extra vermogen levert voor randapparatuur die is aangesloten via de vier USB-A-poorten. Dankzij het uitgebreide assortiment ingebouwde vermogensprofielen is de Raspberry Pi 45 W USB-C-voeding ook een uitstekende optie voor het voeden van PD-compatibele apparaten van derden, zoals smartphones, tablets en laptops. Beschikbare profielen zijn onder meer 9,0 V/5,0 A, 12,0 V/3,75 A, 15,0 V/3,0 A en 20,0 V/2,25 A, die allemaal maximaal 45 W leveren. Specificaties Ingang 100-240 V AC Uitgang 5,1 V/5,0 A, 9,0 V/5,0 A, 12,0 V/3,75 A, 15,0 V/3,0 A, 20,0 V/2,25 A (Power Delivery) Connector USB-C Kabel 1,5 m, 17AWG (wit) Regio EU Downloads Datasheet