Produits

1336 produits

  • MonkMakes ServoClip - Elektor

    MonkMakes ServoClip MonkMakes

    Un adaptateur pour connecter un servo-mètre avec des pinces crocodiles. Il s'agit d'une petite pince pratique pour connecter un servomoteur avec une douille de 5,4 mm à l'aide de pinces crocodiles. Elle est idéale pour une utilisation avec des cartes comme le BBC micro:bit et le Circuit Playground Express ou Gemma d'Adafruit. Largeur : 27 mm Hauteur : 35 mm Téléchargements Fiche de données

    € 3,95

    Membres € 3,56

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

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

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

    € 29,95

    Membres € 23,96

  •  -40% Mr. Pulsar Violent Turbo Fan X3 Pro - Elektor

    Generic Mr. Pulsar Violent Turbo Fan X3 Pro

    Le Mr. Pulsar Violent Turbo Fan X3 Pro offre un flux d'air puissant grâce à son impressionnant moteur de 140000 tr/min, offrant des performances exceptionnelles dans un design compact et portable. Doté d'une batterie de 8000 mAh pour un fonctionnement sans fil prolongé, de vitesses de flux d'air réglables et d'un poids de seulement 277 grammes, il est idéal pour les tâches rapides comme le nettoyage d'un ordinateur, le séchage d'animaux, le gonflage de matelas pneumatiques, le dépoussiérage ou même le déneigement de votre voiture. Spécifications Vitesse du moteur 140000 tr/min Batterie Batterie lithium 8000 mAh Dimensions 160 x 60 x 90 mm Poids 277 g Inclus 1x M. Pulsar Violent Turbo Fan X3 Pro 1x Buse courte 1x Sac de rangement 1x Câble USB-C

    € 49,95€ 29,95

    Membres identique

  • MSP430 Microcontroller Essentials - Elektor

    Elektor Publishing MSP430 Microcontroller Essentials

    Architecture, Programming and Applications The MSP430 is a popular family of microcontrollers from Texas Instruments. In this book we will work with the smallest type, which is the powerful MSP430G2553. We will look at the capabilities of this microcontroller in detail, as it is well-suited for self-made projects because it is available in a P-DIP20 package. We will take a closer look at the microcontroller and then build, step by step, some interesting applications, including a 'Hello World' blinking LED and a nice clock application, which can calculate the day of the week based on the date. You also will learn how to create code for the MSP microcontroller in assembler. In addition to that, we will work with the MSP-Arduino IDE, which makes it quite easy to create fast applications without special in-depth knowledge of the microcontrollers. All the code used in the book is available for download from the Elektor website.

    € 39,95

    Membres € 35,96

  • MSP430 Microcontroller Essentials (E - book) - Elektor

    Elektor Digital MSP430 Microcontroller Essentials (E-book)

    Architecture, Programming and Applications The MSP430 is a popular family of microcontrollers from Texas Instruments. In this book we will work with the smallest type, which is the powerful MSP430G2553. We will look at the capabilities of this microcontroller in detail, as it is well-suited for self-made projects because it is available in a P-DIP20 package. We will take a closer look at the microcontroller and then build, step by step, some interesting applications, including a 'Hello World' blinking LED and a nice clock application, which can calculate the day of the week based on the date. You also will learn how to create code for the MSP microcontroller in assembler. In addition to that, we will work with the MSP-Arduino IDE, which makes it quite easy to create fast applications without special in-depth knowledge of the microcontrollers. All the code used in the book is available for download from the Elektor website.

    € 32,95

    Membres € 26,36

  • Multitasking with Raspberry Pi - Elektor

    Elektor Publishing Multitasking with Raspberry Pi

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

    € 39,95

    Membres € 35,96

  • Multitasking with Raspberry Pi (E - book) - Elektor

    Elektor Digital Multitasking with Raspberry Pi (E-book)

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

    € 32,95

    Membres € 26,36

  • Nema - 17 Stepper Motor - Elektor

    Evil Mad Science Moteur pas à pas Nema-17

    Rupture de stock

    Moteur pas à pas bipolaire « NEMA 17 » d'excellente qualité et à couple élevé pour tous vos besoins de contrôle de mouvement. Dispose d'un arbre rectifié avec précision de 5 mm avec un plat usiné. Faisceau de câblage inclus, différentes longueurs de fil disponibles. Utile pour toutes sortes de projets robotiques ! Par exemple, il s'agit du même moteur pas à pas utilisé dans le kit EggBot et AxiDraw. Caractéristiques Type de moteur : Moteur pas à pas bipolaire (4 fils) Angle de pas de 1,8 degrés (200 pas par tour) Arbre de sortie de 5 mm, avec plat usiné Longueur de tige de 24 mm (0,95 pouces) à partir de la plaque frontale de la vis Facteur de forme NEMA 17 Distance du trou de montage de 31 mm (1,22 pouces) Type de vis de montage : M3 avec profondeur de filetage minimale de 3,5 mm Taille du corps carré de 42 mm (1,65 pouce) Tension de bobine 3,1 V Courant 1 A par phase Résistance d'enroulement 3,1 ohms par phase Couple de maintien 1440 g*cm Les fils sont étamés, enveloppés dans une gaine thermorétractable (noire ou grise) Couleurs des fils : Rouge et Jaune pour la première bobine, vert et gris pour la deuxième bobine. Téléchargements Fiche de données

    Rupture de stock

    € 22,95

    Membres € 20,66

  •  -28% NetPi - Ethernet HAT for Raspberry Pi Pico - Elektor

    SB Components NetPi – Ethernet HAT for Raspberry Pi Pico

    NetPi est la solution parfaite pour les besoins de connectivité de votre Raspberry Pi Pico. Il s'agit d'un HAT Ethernet qui permet à votre Pico de se connecter facilement à Internet. Avec la prise en charge de divers protocoles Internet tels que TCP, UDP, WOL sur UDP, ICMP, IPv4, etc., NetPi peut créer des appareils IoT, des robots, des systèmes domotiques et des systèmes de contrôle industriel. Il dispose de quatre SOCKET indépendants qui peuvent être utilisés simultanément et prend également en charge les commandes sans SOCKET telles que ARP-Request et PING-Request. L'Ethernet HAT est équipé d'un PHY Ethernet 10Base-T/100Base-TX et d'une négociation automatique pour un duplex intégral et semi-duplex avec des connexions basées sur 10 et 100. NetPi est idéal pour diverses applications. Avec NetPi, vous pouvez désormais prendre en charge les protocoles Internet câblés tels que TCP, UDP, ICMP, etc. Profitez de quatre sockets indépendants pour des connexions simultanées et exécutez des commandes sans socket comme ARP-Request et PING-Request. NetPi prend également en charge le mode de mise hors tension Ethernet et le réveil sur LAN via UDP pour économiser de l'énergie. NetPi est équipé d'un PHY Ethernet 10Base-T/100Base-TX et prend en charge la négociation automatique pour un duplex intégral et semi-duplex avec des connexions basées sur 10 et 100. L'appareil dispose de LED d'indicateur de réseau pour le full/half duplex, la liaison, la vitesse 10/100 et l'état actif. Caractéristiques Compatible avec Raspberry Pi Pico (W) RJ45 intégré avec transformateur : port Ethernet Prend en charge 4 SOCKETS indépendants simultanément Prise en charge des protocoles TCP/IP câblés : TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE Mode de mise hors tension Ethernet et Wake on LAN sur UDP pour économiser l'énergie Ethernet PHY 10Base-T/100Base-TX avec négociation automatique pour full et half duplex avec connexions 10 et 100 LED d'indicateur de réseau pour full/half duplex, liaison, vitesse 10/100 et état actif Breakout à broches RP2040 avec embase à broches femelle pour d'autres blindages et interfaces périphériques Écran LCD TFT 1,3' (240 x 240) et joystick à 5 directions pour une expérience utilisateur Interface SPI, I²C, UART Dimensions : 74,54 x 21,00 mm Applications Appareils Internet des objets (IoT) Systèmes d'automatisation et de contrôle industriels Domotique et systèmes de maison intelligente Systèmes de surveillance à distance et d'enregistrement de données Robotique et systèmes autonomes Systèmes de capteurs en réseau Systèmes d'automatisation des bâtiments et de gestion de l'énergie Systèmes de sécurité et de contrôle d'accès Téléchargements GitHub

    € 24,95€ 17,95

    Membres identique

  •  -33% Niimbot D110_M Smart Label Printer - Elektor

    Niimbot Niimbot D110 Imprimante d'étiquettes

    Basée sur la technologie thermique directe, l'imprimante d'étiquettes Niimbot D110 offre une expérience d'impression sans encre, toner ou ruban, ce qui en fait une solution économique par rapport aux imprimantes traditionnelles. Sa taille compacte et son poids léger la rendent facile à transporter et lui permettent de se glisser dans n'importe quelle poche. Grâce à la connectivité Bluetooth et à une batterie intégrée de 1500 mAh, cette mini-imprimante sans fil vous permet d'imprimer jusqu'à 10 mètres de distance, ce qui vous offre une grande flexibilité en déplacement, que vous imprimiez à partir de votre smartphone ou de votre tablette. L'application « Niimbot » (disponible pour iOS et Android) offre une variété de modèles gratuits pour personnaliser les étiquettes. Spécifications Modèle D110_M (version améliorée 2024) Matériel ABS Résolution 203 DPI Vitesse d'impression 30-60 mm/s Largeur d'impression 12-15 mm Technologie d'impression Thermique Température de fonctionnement 5°C ~ 45°C Capacité de la batterie 1500 mAh Interface de chargement USB-C Temps de charge 2 heures Connexion Bluetooth 4.0 Distance sans fil 10 m Dimensions 98 x 76 x 30 mm Poids 149 g Inclus 1x Niimbot D110 imprimante d'étiquettes 1x Ruban d'étiquettes (12 x 40 mm) 1x Câble USB 1x Manuel Téléchargements iOS App Android App

    € 29,95€ 19,95

    Membres identique

  • Node - RED and Raspberry Pi Pico W - Elektor

    Elektor Publishing Node-RED and Raspberry Pi Pico W

    From basics to flows for sensors, automation, motors, MQTT, and cloud services This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W. This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started. Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED. Quick book facts Project-based learning approach. Assumes no prior knowledge of flow-based programming tools. Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap. Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository. Step-by-step instructions on everything. All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects. Hardware (including the Raspberry Pi Pico W) is available as a kit. Downloads GitHub

    € 49,95

    Membres € 44,96

  • Node - RED and Raspberry Pi Pico W (E - book) - Elektor

    Elektor Digital Node-RED and Raspberry Pi Pico W (E-book)

    From basics to flows for sensors, automation, motors, MQTT, and cloud services This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W. This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started. Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED. Quick book facts Project-based learning approach. Assumes no prior knowledge of flow-based programming tools. Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap. Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository. Step-by-step instructions on everything. All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects. Hardware (including the Raspberry Pi Pico W) is available as a kit. Downloads GitHub

    € 39,95

    Membres € 31,96

  •  -29%Dernier stock ! Node - Red Development Bundle - Elektor

    Elektor Bundles Kit de développement Node-Red

    2 en stock

    Le livre (en anglais ) "Node-RED and Raspberry Pi Pico W", de 527 pages, décrit en détail l'environnement de programmation Node-RED et propose des applications intéressantes. Uniquement chez Elektor, le livre bénéficie d'un support matériel solide sous la forme du populaire kit SunFounder Kepler comprenant plus de 450 composants, dont une carte Raspberry Pico W. Ce kit vous permet de réaliser avec succès la plupart des projets et exercices de programmation décrits dans le livre. Cette offre groupée contient : Livre : Node-Red and le Raspberry Pi Pico W (prix normal : 50 €) Kit SunFounder Kepler pour Raspberry Pi Pico W (prix normal : 70 €) Livre : Node-RED and Raspberry Pi Pico W Des bases aux flux pour les capteurs, l'automatisation, les moteurs, MQTT et les services cloud Ce livre est un guide d'apprentissage et une référence. Utilisez-le pour apprendre Node-RED, Raspberry Pi Pico W et MicroPython, et ajoutez ces outils de pointe à votre boîte à outils technologique. Il vous présentera les machines virtuelles, Docker et MySQL pour prendre en charge les projets IoT basés sur Node-RED et le Raspberry Pi Pico W. Ce livre combine plusieurs éléments dans une plate-forme qui alimente le développement d'applications modernes de l'Internet des objets. Ces éléments sont un serveur basé sur les flux, un microcontrôleur compatible WiFi, un langage de programmation de haut niveau et une technologie de déploiement. La combinaison de ces éléments vous donne les outils dont vous avez besoin pour créer des systèmes d'automatisation à n'importe quelle échelle. De la domotique à l'automatisation industrielle, ce livre vous aidera à démarrer. Node-RED est un outil de développement open source basé sur des flux qui facilite la connexion d'appareils, d'API et de services en ligne. Faites glisser et déposez des nœuds pour créer un organigramme qui allume vos lumières au coucher du soleil ou vous envoie un e-mail lorsqu'un capteur détecte un mouvement. Raspberry Pi Pico W est une version du Raspberry Pi Pico avec une capacité Wi-Fi 802.11n supplémentaire. C'est un appareil idéal pour les tâches informatiques physiques et une excellente adéquation avec le Node-RED. Faits rapides sur le livre Approche d'apprentissage par projet. Ne suppose aucune connaissance préalable des outils de programmation basés sur les flux. Apprenez à utiliser les outils d'infrastructure essentiels dans vos projets, tels que les machines virtuelles, Docker, MySQL et des API Web utiles telles que Google Sheets et OpenWeatherMap. Des dizaines de mini-projets soutenus par des photographies, des schémas de câblage et du code source. Obtenez-les à partir du référentiel GitHub du livre. Des instructions étape par étape sur tout. Toutes les expériences sont basées sur le Raspberry Pi Pico W. Un réseau Wi-Fi est requis pour tous les projets. Téléchargements GitHub Kit Kepler SunFounder pour Raspberry Pi Pico W Votre passerelle vers la programmation IoT et microcontrôleurs Avec plus de 450 composants et 117 projets en ligne, ce kit complet enflamme votre créativité. Les tutoriels de Paul McWhorter rendent l'apprentissage agréable pour les débutants et les utilisateurs avancés. Ce kit prend en charge MicroPython, C/C++ et Piper Make, offrant diverses options de programmation. Explorez les capteurs, les actionneurs, les LED et les écrans LCD pour des possibilités de projets infinies. De la domotique à la robotique, ce kit facilite votre parcours technologique. Caractéristiques Kit de démarrage IoT pour débutants : ce kit offre une riche expérience d'apprentissage IoT pour les débutants. Avec plus de 450 composants, 117 projets et des leçons vidéo dirigées par des experts, ce kit rend l'apprentissage de la programmation des microcontrôleurs et de l'IoT engageant et accessible. Leçons vidéo guidées par des experts : Le kit comprend 27 didacticiels vidéo du célèbre éducateur Paul McWhorter. Son style engageant simplifie des concepts complexes, garantissant une expérience d'apprentissage efficace en programmation de microcontrôleurs. Large gamme de matériel : le kit comprend une gamme diversifiée de composants tels que des capteurs, des actionneurs, des LED, des écrans LCD et bien plus encore, vous permettant d'expérimenter et de créer une variété de projets avec le Raspberry Pi Pico W. Prend en charge plusieurs langages : le kit offre une polyvalence avec la prise en charge de trois langages de programmation : MicroPython, C/C++ et Piper Make, offrant une expérience d'apprentissage de programmation diversifiée. Assistance dédiée : bénéficiez de notre assistance continue, notamment d'un forum communautaire et d'une aide technique rapide pour une expérience d'apprentissage fluide. Inclus Raspberry Pi Pico W Planche à pain Fils de liaison Résistance Transistor Condensateur Diode Module chargeur Li-Po 74HC595 TA6586 – Puce de pilote de moteur DIRIGÉ LED RVB Graphique à barres LED Affichage à 7 segments Affichage à 4 chiffres et 7 segments Matrice de points LED I²C LCD1602 Bande WS2812 RVB 8 LED Avertisseur sonore Docteur moteur Servomoteur Pompe à eau CC Relais Bouton Micro-interrupteur Interrupteur à glissière Potentiomètre Récepteur infrarouge Module de manette Clavier 4x4 Module MPR121 Module CRFM522 Photorésistance Thermistance Commutateur d'inclinaison Commutateur à lames Module de capteur de mouvement PIR Module de capteur de niveau d'eau Module à ultrasons Capteur d'humidité DHT11 Module MPU6050 Documentation Tutoriel en ligne

    2 en stock

    € 119,95€ 84,95

    Membres identique

  • NodeMCU Microcontroller Board with ESP8266 and Lua - Elektor

    Espressif Carte microcontrôleur NodeMCU avec ESP8266 et Lua

    Remarque : NodeMCU est le nom d'un micrologiciel et d'une carte. NodeMCU est une plateforme IoT open source, dont le firmware fonctionne sur le SoC Wi-Fi ESP8266 d'Espressif, basé sur le SDK ESP8266 nonOS . Son matériel est basé sur le module ESP-12. Le langage de script est Lua qui permet d'utiliser de nombreux projets open source comme lua-cjson et spiffs. Caractéristiques Module Wi-Fi – Module ESP-12E similaire au module ESP-12 mais avec 6 GPIO supplémentaires. USB – port micro USB pour l’alimentation, la programmation et le débogage En-têtes – 2 connecteurs 2,54 mm à 15 broches avec accès aux GPIO, SPI, UART, ADC et broches d'alimentation Boutons de réinitialisation et de flash Alimentation : 5 V via port micro USB Dimensions : 49 x 24,5 x 13 mm

    € 9,95

    Membres € 8,96

  • Nordic Semiconductor nRF52840 USB Dongle - Elektor

    Nordic Semiconductor Clé USB Nordic Semiconductor nRF52840

    Le dongle nRF52840 est un petit dongle USB à faible coût qui prend en charge les protocoles propriétaires Bluetooth 5.3, Bluetooth mesh, Thread, ZigBee, 802.15.4, ANT et 2,4 GHz. Le dongle est le matériel cible idéal à utiliser avec nRF Connect for Desktop car il est peu coûteux mais prend toujours en charge toutes les normes sans fil à courte portée utilisées avec les appareils nordiques. Le dongle a été conçu pour être utilisé comme périphérique matériel sans fil avec nRF Connect for Desktop. Pour d'autres cas d'utilisation, veuillez noter qu'il n'y a pas de support de débogage sur le dongle, seulement un support pour la programmation de l'appareil et la communication via USB. Il est pris en charge par la plupart des applications nRF Connect for Desktop et sera automatiquement programmé si nécessaire. De plus, des applications personnalisées peuvent être compilées et téléchargées sur le dongle. Il dispose d'une LED RVB programmable par l'utilisateur, d'une LED verte, d'un bouton programmable par l'utilisateur ainsi que de 15 GPIO accessibles à partir de points de soudure crénelés le long du bord. Des exemples d'applications sont disponibles dans le SDK nRF5 sous le nom de carte PCA10059. Le dongle nRF52840 est pris en charge par nRF Connect for Desktop ainsi que par la programmation via nRFUtil. Caractéristiques Radio multiprotocole compatible Bluetooth 5.2 2Mbps Longue portée Extensions de publicité Algorithme de sélection de canal n°2 (CSA n°2) Prise en charge radio IEEE 802.15.4 Fil ZigBee Arm Cortex-M4 avec prise en charge de la virgule flottante Jeu d'instructions DSP Accélérateur cryptographique ARM CryptoCell CC310 15 GPIO disponibles via créneaux de bord Interface USB directement vers le SoC nRF52840 Antenne PCB 2,4 GHz intégrée 1 bouton programmable par l'utilisateur 1 LED RVB programmable par l'utilisateur 1 LED programmable par l'utilisateur Fonctionnement 1,7-5,5 V depuis USB ou externe Téléchargements Fiche de données Fichiers matériels

    € 19,95

    Membres € 17,96

  • Soldering Tip Set for Hot Air Soldering Station ZD - 8922 - Elektor

    Zhongdi Jeu de buses pour stations de reprise à air chaud (modèles ZD)

    Cet ensemble contient 3 buses pour les stations de reprise à air chaud telles que ZD-8922 ou ZD-8968. Inclus 1x Buse à air chaud 79-3911 1x Buse à air chaud 79-3912 1x Buse à air chaud 79-3913

    € 12,95

    Membres € 11,66

  • nRF24L01+ Wireless Transceiver Module (2.4 GHz) - Elektor

    Kuongshun Module émetteur-récepteur sans fil nRF24L01+ (2,4 GHz)

    NRF24L01 est une puce émetteur-récepteur monolithique universelle en bande ISM fonctionnant dans la bande 2,4-2,5 GHz. Caractéristiques Émetteur-récepteur sans fil comprenant : Générateur de fréquence, type amélioré, SchockBurstTM, contrôleur de mode, amplificateur de puissance, amplificateur à cristal, modulateur, démodulateur La sélection du canal de puissance de sortie et les paramètres du protocole peuvent être définis avec une consommation de courant extrêmement faible, via l'interface SPI. En mode de transmission, la puissance de transmission est de 6 dBm, le courant est de 9,0 mA, le courant du mode accepté est de 12,3 mA, la consommation de courant du mode mise hors tension et du mode veille est inférieure Antenne 2,4 GHz intégrée, prend en charge jusqu'à six canaux de réception de données Taille : 15 x 29 mm (antenne comprise)

    € 7,95

    Membres € 7,16

  • Nucleo Boards Programming with the STM32CubeIDE - Elektor

    Elektor Publishing Nucleo Boards Programming with the STM32CubeIDE

    Hands-on in more than 50 projects 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 STM32CubeIDE software with the Nucleo-L476RG development board. In the early Chapters of the book the architecture of the Nucleo family is briefly described. The book covers many projects using most features of the Nucleo-L476RG development board where the full software listings for the STM32CubeIDE are given for each project together with extensive descriptions. The projects range from simple flashing LEDs to more complex projects using modules, devices, and libraries such as GPIO, ADC, DAC, I²C, SPI, LCD, DMA, analogue inputs, power management, X-CUBE-MEMS1 library, DEBUGGING, and others. In addition, several projects are given using the popular Nucleo Expansion Boards. These Expansion Boards plug on top of the Nucleo development boards and provide sensors, relays, accelerometers, gyroscopes, Wi-Fi, and many others. Using an expansion board together with the X-CUBE-MEMS1 library simplifies the task of project development considerably. All the projects in the book have been tested and are working. The following sub-headings are given for each project: Project Title, Description, Aim, Block Diagram, Circuit Diagram, and Program Listing for the STM32CubeIDE. In this book you will learn about STM32 microcontroller architecture; the Nucleo-L476RG development board in projects using the STM32CubeIDE integrated software development tool; external and internal interrupts and DMA; DEBUG, a program developed using the STM32CubeIDE; the MCU in Sleep, Stop, and in Standby modes; Nucleo Expansion Boards with the Nucleo development boards. What you need a PC with Internet connection and a USB port; STM32CubeIDE software (available at STMicroelectronics website free of charge) the project source files, available from the book’s webpage hosted by Elektor; Nucleo-L476RG development board; simple electronic devices such as LEDs, temperature sensor, I²C and SPI chips, and a few more; Nucleo Expansion Boards (optional).

    € 49,95

    Membres € 44,96

  • Nucleo Boards Programming with the STM32CubeIDE (E - book) - Elektor

    Elektor Digital Nucleo Boards Programming with the STM32CubeIDE (E-book)

    Hands-on in more than 50 projects 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 STM32CubeIDE software with the Nucleo-L476RG development board. In the early Chapters of the book the architecture of the Nucleo family is briefly described. The book covers many projects using most features of the Nucleo-L476RG development board where the full software listings for the STM32CubeIDE are given for each project together with extensive descriptions. The projects range from simple flashing LEDs to more complex projects using modules, devices, and libraries such as GPIO, ADC, DAC, I²C, SPI, LCD, DMA, analogue inputs, power management, X-CUBE-MEMS1 library, DEBUGGING, and others. In addition, several projects are given using the popular Nucleo Expansion Boards. These Expansion Boards plug on top of the Nucleo development boards and provide sensors, relays, accelerometers, gyroscopes, Wi-Fi, and many others. Using an expansion board together with the X-CUBE-MEMS1 library simplifies the task of project development considerably. All the projects in the book have been tested and are working. The following sub-headings are given for each project: Project Title, Description, Aim, Block Diagram, Circuit Diagram, and Program Listing for the STM32CubeIDE. In this book you will learn about STM32 microcontroller architecture; the Nucleo-L476RG development board in projects using the STM32CubeIDE integrated software development tool; external and internal interrupts and DMA; DEBUG, a program developed using the STM32CubeIDE; the MCU in Sleep, Stop, and in Standby modes; Nucleo Expansion Boards with the Nucleo development boards. What you need a PC with Internet connection and a USB port; STM32CubeIDE software (available at STMicroelectronics website free of charge) the project source files, available from the book’s webpage hosted by Elektor; Nucleo-L476RG development board; simple electronic devices such as LEDs, temperature sensor, I²C and SPI chips, and a few more; Nucleo Expansion Boards (optional).

    € 39,95

    Membres € 31,96

  • NVIDIA Jetson Nano Developer Kit (B01) - Elektor

    Nvidia NVIDIA Jetson Nano Developer Kit (B01)

    Rupture de stock

    Prêt à commencer à développer des applications d’intelligence artificielle (IA) ? Le kit de développement NVIDIA Jetson Nano rend la puissance de l'IA moderne accessible aux créateurs, aux développeurs et aux étudiants. Quand vous pensez à NVIDIA, vous pensez probablement aux cartes graphiques et aux GPU, et à juste titre. Les antécédents de Nvidia garantissent que le Jetson Nano dispose de suffisamment de puissance pour exécuter même les tâches les plus exigeantes. Le kit de développement NVIDIA Jetson Nano est compatible avec le SDK JetPack de Nvidia et permet la classification d'images et la détection d'objets parmi de nombreuses applications. Applications Le kit de développement NVIDIA Jetson Nano peut exécuter plusieurs réseaux neuronaux en parallèle pour des applications telles que : Classement des images Segmentation Détection d'objet Traitement de la parole Spécifications GPU 128 cœurs Maxwell CPU ARM A57 quadricœur à 1,43 GHz Mémoire 4 Go LPDDR4 64 bits 25,6 Go/s Stockage microSD (non inclus) Encodage vidéo 4K @ 30 | 4x1080p à 30 | 9x720p à 30 (H.264/H.265) Décodage vidéo 4K à 60 | 2x4K à 30 | 8x1080p à 30 | 18x 720p à 30 (H.264/H.265) Caméra 1 x voies MIPI CSI-2 DPHY Connectivité Gigabit Ethernet, clé M.2 E Afficher HDMI 2.0 et eDP 1.4 USB 4x USB 3.0, USB 2.0 Micro-B Interfaces GPIO, I²C, I²S, SPI, UART Dimensions 100x80x29mm Inclus Module NVIDIA Jetson Nano et carte support Petite carte papier avec des informations de démarrage rapide et d'assistance Support à papier plié Téléchargements SDK JetPack Documentation Tutoriels Cours en ligne Wiki

    Rupture de stock

    € 229,00

    Membres € 206,10

  • NXP FRDM - MCXN947 Development Board - Elektor

    NXP Semiconductors Carte de développement NXP FRDM-MCXN947

    The FRDM-MCXN947 is a compact and versatile development board designed for rapid prototyping with MCX N94 and N54 microcontrollers. It features industry-standard headers for easy access to the MCU's I/Os, integrated open-standard serial interfaces, external flash memory, and an onboard MCU-Link debugger. Spécifications Microcontroller MCX-N947 Dual Arm Cortex-M33 cores @ 150 MHz each with optimized performance efficiency, up to 2 MB dual-bank flash with optional full ECC RAM, External flash Accelerators: Neural Processing Unit, PowerQuad, Smart DMA, etc. Memory Expansion *DNP Micro SD card socket Connectivity Ethernet Phy and connector HS USB-C connectors SPI/I²C/UART connector (PMOD/mikroBUS, DNP) WiFi connector (PMOD/mikroBUS, DNP) CAN-FD transceiver Debug On-board MCU-Link debugger with CMSIS-DAP JTAG/SWD connector Sensor P3T1755 I³C/I²C Temp Sensor, Touch Pad Expansion Options Arduino Header (with FRDM expansion rows) FRDM Header FlexIO/LCD Header SmartDMA/Camera Header Pmod *DNP mikroBUS User Interface RGB user LED, plus Reset, ISP, Wakeup buttons Inclus 1x FRDM-MCXN947 Development Board 1x USB-C Cable 1x Quick Start Guide Téléchargements Datasheet Block diagram

    € 29,95

    Membres € 26,96

  •  -14% Object-Oriented PLC Programming in CODESYS

    Elektor Publishing Object-Oriented PLC Programming in CODESYS

    Modular and Scalable Control Systems Using Structured Text This book offers a structured and practical approach to modern PLC development using object-oriented principles. It is a guide for engineers, programmers, and students seeking to harness the power of object-oriented programming (OOP) in the context of industrial automation with PLCs. The content focuses on the CODESYS development environment and Structured Text (ST), both of which support modern programming techniques while maintaining compatibility with real-time automation requirements. Through step-by-step demos and instructional examples, it demonstrates how modular, reusable code can enhance development efficiency, simplify ongoing maintenance, and enable scalable and flexible control system architectures. Key topics include: Structured Text fundamentals: conditions, loops, arrays, and functions Object-oriented concepts: classes, methods, and inheritance Advanced techniques: polymorphism, interfaces, and access control Modular design with reusable components and structured program flow Implementation of finite state machines and scalable application design Built around instructional demos and clear explanations, this book helps readers develop maintainable and modern control software in the CODESYS environment using proven programming techniques.

    € 34,95€ 29,95

    Membres identique

  • Object-Oriented PLC Programming in CODESYS (E-book)

    Elektor Digital Object-Oriented PLC Programming in CODESYS (E-book)

    Modular and Scalable Control Systems Using Structured Text This book offers a structured and practical approach to modern PLC development using object-oriented principles. It is a guide for engineers, programmers, and students seeking to harness the power of object-oriented programming (OOP) in the context of industrial automation with PLCs. The content focuses on the CODESYS development environment and Structured Text (ST), both of which support modern programming techniques while maintaining compatibility with real-time automation requirements. Through step-by-step demos and instructional examples, it demonstrates how modular, reusable code can enhance development efficiency, simplify ongoing maintenance, and enable scalable and flexible control system architectures. Key topics include: Structured Text fundamentals: conditions, loops, arrays, and functions Object-oriented concepts: classes, methods, and inheritance Advanced techniques: polymorphism, interfaces, and access control Modular design with reusable components and structured program flow Implementation of finite state machines and scalable application design Built around instructional demos and clear explanations, this book helps readers develop maintainable and modern control software in the CODESYS environment using proven programming techniques.

    € 29,95

    Membres € 23,96

  • Official 27 W Power Supply for Raspberry Pi 5 (EU, black) - Elektor

    Raspberry Pi Foundation Alimentation officielle 27 W pour Raspberry Pi 5 (UE, noir)

    L'alimentation USB-C Raspberry Pi 27 W PD est conçue spécifiquement pour alimenter le Raspberry Pi 5. Elle est également capable de délivrer 5 V/3 A, 9 V/3 A, 12 V/2,25 A, 15 V/1,8 A. .aux produits compatibles PD, ce qui en fait une alimentation efficace et rentable pour de nombreuses applications générales, telles que le chargement de smartphones et de tablettes. Caractéristiques Saisir 100-240 VCA Sortir 5 A à 5,1 V, 3 A à 9 V, 2,25 A à 12 V, 1,8 A à 15 V Connecteur USB-C Longueur 1,2 m Couleur Noir Région UE

    € 13,95

    Membres identique

Connexion

Mot de passe oublié ?

Vous n'avez pas encore de compte ?
Créer un compte