Produits
-
Ohmic Carte de développement PÚCA DSP ESP32
PÚCA DSP est une carte de développement ESP32 open source et compatible Arduino pour les applications audio et de traitement du signal numérique (DSP) avec des fonctionnalités de traitement audio étendues. Il fournit des entrées audio, des sorties audio, un réseau de microphones à faible bruit, une option de haut-parleur de test intégrée, une mémoire supplémentaire, une gestion de la charge de la batterie et une protection ESD, le tout sur un petit PCB compatible avec une maquette. Synthétiseurs, installations, interface utilisateur vocale et plus encore PÚCA DSP peut être utilisé pour une large gamme d'applications DSP, y compris, mais sans s'y limiter, celles dans les domaines de la musique, de l'art, de la technologie créative et de la technologie adaptative. Les exemples liés à la musique incluent la synthèse musicale numérique, l'enregistrement mobile, les haut-parleurs Bluetooth, les microphones directionnels sans fil au niveau de la ligne et la conception d'instruments de musique intelligents. Les exemples liés à l'art incluent les réseaux de capteurs acoustiques, les installations d'art sonore et les applications de radio Internet. Les exemples liés à la technologie créative et adaptative incluent la conception d'interfaces utilisateur vocales (VUI) et l'audio Web pour l'Internet des sons. Conception compacte et intégrée PÚCA DSP a été conçu pour la portabilité. Lorsqu'il est utilisé avec une batterie rechargeable externe de 3,7 V, il peut être déployé presque n'importe où ou intégré à presque n'importe quel appareil, instrument ou installation. Sa conception est le résultat de mois d'expérimentation avec diverses cartes de développement ESP32, cartes de dérivation DAC, cartes de dérivation ADC, cartes de dérivation microphone et cartes de dérivation de connecteur audio, et – malgré sa petite taille – il parvient à fournir toutes ces fonctionnalités en un seul. conseil. Et cela sans compromettre la qualité du signal. Caractéristiques Processeur et mémoire Processeur Espressif ESP32 Pico D4 Double cœur 32 bits 80 MHz / 160 MHz / 240 MHz 4 Mo SPI Flash avec 8 Mo de PSRAM supplémentaire (édition originale) Wi-Fi sans fil 2,4 GHz 802.11b/g/n BluetoothBLE 4.2 Antenne 3D l'audio Codec audio stéréo Wolfson WM8978 Entrée ligne audio sur connecteur stéréo 3,5 mm Audio Casque / Sortie Ligne sur connecteur stéréo 3,5 mm Entrée ligne auxiliaire stéréo, sortie audio mono acheminée vers l'en-tête GPIO 2x micros MEMS Knowles SPM0687LR5H-1 Protection ESD sur toutes les entrées et sorties audio Prise en charge des fréquences d'échantillonnage de 8, 11,025, 12, 16, 22,05, 24, 32, 44,1 et 48 kHz Pilote de haut-parleur 1 W, acheminé vers l'en-tête GPIO DAC SNR 98 dB, THD -84 dB (pondération « A » à 48 kHz) ADC SNR 95 dB, THD -84 dB (pondération « A » à 48 kHz) Impédance d'entrée ligne : 1 MOhm Impédance de sortie ligne : 33 Ohms Facteur de forme et connectivité Compatible avec la planche à pain 70x24mm 11x broches GPIO réparties sur un en-tête au pas de 2,54 mm, avec accès aux deux canaux ESP32 ADC, JTAG et broches tactiles capacitives USB 2.0 sur connecteur USB Type C Pouvoir Batterie rechargeable au lithium polymère 3,7/4,2 V, USB ou source d'alimentation externe 5 V CC L'ESP32 et le codec audio peuvent être placés en modes faible consommation sous contrôle logiciel Détection du niveau de tension de la batterie Protection ESD sur le bus de données USB Téléchargements GitHub Fiche de données Gauche Campagne de fourniture de masse (comprend une FAQ) Présentation du matériel Programmation du tableau Le codec audio
€ 69,95€ 49,95
Membres identique
-
Elektor Publishing Python 3 for Science and Engineering Applications
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
€ 34,95
Membres € 31,46
-
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
Membres € 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
Membres € 23,96
-
QuantAsylum QuantAsylum QA403 Analyseur Audio 24 bits
Le QA403 est le quatrième générateur d'analyse audio de QuantAsylum. Le QA403 étend les fonctionnalités du QA402 avec une meilleure performance de bruit et de distorsion, en plus d'une réponse plus plate aux extrémités de bande. Sa taille compacte signifie que vous pouvez l'emporter presque partout. Caractéristiques ADC/DAC 24 bits Jusqu'à 192 kS/s Totalement isolé du PC Entrée/Sortie différentielle Alimenté par USB Atténuateur intégré Démarrage Rapide et Sans Pilote Le QA403 est un périphérique USB sans pilote, ce qui signifie qu'il est prêt dès que vous le branchez. Le logiciel est gratuit et il est rapide et facile de déplacer le matériel d'une machine à l'autre. Donc, si vous devez vous rendre à l'usine pour résoudre un problème ou emmener le QA403 chez vous pour une journée de travail à domicile, vous pouvez le faire sans tracas. Conception Sans Étalonnage Le QA403 est livré avec un étalonnage d'usine dans sa mémoire flash, assurant une performance cohérente d'une unité à l'autre. Sur votre ligne de production, vous pouvez installer un autre QA403 et être sûr que ce que vous lisez sur une unité sera très similaire à la suivante. Il n'est pas prévu que l'étalonnage soit nécessaire à intervalles réguliers. Mesures Faire des mesures de base est rapide et facile. En quelques clics, vous comprendrez la réponse en fréquence, la THD(+N), le gain, le rapport S/B, etc., de votre dispositif en test. Plage Dynamique Le QA403 offre 8 plages de gain en entrée (0 à +42 dBV en 6 paliers) et 4 plages de gain en sortie (-12 à +18 dBV en paliers de 10 dB). Cela garantit des performances constantes sur des plages très étendues de niveaux d'entrée et de sortie. L'entrée CA maximale du QA403 est de +32 dBV = 40 Veff. Le courant continu maximum est de ±40 V et le courant CA maximum + CC = ±56 V. Facilité de Programmation Le QA403 prend en charge une interface REST, ce qui facilite l'automatisation des mesures dans presque tous les langages que vous pourriez anticiper. De Python à C++ en passant par Visual Basic, si vous savez comment charger une page web dans votre langage préféré, vous pouvez contrôler le QA403 à distance. Les mesures sont rapides et réactives, avec généralement des dizaines de commandes traitées par seconde. Isolé et Alimenté par USB Le QA403 est isolé du PC, ce qui signifie que vous mesurez votre DUT (Device Under Test) et que vous ne suivez pas des boucles de masse fantômes. Le QA403 est alimenté par USB, comme presque tous nos instruments. Si vous configurez à distance, ajoutez un hub alimenté dans votre sac et votre configuration de test complète peut fonctionner avec un minimum de câbles. Au Revoir Carte Son, Bonjour QA403 Marre d'essayer de faire fonctionner une carte son ? Le cauchemar de l'étalonnage ? Le manque d'étages de gain ? La puissance limitée ? En avez-vous assez de traiter avec des plages d'entrée fixes ? La crainte de la détruire avec trop de courant continu ou alternatif ? Assez des boucles de masse ? C'est pourquoi QuantAsylum a construit le QA403. Spécifications Dimensions 177 x 44 x 97 mm (L x H x P) Poids 435 g Matériau du boîtier Aluminium avec revêtement en poudre (panneau avant de 2 mm d'épaisseur, dessus/dessous de 1.6 mm d'épaisseur) Téléchargements Fiche technique Manuel d'utilisation GitHub
€ 799,00
Membres € 719,10
-
Waveshare Carte de développement QuecPython EC200U-EU C4-P01
The EC200U-EU C4-P01 development board features the EC200U-EU LTE Cat 1 wireless communication module, offering a maximum data rate of up to 10 Mbps for downlink and 5 Mbps for uplink. It supports multi-mode and multi-band communication, making it a cost-effective solution. The board is designed in a compact and unified form factor, compatible with the Quectel multi-mode LTE Standard EC20-CE. It includes an onboard USB-C port, allowing for easy development with just a USB-C cable. Additionally, the board is equipped with a 40-pin GPIO header that is compatible with most Raspberry Pi HATs. Caractéristiques Equipped with EC200U-EU LTE Cat 1 wireless communication module, multi-mode & multi-band support Onboard 40-Pin GPIO header, compatible with most Raspberry Pi HATs 5 LEDs for indicating module operating status Supports TCP, UDP, PPP, NITZ, PING, FILE, MQTT, NTP, HTTP, HTTPS, SSL, FTP, FTPS, CMUX, MMS protocols, etc. Supports GNSS positioning (GPS, GLONASS, BDS, Galileo, QZSS) Onboard Nano SIM card slot and eSIM card slot, dual card single standby Onboard MIPI connector for connecting MIPI screen and is fully compatible with Raspberry Pi peripherals Onboard camera connector, supports customized SPI cameras with a maximum of 300,000 pixels Provides tools such as QPYcom, Thonny IDE plugin, and VSCode plugin, etc. for easy learning and development Comes with online development resources and manual (example in QuecPython) Spécifications Applicable Regions Europe, Middle East, Africa, Australia, New Zealand, Brazil LTE-FDD B1, B3, B5, B7, B8, B20, B28 LTE-TDD B38, B40, B41 GSM / GPRS / EDGE GSM: B2, B3, B5, B8 GNSS GPS, GLONASS, BDS, Galileo, QZSS Bluetooth Bluetooth 4.2 (BR/EDR) Wi-Fi Scan 2.4 GHz 11b (Rx) CAT 1 LTE-FDD: DL 10 Mbps; UL 5 Mbps LTE-TDD: DL 8.96 Mbps; UL 3.1 Mbps GSM / GPRS / EDGE GSM: DL 85.6 Kbps; UL 85.6 Kbps USB-C Port Supports AT commands testing, GNSS positioning, firmware upgrading, etc. Communication Protocol TCP, UDP, PPP, NITZ, PING, FILE, MQTT, NTP, HTTP, HTTPS, SSL, FTP, FTPS, CMUX, MMS SIM Card Nano SIM and eSIM, dual card single standby Indicator P01: Module Pin 1, default as EC200A-XX PWM0 P05: Module Pin 5, NET_MODE indicator SCK1: SIM1 detection indicator, lights up when SIM1 card is inserted SCK2: SIM2 detection indicator, lights up when SIM2 card is inserted PWR: Power indicator Buttons PWK: Power ON/OFF RST: Reset BOOT: Forcing into firmware burning mode USB ON/OFF: USB power consumption detection switch Antenna Connectors LTE main antenna + DIV / WiFi (scanning only) / Bluetooth antenna + GNSS antenna Operating Temperature −30~+75°C Storage Temperature −45~+90°C Téléchargements Wiki Quectel Resources
€ 69,95€ 49,95
Membres identique
-
Elektor Publishing Radio Builder's Book
Du détecteur à la radio définie par logiciel La technologie des radiofréquences (RF) est l'un des domaines qui permet encore de mettre en pratique ses propres idées. D'innombrables variantes de circuits avec des objectifs particuliers laissent place à des expériences et des projets significatifs. Beaucoup de choses ne sont tout simplement pas disponibles dans le commerce. Des radios à détecteur de cristal sans source d'alimentation propre, de simples récepteurs à tube avec une touche de nostalgie, les premières tentatives de réception de Software Defined Radio, des récepteurs spéciaux pour radioamateur, tout cela peut être réalisé avec peu d'effort et comme une parfaite introduction à l'électronique RF. Pendant longtemps, la construction radio a été le premier pas vers l’électronique. Il existe cependant d’autres moyens, notamment via les ordinateurs, les microcontrôleurs et le numérique. Cependant, les racines analogiques de l’électronique sont souvent négligées. La technologie radio élémentaire et les expériences faciles à réaliser sont particulièrement adaptées comme domaine d'apprentissage de l'électronique, car vous pouvez ici commencer par les bases les plus simples. Mais le lien avec la technologie numérique moderne est également évident, par exemple lorsqu'il s'agit de méthodes de réglage modernes telles que PLL et DDS ou de radios DSP modernes. Ce livre vise à donner un aperçu et à présenter une collection de projets RF simples. L'auteur souhaite vous aider à développer vos propres idées, à concevoir vos propres récepteurs et à les tester.
€ 39,95
Membres € 35,96
-
Elektor Digital Radio Builder's Book (PDF)
Du détecteur à la radio définie par logiciel La technologie des radiofréquences (RF) est l'un des domaines qui permet encore de mettre en pratique ses propres idées. D'innombrables variantes de circuits avec des objectifs particuliers laissent place à des expériences et des projets significatifs. Beaucoup de choses ne sont tout simplement pas disponibles dans le commerce. Des radios à détecteur de cristal sans source d'alimentation propre, de simples récepteurs à tube avec une touche de nostalgie, les premières tentatives de réception de Software Defined Radio, des récepteurs spéciaux pour radioamateur, tout cela peut être réalisé avec peu d'effort et comme une parfaite introduction à l'électronique RF. Pendant longtemps, la construction radio a été le premier pas vers l’électronique. Il existe cependant d’autres moyens, notamment via les ordinateurs, les microcontrôleurs et le numérique. Cependant, les racines analogiques de l’électronique sont souvent négligées. La technologie radio élémentaire et les expériences faciles à réaliser sont particulièrement adaptées comme domaine d'apprentissage de l'électronique, car vous pouvez ici commencer par les bases les plus simples. Mais le lien avec la technologie numérique moderne est également évident, par exemple lorsqu'il s'agit de méthodes de réglage modernes telles que PLL et DDS ou de radios DSP modernes. Ce livre vise à donner un aperçu et à présenter une collection de projets RF simples. L'auteur souhaite vous aider à développer vos propres idées, à concevoir vos propres récepteurs et à les tester.
€ 32,95
Membres € 26,36
-
Elektor Digital Raspberry Pi 3 - Basic to Advanced Projects (E-book)
This ebook 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
Membres € 23,96
-
Raspberry Pi Foundation Ventilateur du boîtier Raspberry Pi 4
Conçu pour les overclockers et autres utilisateurs expérimentés, ce ventilateur maintient votre Raspberry Pi 4 à une température de fonctionnement confortable, même sous une charge importante. Le ventilateur à température contrôlée fournit jusqu'à 1,4 CFM de flux d'air sur le processeur, la mémoire et le circuit intégré de gestion de l'alimentation. Le dissipateur thermique fourni (18 x 8 x 10 mm) avec tampon autocollant améliore le transfert de chaleur du processeur. Le ventilateur du boîtier Raspberry Pi 4 fonctionne avec le Raspberry Pi 4 et le boîtier officiel Raspberry Pi 4.
€ 6,95€ 4,95
Membres identique
-
Elektor Publishing Raspberry Pi 4 OR 5 AND Pico
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
€ 39,95
Membres € 35,96
-
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
Membres € 26,36
-
Raspberry Pi Foundation Raspberry Pi 45 W USB-C Alimentation
L'alimentation USB-C 45 W pour Raspberry Pi est idéale pour alimenter les produits Raspberry Pi compatibles USB-C. Elle est particulièrement adaptée aux utilisateurs de Raspberry Pi 5 souhaitant alimenter des périphériques haute puissance tels que des disques durs et des SSD. Offrant jusqu'à 5,1 V/5 A, elle prend en charge la négociation USB PD (Power Delivery), permettant au Raspberry Pi 5 de sélectionner automatiquement le profil d'alimentation optimal. Cette fonctionnalité permet au Raspberry Pi 5 d'augmenter la limite de courant USB de 600 mA par défaut à 1,6 A, fournissant ainsi une alimentation supplémentaire aux périphériques connectés via ses quatre ports USB-A. Grâce à sa gamme complète de profils d'alimentation intégrés, l'alimentation USB-C 45 W du Raspberry Pi est également une excellente option pour alimenter des appareils tiers compatibles PD, tels que les smartphones, les tablettes et les ordinateurs portables. Les profils disponibles incluent 9,0 V/5,0 A, 12,0 V/3,75 A, 15,0 V/3,0 A et 20,0 V/2,25 A, tous délivrant une puissance maximale de 45 W. Spécifications Entrée 100-240 V CA Sortie 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) Connecteur USB-C Câble 1,5 m, 17 AWG (blanc) Région UE Téléchargements Datasheet
€ 16,95
Membres identique
-
Elektor Publishing Raspberry Pi 5 Essentials
Program, build, and master over 60 projects with Python The Raspberry Pi 5 is the latest single-board computer from the Raspberry Pi Foundation. It can be used in many applications, such as in audio and video media centers, as a desktop computer, in industrial controllers, robotics, and in many domestic and commercial applications. In addition to the well-established features found in other Raspberry Pi computers, the Raspberry Pi 5 offers Wi-Fi and Bluetooth (classic and BLE), which makes it a perfect match for IoT as well as in remote and Internet-based control and monitoring applications. It is now possible to develop many real-time projects such as audio digital signal processing, real-time digital filtering, real-time digital control and monitoring, and many other real-time operations using this tiny powerhouse. The book starts with an introduction to the Raspberry Pi 5 computer and covers the important topics of accessing the computer locally and remotely. Use of the console language commands as well as accessing and using the desktop GUI are described with working examples. The remaining parts of the book cover many Raspberry Pi 5-based hardware projects using components and devices such as LEDs and buzzers LCDs Ultrasonic sensors Temperature and atmospheric pressure sensors The Sense HAT Camera modules Example projects are given using Wi-Fi and Bluetooth modules to send and receive data from smartphones and PCs, and sending real-time temperature and atmospheric pressure data to the cloud. All projects given in the book have been fully tested for correct operation. Only basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full Python program listings are given for all projects described.
€ 39,95
Membres € 35,96
-
Elektor Digital Raspberry Pi 5 Essentials (E-book)
Program, build, and master over 60 projects with Python The Raspberry Pi 5 is the latest single-board computer from the Raspberry Pi Foundation. It can be used in many applications, such as in audio and video media centers, as a desktop computer, in industrial controllers, robotics, and in many domestic and commercial applications. In addition to the well-established features found in other Raspberry Pi computers, the Raspberry Pi 5 offers Wi-Fi and Bluetooth (classic and BLE), which makes it a perfect match for IoT as well as in remote and Internet-based control and monitoring applications. It is now possible to develop many real-time projects such as audio digital signal processing, real-time digital filtering, real-time digital control and monitoring, and many other real-time operations using this tiny powerhouse. The book starts with an introduction to the Raspberry Pi 5 computer and covers the important topics of accessing the computer locally and remotely. Use of the console language commands as well as accessing and using the desktop GUI are described with working examples. The remaining parts of the book cover many Raspberry Pi 5-based hardware projects using components and devices such as LEDs and buzzers LCDs Ultrasonic sensors Temperature and atmospheric pressure sensors The Sense HAT Camera modules Example projects are given using Wi-Fi and Bluetooth modules to send and receive data from smartphones and PCs, and sending real-time temperature and atmospheric pressure data to the cloud. All projects given in the book have been fully tested for correct operation. Only basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full Python program listings are given for all projects described.
€ 32,95
Membres € 26,36
-
Elektor Digital Raspberry Pi 5 for Radio Amateurs (E-book)
Program and Build Raspberry Pi 5 Based Ham Station Utilities with the RTL-SDR The RTL-SDR devices (V3 and V4) have gained popularity among radio amateurs because of their very low cost and rich features. A basic system may consist of a USB based RTL-SDR device (dongle) with a suitable antenna, a Raspberry Pi 5 computer, a USB based external audio input-output adapter, and software installed on the Raspberry Pi 5 computer. With such a modest setup, it is possible to receive signals from around 24 MHz to over 1.7 GHz. This book is aimed at amateur radio enthusiasts and electronic engineering students, as well as at anyone interested in learning to use the Raspberry Pi 5 to build electronic projects. The book is suitable for both beginners through experienced readers. Some knowledge of the Python programming language is required to understand and eventually modify the projects given in the book. A block diagram, a circuit diagram, and a complete Python program listing is given for each project, alongside a comprehensive description. The following popular RTL-SDR programs are discussed in detail, aided by step-by-step installation guides for practical use on a Raspberry Pi 5: SimpleFM GQRX SDR++ CubicSDR RTL-SDR Server Dump1090 FLDIGI Quick RTL_433 aldo xcwcp GPredict TWCLOCK CQRLOG klog Morse2Ascii PyQSO Welle.io Ham Clock CHIRP xastir qsstv flrig XyGrib FreeDV Qtel (EchoLink) XDX (DX-Cluster) WSJT-X The application of the Python programming language on the latest Raspberry Pi 5 platform precludes the use of the programs in the book from working on older versions of Raspberry Pi computers.
€ 32,95
Membres € 26,36
-
Raspberry Pi Foundation Raspberry Pi 5 M.2 HAT+
Le Raspberry Pi M.2 HAT+ vous permet de connecter des périphériques M.2 tels que des disques NVMe et des accélérateurs AI à l'interface PCIe 2.0 du Raspberry Pi 5, prenant en charge un transfert de données rapide (jusqu'à 500 Mo/s) vers et des disques NVMe et autres accessoires PCIe. Raspberry Pi M.2 HAT+ prend en charge les appareils dotés du connecteur M.2 M key edge, dans les formats 2230 et 2242. Il est capable de fournir jusqu'à 3 A aux appareils M.2 connectés. Caractéristiques Prend en charge l'interface PCIe 2.0 à voie unique (taux de transfert maximal de 500 Mo/s) Prend en charge les appareils qui utilisent le connecteur Key Edge M.2 M Prend en charge les appareils au format 2230 ou 2242 Capable de fournir jusqu'à 3 A aux appareils M.2 connectés Comprend des voyants d'alimentation et d'activité Inclus 1x Raspberry Pi 5 M.2 HAT+ 1x câble ruban 1x en-tête d'empilage GPIO 4x entretoises 8x vis Téléchargements Datasheet Schematics Assembly instructions
€ 13,95
Membres identique
-
Raspberry Pi Foundation Raspberry Pi 500 (FR)
Le Raspberry Pi 500 (basé sur le Raspberry Pi 5) est doté d'un processeur Arm 64 bits quadricœur, d'un contrôleur d'I/O RP1, de 8 Go de RAM, d'un réseau sans fil, d'une sortie double affichage, d'une lecture vidéo 4K et un connecteur GPIO à 40 broches. C'est un ordinateur tout-en-un puissant et compact intégré dans un clavier portable. Le dissipateur thermique en aluminium intégré offre des performances thermiques améliorées, permettant au Raspberry Pi 500 de fonctionner rapidement et en douceur, même sous une charge importante. Spécifications SoC Broadcom BCM2712 Processeur ARM Cortex-A76 (ARM v8) 64 bits Taux d'horloge 4x 2,4 GHz GPU VideoCore VII (800 MHz) RAM 8 Go LPDDR4X (4267 MHz) Wi-Fi IEEE 802.11b/g/n/ac (2,4 GHz/5 GHz) Bluetooth Bluetooth 5.0, BLE Ethernet Gigabit Ethernet (avec prise en charge PoE+) USB 2x USB-A 3.0 (5 GBit/s)1x USB-A 2.01x USB-C (pour l'alimentation) PCI Express 1x PCIe 2.0 GPIO Connecteur GPIO standard à 40 broches Vidéo 2x ports micro-HDMI (4K60) Multimédia H.265 (décodage 4K60)OpenGL ES 3.1, Vulkan 1.2 Carte SD microSD Alimentation 5 V CC (via USB-C) Disposition du clavier Français (AZERTY) Dimensions 286 x 122 x 23 mm Téléchargements Datasheet
€ 109,95€ 94,95
Membres identique
-
Raspberry Pi Foundation Raspberry Pi carte SD A2 préinstallée avec Raspberry Pi OS (32 Go)
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. Caractéristiques 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 Téléchargements Datasheets
€ 7,95
Membres identique
-
Raspberry Pi Foundation Raspberry Pi carte SD A2 préinstallée avec Raspberry Pi OS (64 Go)
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. Caractéristiques Capacity: 64 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 Téléchargements Datasheets
€ 9,95
Membres identique
-
Elektor Digital Raspberry Pi Advanced Programming (E-book)
This book is about advanced programming of the Raspberry Pi computer using the Python programming language. The book explains in simple terms and with examples: How to configure the Raspberry Pi computer; How to install and use the Linux operating system and the desktop; How to write advanced programs using the Python programming language; How to use graphics in our programs; How to develop hardware based projects using the Raspberry Pi. The book starts with an introduction to the Raspberry Pi computer and covers the topics of purchasing all the necessary accessories and installing and operating the Linux operating system in command mode. The network interface of the RPi is explained in simple steps, demonstrating how the computer can be accessed remotely from a desktop or a laptop computer. The remaining parts of the book cover the Python programming language in detail, including advanced topics such as operating system calls, multitasking, interprocess synchronization and interprocess communication techniques. The important topic of network programming using UDP and TCP protocols is described with working examples. The Tkinter graphical user interface module (GUI) is described in detail with example widgets and programs. The last part of the book includes hardware projects based on using the advanced programming topics such as multitasking and interprocess communication techniques. All the projects given in the book have been fully tested and are working. Complete program listings of all projects are provided with detailed explanations.
€ 34,95
Membres € 27,96
-
Raspberry Pi Foundation Raspberry Pi caméra AI
La caméra Raspberry Pi AI est un module de caméra compact basé sur le capteur de vision intelligent Sony IMX500. L'IMX500 combine un capteur d'image CMOS de 12 MP avec une accélération d'inférence intégrée pour divers modèles de réseaux neuronaux courants, ce qui permet aux utilisateurs de développer des applications d'IA sophistiquées basées sur la vision sans nécessiter d'accélérateur séparé. La caméra AI améliore les images fixes ou vidéo capturées avec des métadonnées tensorielles, tout en laissant le processeur du Raspberry Pi libre pour d'autres tâches. La prise en charge des métadonnées tensorielles dans les bibliothèques libcamera et Picamera2, ainsi que dans la suite d'applications rpicam-apps, garantit la facilité d'utilisation pour les débutants tout en offrant une puissance et une flexibilité inégalées pour les utilisateurs avancés. La caméra Raspberry Pi AI est compatible avec tous les modèles de Raspberry Pi. Caractéristiques Capteur de vision intelligent Sony IMX500 12 MP Modes du capteur : 4056 x 3040 (@ 10fps), 2028 x 1520 (@ 30fps) Taille des cellules de 1,55 x 1,55 µm Champ de vision de 78° avec mise au point réglable manuellement RP2040 intégré pour la gestion du réseau neuronal et du micrologiciel Spécifications Capteur Sony IMX500 Résolution 12,3 MP (4 056 x 3 040 pixels) Taille du capteur 7,857 mm (type 1/2,3) Taille des pixels 1,55 x 1,55 μm Filtre anti-IR Intégré Autofocus Mise au point réglable manuellement Plage de mise au point 20 cm – ∞ Longueur focale 4,74 mm Champ de vue horizontal 66 ±3° Champ de vue vertical 52,3 ±3° Rapport focal (F-stop) F1.79 Sortie Image (Bayer RAW10), sortie FAI (YUV/RGB), ROI, métadonnées Taille maximale du tenseur d'entrée 640 x 640 (H x V) Taux de rafraîchissement • 2 x 2 regroupés : 2028 x 1520 10 bits, 30 ips• Pleine résolution : 4056 x 3040, 10 bits, 10 ips Longueur du câble ruban 20 cm Connecteur de câble 15 x 1 mm FPC ou 22 x 0,5 mm FPC Dimensions 25 x 24 x 11,9 mm Téléchargements Datasheet Documentation
€ 79,95€ 69,95
Membres identique
-
Raspberry Pi Foundation Raspberry Pi AI HAT+ (13 TOPS)
Le Raspberry Pi AI HAT+ est une carte d'extension conçue pour le Raspberry Pi 5, dotée d'un accélérateur Hailo AI intégré. Ce module complémentaire offre une approche rentable, efficace et accessible pour intégrer des capacités d'IA hautes performances, avec des applications couvrant le contrôle des processus, la sécurité, la domotique et la robotique. Disponible dans des modèles offrant 13 ou 26 téra-opérations par seconde (TOPS), l'AI HAT+ est basé sur les accélérateurs de réseaux neuronaux Hailo-8L et Hailo-8. Ce modèle 13 TOPS prend en charge efficacement les réseaux de neurones pour des tâches telles que la détection d'objets, la segmentation sémantique et d'instance, l'estimation de pose, etc. La variante 26 TOPS s'adapte à des réseaux plus grands, permet un traitement plus rapide et est optimisée. pour exécuter plusieurs réseaux simultanément. L'AI HAT+ se connecte via l'interface PCIe Gen3 du Raspberry Pi 5. Lorsque le Raspberry Pi 5 exécute une version actuelle du système d'exploitation Raspberry Pi, il détecte automatiquement l'accélérateur Hailo intégré, rendant l'unité de traitement neuronal (NPU) disponible pour les tâches d'IA. De plus, les applications de caméra rpicam-apps incluses dans Raspberry Pi OS prennent en charge de manière transparente le module AI, en utilisant automatiquement le NPU pour les fonctions de post-traitement compatibles. Inclus Raspberry Pi AI HAT+ (13 TOPS) Kit de matériel de montage (entretoises, vis) Embase d'empilage GPIO 16 mm Téléchargements Datasheet
€ 84,95€ 74,95
Membres identique
-
Raspberry Pi Foundation Raspberry Pi AI HAT+ (26 TOPS)
Le Raspberry Pi AI HAT+ est une carte d'extension conçue pour le Raspberry Pi 5, dotée d'un accélérateur Hailo AI intégré. Ce module complémentaire offre une approche rentable, efficace et accessible pour intégrer des capacités d'IA hautes performances, avec des applications couvrant le contrôle des processus, la sécurité, la domotique et la robotique. Disponible dans des modèles offrant 13 ou 26 téra-opérations par seconde (TOPS), l'AI HAT+ est basé sur les accélérateurs de réseaux neuronaux Hailo-8L et Hailo-8. Le 13 modèle TOPS prend en charge efficacement les réseaux de neurones pour des tâches telles que la détection d'objets, l'analyse sémantique et la segmentation des instances, l'estimation de la pose, et bien plus encore. Cette variante 26 TOPS s'adapte à des réseaux plus grands, permet un traitement plus rapide et est optimisée pour exécuter plusieurs réseaux simultanément. L'AI HAT+ se connecte via l'interface PCIe Gen3 du Raspberry Pi 5. Lorsque le Raspberry Pi 5 exécute une version actuelle du système d'exploitation Raspberry Pi, il détecte automatiquement l'accélérateur Hailo intégré, rendant l'unité de traitement neuronal (NPU) disponible pour les tâches d'IA. De plus, les applications de caméra rpicam-apps incluses dans Raspberry Pi OS prennent en charge de manière transparente le module AI, en utilisant automatiquement le NPU pour les fonctions de post-traitement compatibles. Inclus Raspberry Pi AI HAT+ (26 TOPS) Kit de matériel de montage (entretoises, vis) Embase d'empilage GPIO 16 mm Télechargements Datasheet
€ 129,95€ 109,95
Membres identique