Bestsellers

251 producten


  • PID-based Practical Digital Control with Raspberry Pi and Arduino Uno

    PID-based Practical Digital Control with Raspberry Pi and Arduino Uno

    The Arduino Uno is an open-source microcontroller development system encompassing hardware, an Integrated Development Environment (IDE), and a vast number of libraries. It is supported by an enormous community of programmers, electronic engineers, enthusiasts, and academics. The libraries in particular really smooth Arduino programming and reduce programming time. What’s more, the libraries greatly facilitate testing your programs since most come fully tested and working. The Raspberry Pi 4 can be used in many applications such as audio and video media devices. It also works in industrial controllers, robotics, games, and in many domestic and commercial applications. The Raspberry Pi 4 also offers Wi-Fi and Bluetooth capability which makes it great for remote and Internet-based control and monitoring applications. This book is about using both the Raspberry Pi 4 and the Arduino Uno in PID-based automatic control applications. The book starts with basic theory of the control systems and feedback control. Working and tested projects are given for controlling real-life systems using PID controllers. The open-loop step time response, tuning the PID parameters, and the closed-loop time response of the developed systems are discussed together with the block diagrams, circuit diagrams, PID controller algorithms, and the full program listings for both the Raspberry Pi and the Arduino Uno. The projects given in the book aim to teach the theory and applications of PID controllers and can be modified easily as desired for other applications. The projects given for the Raspberry Pi 4 should work with all other models of Raspberry Pi family. The book covers the following topics: Open-loop and closed-loop control systems Analog and digital sensors Transfer functions and continuous-time systems First-order and second-order system time responses Discrete-time digital systems Continuous-time PID controllers Discrete-time PID controllers ON-OFF temperature control with Raspberry Pi and Arduino Uno PID-based temperature control with Raspberry Pi and Arduino Uno PID-based DC motor control with Raspberry Pi and Arduino Uno PID-based water level control with Raspberry Pi and Arduino Uno PID-based LED-LDR brightness control with Raspberry Pi and Arduino Uno

    € 34,95

    Leden € 31,46

  • Raspberry Pi Pico Essentials

    Raspberry Pi Pico Essentials

    1 review

    De Raspberry Pi Pico is een krachtige microcontrollermodule die speciaal ontworpen is voor fysiek computergebruik. Microcontrollers verschillen van single-board computers, zoals de Raspberry Pi 4, doordat ze geen besturingssysteem hebben. De Raspberry Pi Pico kan geprogrammeerd worden om een enkele taak zeer efficiënt uit te voeren binnen real-time regel- en besturingstoepassingen die snelheid vereisen. De 'Pico', zoals we hem noemen, is gebaseerd op de snelle, efficiënte en goedkope dual-core ARM Cortex-M0+ RP2040 microcontroller chip die tot 133 MHz werkt en beschikt over 264 KB SRAM, en 2 MB Flash geheugen. Behalve het grote geheugen heeft de Pico nog meer aantrekkelijke eigenschappen, waaronder een groot aantal GPIO pinnen, en populaire interface modules zoals ADC, SPI, I²C, UART, en PWM. Als klap op de vuurpijl biedt de chip snelle en nauwkeurige timing modules, een hardware debug interface, en een interne temperatuursensor.De Raspberry Pi Pico is gemakkelijk te programmeren met populaire talen op hoog niveau, zoals MicroPython en of C/C++. Dit boek is een inleiding tot het gebruik van de Raspberry Pi Pico microcontroller in combinatie met de programmeertaal MicroPython. De Thonny ontwikkelomgeving (IDE) wordt in alle beschreven projecten gebruikt. Er staan meer dan 50 werkende en geteste projecten in het boek, die de volgende onderwerpen behandelen: MicroPython installeren op Raspberry Pi Pico met behulp van een Raspberry Pi of een PC Timer interrupts en externe interrupts Analoog/Digitaal Converter (ADC) projecten Gebruik van de interne temperatuursensor en externe temperatuursensor chips Datalogging projecten PWM, UART, I²C, en SPI projecten Wi-Fi en apps gebruiken om met smartphones te communiceren Bluetooth en apps gebruiken om met smartphones te communiceren Digitaal/Analoog Converter (DAC) projecten Alle projecten die in het boek vermeld worden zijn volledig getest en werken. Alleen basis ervaring met programmeren en elektronica is nodig om de projecten te volgen. Voor alle beschreven projecten worden korte beschrijvingen, blokschema's, gedetailleerde schakelschema's, en volledige MicroPython programma-overzichten gegeven. Lezers kunnen de programma-overzichten vinden op de Elektor webpagina die ter ondersteuning van het boek werd gemaakt.

    € 34,95

    Leden € 31,46

  • Nordic Semiconductor nRF52840 USB Dongle

    Nordic Semiconductor nRF52840 USB Dongle

    The nRF52840 Dongle is a small, low-cost USB dongle that supports Bluetooth 5.3, Bluetooth mesh, Thread, ZigBee, 802.15.4, ANT and 2.4 GHz proprietary protocols. The Dongle is the perfect target hardware for use with nRF Connect for Desktop as it is low-cost but still support all the short range wireless standards used with Nordic devices. The dongle has been designed to be used as a wireless HW device together with nRF Connect for Desktop. For other use cases please do note that there is no debug support on the Dongle, only support for programming the device and communicating through USB. It is supported by most of the nRF Connect for Desktop apps and will automatically be programmed if needed. In addition custom applications can be compiled and downloaded to the Dongle. It has a user programmable RGB LED, a green LED, a user programmable button as well as 15 GPIO accessible from castellated solder points along the edge. Example applications are available in the nRF5 SDK under the board name PCA10059. The nRF52840 Dongle is supported by nRF Connect for Desktop as well as programming through nRFUtil. Features Bluetooth 5.2 ready multiprotocol radio 2 Mbps Long Range Advertising Extensions Channel Selection Algorithm #2 (CSA #2) IEEE 802.15.4 radio support Thread ZigBee Arm Cortex-M4 with floating point support DSP instruction set ARM CryptoCell CC310 cryptographic accelerator 15 GPIO available via edge castellation USB interface direct to nRF52840 SoC Integrated 2.4 GHz PCB antenna 1 user-programmable button 1 user-programmable RGB LED 1 user-programmable LED 1.7-5.5 V operation from USB or external Downloads Datasheet Hardware Files

    € 19,95

    Leden € 17,96

  • The CAN Bus Companion (+ GRATIS CAN-module)

    The CAN Bus Companion

    Projects with Arduino Uno & Raspberry Pi with Examples for the MCP2515 CAN Bus Interface ModuleThis book details the use of the Arduino Uno and the Raspberry Pi 4 in practical CAN bus based projects. Using either the Arduino Uno or the Raspberry Pi with off-the-shelf CAN bus interface modules considerably ease developing, debugging, and testing CAN bus based projects.This book is written for students, practicing engineers, enthusiasts, and for everyone else wanting to learn more about the CAN bus and its applications. The book assumes that the reader has some knowledge of basic electronics. Knowledge of the C and Python programming languages and programming the Arduino Uno using its IDE and Raspberry Pi will be useful, especially if the reader intends to develop microcontroller-based projects using the CAN bus.The book should be a useful source of reference material for anyone interested in finding answers to questions such as: What bus systems are available for the automotive industry? What are the principles of the CAN bus? How can I create a physical CAN bus? What types of frames (or data packets) are available in a CAN bus system? How can errors be detected in a CAN bus system and how dependable is a CAN bus system? What types of CAN bus controllers exist? How do I use the MCP2515 CAN bus controller? How do I create 2-node Arduino Uno-based CAN bus projects? How do I create 3-node Arduino Uno-based CAN bus projects? How do I set the acceptance masks and acceptance filters? How do I analyze data on the CAN bus? How do I create 2-node Raspberry Pi-based CAN bus projects? How do I create 3-node Raspberry Pi-based CAN bus projects?

    € 29,95

    Leden € 26,96

  •  -33% Electromagnetic Radiation Tester WT3122

    Elektromagnetische Stralingstester WT3122

    Deze stralingstester kan elektrische en magnetische velden meten om daarmee optimale testresultaten te verkrijgen. Hij kan worden gebruikt om elektromagnetische stralingssituaties binnen en buiten te testen en te analyseren. Hij is uitgerust met een ingebouwde elektromagnetische stralingssensor die, na verwerking door een microprocessor, de stralingswaarde kan weergeven op het digitale LCD-scherm. U kunt op basis van het testresultaat berekeningen uitvoeren of effectieve preventiemaatregelen nemen. Kenmerken Eén detector voor twee toepassingen, gelijktijdige detectie van de straling van elektrische en magnetische velden Weergave op een kleurenscherm Geluids- en lichtalarm, automatisch een alarm bij overschrijding van een veilige waarde Met één druk op de knop kan de stralingswaarde worden vastgehouden (data lock) Grafische weergave op de LCD van de trend in de stralingswaarde Beoordeling van de straling, waarbij aangegeven wordt of de huidige stralingswaarde veilig is Eenvoudig met één hand te bedienen, te verplaatsen, of mee te nemen om ter plaatse te meten Toepassingen Monitoring van elektromagnetische straling: huis en appartement, kantoor, buiten, en op een industrieterrein Testen van elektromagnetische straling: mobiele telefoon, computer, tv, koelkast en hoogspanningskabels Testen van stralingsbescherming bij producten: het effect meten van stralingsbestendige kleding, stralingsbestendige folie en andere preventieproducten Specificaties Elektrisch veld Magnetisch veld Eenheid V/m uT / mG Nauwkeurigheid 1 V/m 0,01 uT / 0,1 mG Bereik 1 ~ 1999 V/m 0,01 ~ 99,99 uT / 0,1 ~ 999,9 mG Alarm grenswaarde 40 V/m 0,4 uT / 4 mG Display 3½ digit LCD Bandbreedte metingen 5 Hz ~ 3500 MHz Sample tijd Circa 0,4 s Meetmodus Dual mode, gelijktijdig Indicatie overbelasting Maximale waarde van het meetbereik op de LCD Bedrijfstemperatuur 0 ~ 50°C Vochtbestendigheid Relatieve vochtigheid < 80 % Bedrijfsspanning 3,7 V Voeding 3,7 V Lithium accu Afmetingen 61 x 25 x 134 mm Gewicht 131 g Downloads Handleiding

    € 44,95€ 29,95

    Leden identiek

  • Raspberry Pi Pico W (Boek) + GRATIS Pico W

    Raspberry Pi Pico W (Book)

    Program, build, and master 60+ projects with the Wireless RP2040 The Raspberry Pi Pico and Pico W are based on the fast, efficient, and low-cost dual-core ARM Cortex M0+ RP2040 microcontroller chip running at up to 133 MHz and sporting 264 KB of SRAM and 2 MB of Flash memory. Besides spacious memory, the Pico and Pico W offer many GPIO pins, and popular peripheral interface modules like ADC, SPI, I²C, UART, PWM, timing modules, a hardware debug interface, and an internal temperature sensor. The Raspberry Pi Pico W additionally includes an on-board Infineon CYW43439 Bluetooth and Wi-Fi chipset. At the time of writing this book, the Bluetooth firmware was not yet available. Wi-Fi is however fully supported at 2.4 GHz using the 802.11b/g/n protocols. This book is an introduction to using the Raspberry Pi Pico W in conjunction with the MicroPython programming language. The Thonny development environment (IDE) is used in all of the 60+ working and tested projects covering the following topics: Installing the MicroPython on Raspberry Pi Pico using a Raspberry Pi or a PC Timer interrupts and external interrupts Analogue-to-digital converter (ADC) projects Using the internal temperature sensor and external sensor chips Using the internal temperature sensor and external temperature sensor chips Datalogging projects PWM, UART, I²C, and SPI projects Using Bluetooth, WiFi, and apps to communicate with smartphones Digital-to-analogue converter (DAC) projects All projects are tried & tested. They can be implemented on both the Raspberry Pi Pico and Raspberry Pi Pico W, although the Wi-Fi-based subjects will run on the Pico W only. Basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full MicroPython program listings are given for all projects.

    € 39,95

    Leden identiek

  • RISC-V Assembly Language Programming using ESP32-C3 and QEMU (+ GRATIS ESP32 RISC-V Board)

    RISC-V Assembly Language Programming using ESP32-C3 and QEMU

    With the availability of free and open source C/C++ compilers today, you might wonder why someone would be interested in assembler language. What is so compelling about the RISC-V Instruction Set Architecture (ISA)? How does RISC-V differ from existing architectures? And most importantly, how do we gain experience with the RISC-V without a major investment? Is there affordable hardware available? The availability of the Espressif ESP32-C3 chip provides a way to get hands-on experience with RISC-V. The open sourced QEMU emulator adds a 64-bit experience in RISC-V under Linux. These are just two ways for the student and enthusiast alike to explore RISC-V in this book. The projects in this book are boiled down to the barest essentials to keep the assembly language concepts clear and simple. In this manner you will have “aha!” moments rather than puzzling about something difficult. The focus in this book is about learning how to write RISC-V assembly language code without getting bogged down. As you work your way through this tutorial, you’ll build up small demonstration programs to be run and tested. Often the result is some simple printed messages to prove a concept. Once you’ve mastered these basic concepts, you will be well equipped to apply assembly language in larger projects.

    € 39,95

    Leden € 35,96

  • WeMos D1 mini Pro – ESP8266 based WiFi Module

    WeMos D1 mini Pro ESP8266 based WiFi Module

    This mini WiFi board has 16 MB flash, external antenna connector and built-in ceramic antenna based on ESP8266EX. Features 11 digital input/output pins Interrupt/pwm/I²C/one-wire 1 analog input (3.2 V max input) 16 MB Flash External antenna connector Built-in ceramic antenna CP2104 USB-TO-UART IC Specifications Operating Voltage 3.3 V Digital I/O Pins 11 Analog Input Pins 1 (3.2 V max) Clock Speed 80/160 MHz Flash 16 MB Size 34.2 x 25.6 mm Weight 3 g Pin Configuration Pin Function ESP8266 Pin RX RXD RXD A0 Analog input, max 3.2 V A0 D0 IO GPIO16 D1 IO, SCL GPIO5 D2 IO, SDA GPIO4 D3 IO, 10k Pull-up GPIO0 D4 IO, 10k Pull-up, BUILTIN_LED GPIO2 D5 IO, SCK GPIO14 D6 IO, MISO GPIO12 D7 IO, MOSI GPIO13 D8 IO, 10k Pull-down, SS GPIO15 G Ground GND 5V 5 V - 3V3 3.3 V 3.3 V RST Reset RST Included 1x WeMos D1 mini Pro (based on ESP8266EX) 2x Pin header (short) 2x Female connector strip (short) 2x Female connector strip (long)

    € 14,95

    Leden € 13,46

  • PLC Programming with the Raspberry Pi and the OpenPLC Project

    PLC Programming with the Raspberry Pi and the OpenPLC Project

    1 review

    Inleiding in PLC-programmering met OpenPLC, de eerste volledig open-source Programmable Logic Controller op de Raspberry Pi, en Modbus-voorbeelden met Arduino Uno en ESP8266 PLC-programmering is heel gebruikelijk in de industrie en de huisautomatisering. Dit boek beschrijft hoe de Raspberry Pi 4 kan worden gebruikt als een programmeerbare logische controller. Voordat hij u meeneemt in het programmeren, begint de auteur met de software-installatie op de Raspberry Pi en de PLC-editor op de pc, gevolgd door een beschrijving van de hardware. Daarna vindt u interessante voorbeelden in de verschillende programmeertalen die voldoen aan de IEC 61131-3 standaard. In deze handleiding wordt ook in detail uitgelegd hoe u de PLC-editor gebruikt en hoe u de programma's op de Raspberry Pi laadt en uitvoert. Alle IEC-talen worden uitgelegd met voorbeelden, te beginnen met LD (Ladder Diagram) over ST (Structured Control Language) tot SFC (Special Function Chart). Alle voorbeelden kunnen worden gedownload van de website van de auteur. Netwerken krijgt ook grondige aandacht. De Arduino Uno en de ESP8266 worden geprogrammeerd als ModbusRTU of ModbusTCP modules om toegang te krijgen tot externe periferie, het uitlezen van sensoren en het schakelen van elektrische belastingen. I/O schakelingen die voldoen aan de 24 V industriestandaard kunnen ook interessant zijn voor de lezer. Het boek eindigt met een overzicht van commando's voor ST en LD. Na het lezen van het boek zal de lezer in staat zijn om zijn eigen controllers te maken met de Raspberry Pi.

    € 32,95

    Leden € 29,66

  •  -14% Verbeterde T-962 Infrarood reflow-oven (Elektor versie)

    Verbeterde T-962 Infrarood reflow-oven (Elektor versie)

    Deze verbetere versie (exclusief verkrijgbaar bij Elektor) bevat de volgende verbeteringen: Verbeterde aarding (PE) van het ovenchassis Extra thermische isolatielaag rond de oven om geuren te verminderen De infrarood IC oven T-962 is een microprocessorgestuurde reflow oven die je kunt gebruiken voor het gemakkelijk solderen van diverse SMD en BGA componenten. Het hele soldeerproces kan automatisch worden voltooid en het is heel gemakkelijk in het gebruik. Dit apparaat maakt gebruik van een krachtige infrarood straling en circulatie van de hete luchtstroom, zodat de temperatuur zeer nauwkeurig wordt gehouden en gelijkmatig verdeeld wordt. Een lade met vensters is ontworpen om het werkstuk vast te houden, en maakt een veilige soldeertechniek mogelijk en het manipuleren van SMD & BGA en andere kleine elektronische onderdelen die op een printplaat gemonteerd zijn. De T-962 kan gebruikt worden om soldeer automatisch na te verwarmen om slechte soldeerverbindingen te corrigeren, slechte componenten te verwijderen/vervangen en kleine technische modellen of prototypes te maken. Kenmerken Groot infrarood soldeeroppervlak Effectief soldeergebied: 180 x 235 mm; dit vergroot het gebruik van deze machine drastisch en is daardoor een goede aanschaf. Keuze uit verschillende soldeercycli De parameters van acht soldeercycli zijn vooraf ingesteld en het hele soldeerproces kan automatisch verlopen van voorverwarmen, op temperatuur vloeibaar houden tot afkoelen.. Speciale opwarming en temperatuur egalisatie bij alle versies Gebruikt een energiezuinige infrarood verwarming tot 800 Watt en luchtcirculatie om het soldeer vloeibaar te houden. Ergonomisch ontwerp, praktisch en gemakkelijk te bedienen Door de goede bouwkwaliteit, lichte gewicht en de kleine afmetingen kan de T-962 gemakkelijk op een werkbank worden geplaatst, of worden vervoerd of opgeborgen. Groot aantal functies beschikbaar De T-962 kan de meeste kleine componenten van printplaten solderen, bijvoorbeeld CHIP, SOP, PLCC, QFP, BGA enz. Het is de ideale oplossing voor rework, van eenmalige productie tot kleinschalige productie op bestelling. Specificaties Max. soldeer oppervlak 180 x 235 mm (7,1 x 9,3") Opgenomen vermogen 800 W Proces tijd 1~8 minuten Voeding 220 V AC/60 Hz Afmetingen 31 x 29 x 17 cm (12,2 x 11,4 x 6,7") Gewicht 6,2 kg Downloads Gebruikershandleiding GitHub

    € 279,00€ 239,00

    Leden identiek

  • Raspberry Pi Pico for Radio Amateurs

    Raspberry Pi Pico for Radio Amateurs

    Hoewel veel klassieke HF- en mobiele apparatuur nog steeds in gebruik is bij grote aantallen amateurs, is het gebruik van computers en digitale technieken nu erg populair geworden onder radioamateurs. Tegenwoordig kan iedereen een Raspberry Pi Pico microcontroller board van €5 kopen en veel amateurradioprojecten ontwikkelen met behulp van de 'Pico' en enkele externe componenten. Dit boek is gericht op amateurradioliefhebbers, studenten Elektrotechniek en iedereen die geïnteresseerd is in het leren gebruiken van de Raspberry Pi Pico om hun elektronische projecten vorm te geven. Het boek is zowel geschikt voor beginners in de elektronica als voor degenen met ruime ervaring.De stapsgewijze installatie van de MicroPython-programmeeromgeving wordt beschreven. Enige kennis van de programmeertaal Python is nuttig om de in het boek gegeven projecten te kunnen begrijpen en aanpassen. Het boek introduceert de Raspberry Pi Pico en geeft voorbeelden van veel algemene, software-only projecten die de lezer vertrouwd maken met de Python programmeertaal. Naast de software-only projecten die zijn toegesneden op de radioamateur, presenteert hoofdstuk 6 in het bijzonder meer dan 36 hardwarematige projecten voor 'zendamateurs', waaronder: Station netspanning aan/uit regeling Radio station klok GPS-gebaseerde geografische coördinaten van het station Temperatuur en vochtigheid van het radiostation Verschillende golfvormgeneratiemethoden met behulp van software en hardware (DDS) Frequentieteller Voltmeter / ampèremeter / ohmmeter / capaciteitsmeter RF meter en RF verzwakkers Morse code-oefenaars RadioStation Click bord Raspberry Pi Pico gebaseerde FM-radio Bluetooth en Wi-Fi gebruiken met Raspberry Pi Pico Radio station beveiliging met RFID Audio versterker module met roterende encoder volumeregeling Morse decoder Gebruik van de FS1000A TX-RX modules voor communicatie met Arduino

    € 34,95

    Leden € 31,46

  •  -40% HT641B Infrarood Thermometer (–50°C tot +600°C)

    HT641B Infrarood Thermometer (–50°C tot +600°C)

    De HT641B is een zeer nauwkeurige infrarood thermometer die een laser heeft om snel en eenvoudig de oppervlaktetemperatuur van objecten te meten. De laser kan gericht worden op hete oppervlakken of bewegende voorwerpen, zodat de gebruiker de gemeten temperaturen gemakkelijk kan detecteren vanaf een veilige afstand. Het apparaat wordt geactiveerd met een trekker en geeft in een oogwenk een nauwkeurige temperatuurwaarde.Kenmerken Zeer nauwkeurige metingen Instelbare emissiviteit Hoog/Laag temperatuuralarm LCD (Digitaal display met achtergrondverlichting) 12:1 (Objectafstandsverhouding 12:1) °C/°F schakelaar Data hold functie Automatisch uitschakelen Indicatie batterij bijna leeg Achtergrondverlichtingsregeling Laserlichtintensiteitsregeling Specificaties Infrarood temperatuurmeting –50~600°C (–58~1112°F) 0~600°C (32~1112°F) Nauwkeurigheid ±1,5°C (±2,7°F) Weergave Zwart-wit display (1,3') Laser <1 mW (630~670 nm) cirkelvormige indicatie meetgebied Doelafstandsverhouding 12:1 Instelbare emissiviteit 0.10~1.00 Speciaal bereik 8~14 µm Reactietijd <0,5s Bedrijfstemperatuur 0~40°C (32~104°F) Stroomvoorziening 2x 1,5 V AAA-batterij (meegeleverd) Afmetingen 147 x 96 x 39 mm Gewicht 96 g Inbegrepen 1x HT641B infrarood thermometer 2x 1,5 V AAA-batterij 1x Manual

    € 24,95€ 14,95

    Leden identiek

  • Radio Builder's Book

    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.

    € 27,95

    Leden € 25,16

  • Ultimate Arduino Uno Hardware Manual

    Ultimate Arduino Uno Hardware Manual

    Een handleiding met up-to-date hardware-informatie voor de populaire Arduino Uno, het eenvoudig te gebruiken open-source elektronicaplatform gebruikt door hobbyisten, makers, hackers, experimenteerders, onderwijzers en professionals.Krijg alle informatie die je nodig hebt over de hardware en firmware op Arduino Uno boards in deze handige referentie en gebruikershandleiding. Ideaal voor de werkbank of desktop Bevat alle Arduino Uno hardware informatie op één plaats Bevat Arduino / Genuino Uno revisie 3 en eerdere boards Gemakkelijk vinden van hardware technische specificaties met uitleg Hoofdstuk met penverwijzingen en voorbeelden van interfacing Diagrammen en illustraties voor eenvoudige verwijzing naar alternatieve pin functies en hardware aansluitingen Leer een back-up te maken van de firmware op het bord en deze te herstellen of nieuwe firmware te laden Basis foutopsporing en reparatie procedures voor Arduino Uno boards Voedingscircuits vereenvoudigd en uitgelegd Mechanische afmetingen opgesplitst in vijf gemakkelijk te raadplegen diagrammen Bevat schakelschema's, onderdelenlijst en bord lay-out referentie om onderdelen gemakkelijk te vinden

    € 29,95

    Leden € 26,96

  • Elektor Special: Arduino Shields

    Elektor Special: Arduino Shields

    Maak je projectdromen waar: een kilometerteller voor het hamsterwiel, een volautomatische besturing van je mierenboerderij met webinterface, of de Sandwich-O-Mat - een machine die Met de Arduino en de DIY- of Maker-beweging werd niet alleen de instap in het programmeren van microcontrollers kinderspel, maar vond er ook een tweede ontwikkeling plaats: Vindingrijke ontwikkelaars brachten kleine boards - zogenaamde shields of modules - op de markt, die het gebruik van extra hardware sterk vereenvoudigden. De kleine modules bevatten alle belangrijke elektronische onderdelen die met een paar insteekkabels op de microcontroller kunnen worden aangesloten, zodat een omslachtige en tijdrovende montage op het insteekbord niet meer nodig is. Bovendien is het ook mogelijk kleine componenten te verwerken die geen aansluitpootjes hebben (zogenaamde SMD's). Besproken projecten Arduino zoekt aansluiting BMP en kennismaking met bibliotheken, I²C Leer I/O-basics met het multifunctionele schild I²C LCD adapter en DOT matrix displays LCD-toetsenbordschild Level converter W5100: internetverbinding I/O-uitbreidingsschild Relais en solid-state relais Het multifunctionele schild: Een universele besturingseenheid Een SD-kaartlezer aansluiten via SPI Toetsen en 7-segment displays 16-bit ADC MCP4725 DAC 16-weg PWM servo stuurprogramma MP3-speler GPS datalogger met behulp van een SD-kaart Aanraaksensor Joystick SHT31: Temperatuur en vochtigheid VEML6070 UV-A sensor VL53L0X-tijd-van-vlucht Ultrasone afstandsmeter MAX7219-gebaseerd LED DOT matrix display DS3231 RTC Port expander MCP23017 433 MHz radio MPU-650 gyroscoop ADXL345 versnellingsmeter WS2812 RGB LED's Voeding MQ-xx gassensoren CO2-gassensor ACS712 stroomsensor INA219 stroomsensor L298 motor driver MFRC522 RFID 28BYJ-48 stappenmotor TMC2209 stille stapstick X9C10x digitale potentiometer ST7735 in een kleuren TFT scherm e-Paper display Bluetooth Geigerteller SIM800L GSM module I²C multiplexer Controller Area Netwerk

    € 14,95

    Leden € 13,46

  • Python 3 Programming and GUIs

    Python 3 Programming and GUIs

    Dit is de tweede editie van een boek gericht op ingenieurs, wetenschappers en hobbyisten die met behulp van grafische gebruikersinterfaces pc's willen koppelen aan hardwareprojecten. Desktop- en webgebaseerde toepassingen worden behandeld. De gebruikte programmeertaal is Python 3, een van de populairste talen op de markt: snelheid van programmeren is een belangrijk kenmerk.Het boek is herzien en bijgewerkt met de nadruk op het gemak waarmee de gebruiker praktische ontwerpen kan maken – een tekstverwerker is alles wat nodig is om Python-programma's te maken.Hardware-interfacing wordt gerealiseerd met behulp van een Arduino Uno als externe slaaf. Een volledige beschrijving en broncode van de communicatie-interface wordt in het boek gegeven. De slave biedt digitale en analoge in- en uitgangen. Meerdere Uno's kunnen in één project worden opgenomen, waarbij alle besturingscode in Python is geschreven en op een PC draaitEén project omvat een PIC-microcontroller met code die met de Uno in de PIC kan worden geladen. De webapplicaties en server zijn allemaal in Python geïmplementeerd zodat u via het internet toegang heeft tot uw elektronische hardware. De Raspberry Pi-computer kan worden gebruikt als webserver.Een inleidend hoofdstuk is voorzien om u op weg te helpen met het gebruik van Linux. Het boek is geschreven voor gebruik met Debian of varianten waaronder Mint of Ubuntu. Alle programma's in het boek zijn vrij beschikbaar, klaar om te gebruiken en mee te experimenteren door middel van een download van Elektor.

    € 34,95

    Leden € 31,46

  • Elektor Special: Power Supplies and Batteries

    Elektor Special: Power Supplies and Batteries

    Whatever the methods or even then financial means you have to make your circuits work, the power supply should rank high if not Number One in your considerations. The design block simply called “power supply” is hugely underrated both in electronics creation and repair. Yet, the “PSU” has enormous diversity and comes in wildly differing guises like AC/DC, generator, battery (rechargeable or not), PV panel, benchtop, linear or switch-mode, to mention but a few. The output ranges are also staggering like nano-amps to kiloamps and the same for voltages.This special covers the features and design aspects of power supplies.ContentsBasics Battery ManagementWhat to be aware of when using (Lithium) batteries. Fixed-Voltage Power Supply using Linear RegulatorsThe best result right after batteries. Light Energy HarvestingA small solar panel is used in an energy harvesting project to manage and charge four AAA cells. Mains Powered Adapter DesignBasic circuits and tips for transformers, rectification, filtering and stabilization. LM317 Soft StartThe high inrush current pulse should be avoided. Controllable RectifiersSome suggestions to keep the power loss in the linear regulator as low as possible. Components Worksheet: The LM117 / LM217 / LM317 Voltage Regulators SupercapsLow voltage but lots of current… or not? Reviews JOY-iT RD6006 Benchtop Power Supply Kit Siglent SDL1020X Programmable DC Electronic Load Projects Balcony Power PlantDIY solar balcony = speedy payback! DIY LiPo Supercharger KitFrom handcrafted to mass market Dual-Anode MOSFET ThyristorFaster and less wasteful than the old SCR Battery JuicerDo not throw away, squeeze! High-Voltage Power Supply with Curve TracerGenerate voltages up to 400 V and trace characteristics curves for valves and transistors High Voltage Supply for RIAAFor RIAA tube preamps and other applications. MicroSupplyA lab power supply for connected devices Phantom Power Supply using Switched CapacitorsVoltage tripler using three ICs The SMPS800RE Switch-Mode Supply for the Elektor Fortissimo-100Reliable, light and affordable Soft Start for PSUBe nice to your power supply – and its load UniLab 20-30 V, 3 A compact switch-mode lab power supply Tips Soft Start for Step-Down Switching Regulators Low Loss Current Limit Powerbank Surprise A Virtual Ground Battery Maintainer Battery Pack Discharger Connecting Voltage Regulators in Parallel

    € 14,95

    Leden € 13,46

  • Explore ATtiny Microcontrollers using C and Assembly Language

    Explore ATtiny Microcontrollers using C and Assembly Language

    Een diepgaande kijk op de 8-bit AVR-architectuur in ATtiny- en ATmega-microcontrollers, voornamelijk vanuit het oogpunt van software en programmeren. Verken de AVR-architectuur met behulp van C en assembleertaal in Microchip Studio (voorheen Atmel Studio) met ATtiny-microcontrollers. Leer de details van hoe AVR-microcontrollers intern werken, inclusief de interne registers en geheugenkaart van ATtiny-apparaten. Programmeer ATtiny microcontrollers met behulp van een Atmel-ICE programmer/debugger, of gebruik een goedkope hobbyprogrammer, of zelfs een Arduino Uno als programmer. De meeste codevoorbeelden kunnen worden uitgevoerd met behulp van de Microchip Studio AVR simulator. Leer programma's schrijven voor ATtiny microcontrollers in assembleertaal. Zie hoe assembleertaal wordt omgezet in machinecode-instructies door het assembler-programma. Ontdek hoe programma's geschreven in de programmeertaal C eindigen als assembleertaal en uiteindelijk als machinecode-instructies. Gebruik de Microchip Studio debugger in combinatie met een hardware USB programmer/debugger om assembly en C taalprogramma's te testen, of gebruik de Microchip Studio AVR simulator. DIP verpakte ATtiny microcontrollers worden in dit deel gebruikt voor eenvoudig gebruik op elektronische breadboards, voornamelijk gericht op de ATtiny13(A) en ATtiny25/45/85. Leer over instructietiming en klokken in AVR-microcontrollers met behulp van ATtiny-apparaten. Ben je op weg om een AVR-expert te worden met geavanceerde debugging- en programmeervaardigheden.

    € 37,95

    Leden € 34,16

  • MicroPython for Microcontrollers

    MicroPython for Microcontrollers

    Projects with Thonny-IDE, uPyCraft-IDE, and ESP32The 'Python' programming language has enjoyed an enormous upswing in recent years. Not least, various single-board systems such as the Raspberry Pi have contributed to its popularity. But Python has also found widespread use in other fields, such as artificial intelligence (AI) or machine learning (ML). It is obvious, therefore, to use Python or the 'MicroPython' variant for use in SoCs (Systems on Chip) as well.Powerful controllers such as the ESP32 from Espressif Systems offer excellent performance as well as Wi-Fi and Bluetooth functionality at an affordable price. With these features, the Maker scene has been taken by storm. Compared to other controllers, the ESP32 has a significantly larger flash and SRAM memory, as well as a much higher CPU speed. Due to these characteristics, the chip is not only suitable for classic C applications, but also for programming with MicroPython.This book introduces the application of modern one-chip systems. In addition to the technical background, the focus is on MicroPython itself. After the introduction to the language, the programming skills learned are immediately put into practice. The individual projects are suitable for use in the laboratory as well as for everyday applications. So, in addition to the actual learning effect, the focus is also on the joy of building complete and useful devices. By using laboratory breadboards, circuits of all kinds can be realized with little effort, turning the testing and debugging of the 100% homebrew projects into an instructive pleasure.The various applications, such as weather stations, digital voltmeters, ultrasound range finders, RFID card readers or function generators, make the projects presented ideally suited for practical courses or subject and study work in the natural sciences, or in science and technology classes.

    € 32,95

    Leden € 29,66

  • Elektor Special: Raspberry Pi and Pico

    Elektor Special: Raspberry Pi and Pico

    ContentsProjects PicoVoiceVoice alienation and sound effects with the Raspberry Pi Pico Navigation with Vibration Feedback POV Display Pulse Width Modulation (PWM) with the Raspberry Pi Pico Wi-Fi with the Raspberry Pi Pico 'Hello World' from the Raspberry Pi Pico and RP2040A look at the Raspberry Pi Foundation’s first microcontroller Simple On-Off Temperature Controller with Raspberry Pi HAT Multitasking with the Raspberry PiShowcase: a traffic lights controller The Raspberry Pi Ruler GadgetFun with a time-of-flight sensor Raspberry Pi Buffer Board (Mk. 1)Never blow up the I/O again FM radio with RDSA top HAT project for the Raspberry Pi LoRa with the Raspberry Pi PicoFun with MicroPython! Tutorials Qt for the Raspberry Pi Raspberry Pi Pico Programmingwith MicroPython and Thonny Raspberry Pi Full StackRPi and RF24 at the heart of a sensor network Raspberry Pi Bash Command Cheat Sheet Community Java on the Raspberry PiAn interview with Frank DelporteReviews Introducing the New Raspberry Pi Pico W, H, and WH Secure Boot Solution for Raspberry PiRetrofit security at a reasonable price Review: SmartPi – Smart Meter Extension for Raspberry Pi Review: The Enviro+ Raspberry Pi HATMeasuring environmental data with Raspberry Pi and the HAT Enviro+ Review: Meet the Raspberry Pi 4All new but still good? Raspberry Pi Gets a Fast 3.5' Touch DisplayMore power at no extra charge Book Launch: Raspberry Pi for Radio Amateurs

    € 14,95

    Leden € 13,46

  •  -33% Useless Box

    Useless Box

    Wat is dit voor een apparaat? En wat kan je ermee? Tja, dit apparaat vergt nu eenmaal niet veel uitleg. Het meest nutteloze apparaat ter wereld! De Useless box dient letterlijk geen enkel nut heeft, maar is tegelijkertijd wel zo hilarisch is dat je het aan iedereen wilt laten zien. Dit bouwpakket geeft u de mogelijkheid een eigen Useless Box te bouwen en uw technische kennis te vergroten. Uiteindelijk zal dit apparaat zich iedere keer uitschakelen, wanneer het ingeschakeld wordt en heeft het dus een totaal zinloze functie. Nog steeds nieuwsgierig? Kijk dan de video hieronder. Een must-have voor elk kantoor: thuis of op de zaak!

    € 29,95€ 19,95

    Leden identiek

  • Ultimate Arduino Mega 2560 Hardware Manual

    Ultimate Arduino Mega 2560 Hardware Manual

    Een handleiding met up-to-date hardware-informatie voor de Arduino Mega 2560.De Arduino Mega 2560 is een upgrade van het populaire Arduino Uno board, met meer pinnen, seriële poorten en geheugen. Arduino is het makkelijk te gebruiken open-source elektronica platform dat gebruikt wordt door hobbyisten, makers, hackers, experimenteerders, onderwijzers en professionals.Krijg alle informatie die u nodig hebt over de hardware en firmware gevonden op Arduino Mega 2560 boards in deze handige referentie en gebruikershandleiding. Ideaal voor de werkbank of desktop. Deze handleiding behandelt de Arduino Mega 2560 hardware en firmware, en is een metgezel volume aan de Ultimate Arduino Uno Hardware Manual, die de Arduino Uno hardware en firmware behandelt. Bevat alle Arduino Mega 2560 hardware informatie op één plaats Bevat Arduino / Genuino Mega 2560 revisie 3 en eerdere boards Gemakkelijk vinden van hardware technische specificaties met uitleg Hoofdstuk met penverwijzingen en voorbeelden van interfacing Diagrammen en illustraties voor eenvoudige verwijzing naar pin functies en hardware aansluitingen Leer een back-up te maken van de firmware op het bord en deze te herstellen, of nieuwe firmware te laden Basis foutopsporing en reparatie procedures voor Arduino Mega 2560 boards Voedingscircuits vereenvoudigd en uitgelegd Mechanische afmetingen opgesplitst in vijf gemakkelijk te raadplegen diagrammen Bevat schakelschema's, onderdelenlijst en bordindeling om gemakkelijk componenten te vinden Een hoofdstuk over compatibiliteit van schilden legt uit hoe schilden werken op verschillende Arduino-borden

    € 32,95

    Leden € 29,66

  • Bijna uitverkocht Programming with Node-RED

    Programming with Node-RED

    Nog 2 op voorraad

    Het Internet of Things (IoT) wordt een belangrijk toepassingsgebied voor embedded systemen. Als gevolg daarvan raken steeds meer mensen geïnteresseerd in het leren van embedded ontwerpen en programmeren. Technische hogescholen en universiteiten stappen af van de oude 8- en 16-bits microcontrollers en introduceren 32-bits embedded microcontrollers in hun curricula. Veel IoT-toepassingen vragen om precisie, een hoge verwerkingskracht en een laag stroomverbruik. Geproduceerd door IBM, Node-RED is een open-source visuele editor voor het bedraden van het internet der dingen. Node-RED wordt geleverd met een groot aantal nodes om een veelheid aan taken aan te kunnen. De benodigde nodes worden geselecteerd en samengevoegd om een bepaalde taak uit te voeren. Node-RED is gebaseerd op flow-type programmering waarbij nodes worden geconfigureerd en samengevoegd om een toepassingsprogramma te vormen. Er zijn nodes voor het uitvoeren van complexe taken, waaronder webtoegang, Twitter, E-mail, HTTP, Bluetooth, MQTT, het aansturen van GPIO-poorten, enz. Een bijzonder prettig aspect van Node-RED is dat de programmeur niet hoeft te leren hoe hij complexe programma's moet schrijven. Een e-mail kan bijvoorbeeld worden verzonden door eenvoudigweg nodes samen te voegen en slechts een paar regels code te schrijven. Het doel van dit boek is om te leren hoe Node-RED kan worden gebruikt in projecten. Het belangrijkste hardwareplatform dat bij de meeste projecten in dit boek wordt gebruikt is Raspberry Pi 4. Er zijn hoofdstukken opgenomen om te laten zien hoe Node-RED ook kan worden gebruikt met Arduino Uno, ESP32 DevKitC, en de ESP8266 NodeMCU microcontroller ontwikkelborden.

    Nog 2 op voorraad

    € 37,50

    Leden € 33,75

  • Home Appliance Hack-and-IoT Guidebook (+ GRATIS ESP8266 Board)

    Home Appliance Hack-and-IoT Guidebook

    Affordable solutions with the ESP8266 and 3D printing If you are looking for a small yet powerful IoT device, you are likely to come across the ESP8266 and compatible products on the market today. One of these, the Wemos/Lolin D1 Mini Pro board strikes a remarkable balance between cost and performance. A small and very affordable prototype board, the D1 Mini Pro stands out with its WiFi functionality and a 16-Mbytes flash memory for easy creation of a flash file system. In addition, there are sufficient input and output pins (only one analog input though) to support PWM, I²C, and One-Wire systems to mention but a few. The book describes the operation, modding, construction, and programming of home appliances including a colorful smart home accessory, a refrigerator/greenhouse controller, an AC powerline monitor, a door lock monitor, and an IKEA Trådfri controller. As a benefit, all firmware developed for these DIY, "IoT-ized" devices can be updated over-the-air (OTA). For most of the designs in the book, a small printed circuit board (PCB) and an enclosure are presented so readers can have a finished and attractive-looking product. Readers having – or with access to! – a 3D printer can "print" the suggested enclosures at home or in a shop. Some of the constructions benefit from a Raspberry Pi configured as a gateway or cms server. This is also described in detail with all the necessary configuring. You don’t need to be an expert but the prerequisites to successful replication of the projects include basic skills with PC software including the ability to surf the Internet. In terms of hardware, you should be comfortable with soldering and generally assembling the PCBs presented in the book. All custom software written for the IoT devices, the PCB layouts, and 3D print files described in the book are available for free downloading.

    € 39,95

    Leden € 35,96

Login

Wachtwoord vergeten?

Heb je nog geen account?
Maak account aan