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.
Projects with Arduino Uno & Raspberry Pi with Examples for the MCP2515 CAN Bus Interface Module
This 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?
Het meten van conducted emission is de eenvoudigste en meest betaalbare methode om een indicatie te krijgen of een ontwerp aan de EMI/EMC eisen kan voldoen. Een Line Impedance Stabilization Network (LISN) is daarbij een onmisbaar onderdeel van een EMC pre-compliance testopstelling.
Elektor heeft in samenwerking met Würth Elektronik een 5 µH, 50 Ω Dual DC LISN ontwikkeld die geschikt is voor spanningen tot 60 V en stromen tot 10 A.
Het instrument meet RF-interferenties op beide kanalen (de voeding) door middel van 5 µH blokkeerspoelen. De interne 10 dB verzwakkingstrap – één per kanaal – bevat een 3e orde hoogdoorlaatfilter met een afsnijfrequentie van 9 kHz om de ingang van instrumenten zoals een spectrum analyzer te beschermen tegen mogelijk schadelijke DC spanningen of lage frequenties afkomstig van de DUT (Device Under Test).
Specificaties
RF-pad
Kanalen
2 (met clamping diodes)
Bandbreedte
150 kHz – 200 MHz
Impedantie
5 µH || 50 Ω
Interne demping
10 dB
Connectoren
SMA
DC-pad
Max. stroom
< 10 ADC
Max. spanning
< 60 VDC
DC weerstand
< 2 x 70 mΩ
PCB-formaat
94,2 x 57,4 mm
Connectoren
4 mm banaan
Hammond-behuizing
Type
1590N
Afmetingen
121 x 66 x 40 mm
Inbegrepen
1x 4-laags PCB met alle SMT-onderdelen gemonteerd
1x Voorgeboorde behuizing met bedrukt frontpaneel
5x Vergulde, geïsoleerde 4 mm banaanstekers, geschikt voor 24 A, 1 kV
1x Hammond-behuizing 1590N1, aluminium (gegoten legering)
Meer info
Project op Elektor Labs: Dual DC LISN for EMC pre-compliance testing
Elektor 9-10/2021: EMC Pre-Compliance Test voor uw DC-gevoed project (deel 1)
Elektor 11-12/2021: EMC Pre-Compliance Test voor uw DC-gevoed project (deel 2)
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.
For Raspberry Pi, ESP32 and nRF52 with Python, Arduino and Zephyr
Bluetooth Low Energy (BLE) radio chips are ubiquitous from Raspberry Pi to light bulbs. BLE is an elaborate technology with a comprehensive specification, but the basics are quite accessible.
A progressive and systematic approach will lead you far in mastering this wireless communication technique, which is essential for working in low power scenarios.
In this book, you’ll learn how to:
Discover BLE devices in the neighborhood by listening to their advertisements.
Create your own BLE devices advertising data.
Connect to BLE devices such as heart rate monitors and proximity reporters.
Create secure connections to BLE devices with encryption and authentication.
Understand BLE service and profile specifications and implement them.
Reverse engineer a BLE device with a proprietary implementation and control it with your own software.
Make your BLE devices use as little power as possible.
This book shows you the ropes of BLE programming with Python and the Bleak library on a Raspberry Pi or PC, with C++ and NimBLE-Arduino on Espressif’s ESP32 development boards, and with C on one of the development boards supported by the Zephyr real-time operating system, such as Nordic Semiconductor's nRF52 boards.
Starting with a very little amount of theory, you’ll develop code right from the beginning. After you’ve completed this book, you’ll know enough to create your own BLE applications.
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
Deze LCR-meter biedt een breed scala aan functies tegen een lage prijs. De LCR-meter kan onder andere capaciteit, weerstand en inductie meten. Daarnaast kan hij automatisch componenten herkennen. Daarbij kan hij bijvoorbeeld onderscheid maken tussen verschillende soorten transistors, zoals NPN- of PNP-transistors. Het apparaat is bijzonder eenvoudig te bedienen omdat alle metingen met één druk op de knop worden gestart.
Dankzij de geïntegreerde 350 mAh accu kunnen metingen ook mobiel worden uitgevoerd. De accu wordt opgeladen met behulp van een 5 V voeding (apart verkrijgbaar) en de meegeleverde micro-USB kabel.
Daarnaast kan dit meetapparaat infraroodsignalen decoderen en als golfvorm op het display weergeven.
Specificaties
Meetbare componenten
Weerstand, condensator, spoel, thyristor, triac, (dubbele) diode, Z-diode, field effect transistor, bipolaire transistor, infrarooddecoder
Display
3,5" TFT LCD-scherm (160 x 128 p)
Speciale functies
Automatische kalibratie, bediening met één toets
Ingebouwde accu
Lithium Ion oplaadbaar, 3,7 V, 350 mAh
Afmetingen
90 x 70 x 27 mm
Inbegrepen
tester, micro-USB kabel, testclip, LED, condensator
Meetbereik
Capaciteit
25 pF - 100 mF
Weerstand
0,01 Ω - 50 MΩ
Inductie
0,01 mH - 20 H
Accu
0,1V – 4,5V, 300 mAh
Z-diode doorslagspanning
0,01 V - 30 V
Z-diode
0,01 V - 4,5 V
Diode
UF < 4,5 V
Thyristor / Triac
IGT < 6 mA
Downloads
Handleiding
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.
De JT-RD6006 is een buck DC/DC converter gelijkspanningsvoeding die in verschillende bedrijfsmodi gebruikt kan worden (b.v. constante stroom of constante spanning, enz.). Dankzij het toetsenbord en een druk- en draai-encoder is de bediening van de voedingseenheid heel comfortabel. Bovendien kun je met het toetsenbord gemakkelijk tot negen instellingen opslaan en opnieuw laden. Het 2,4 inch kleurenscherm met hoge resolutie geeft alle belangrijke informatie duidelijk weer. Dankzij de USB interface en een optionele draadloze netwerkinterface kan het apparaat via een PC of met een app vanaf mobiele toestellen bediend worden. Het toestel heeft ook diverse beveiligings- en begrenzingsfuncties zoals bijvoorbeeld constante spanning, constante stroom bedrijfsmodus of overspannings- en overstroombeveiliging en schakelbare zekeringen op de printplaat (achterkant). Specificaties Ingangsspanning 6 - 70 V Uitgangsspanning 0 - 60 V Uitgangsstroom 0 - 6 A Uitgangsvermogen 0 - 360 W Resolutie voor spanning 0.01 V Resolutie voor stroom 0.001 A Meetbereik capaciteit 0 - 9999.99 Ah Meetbereik energie 0 - 9999.99 Wh Resterende rimpelspanning 100 mV(pp) (bij maximale capaciteit) Display 2.4 Inch LCD Bedrijfstemperatuurbereik -10 to 40 °C Afmetingen 167 x 81 x 65 mm Afmetingen 607 g Downloads Datasheet JT-RD6006 Manual JT-RD6006 PC Software Windows driver Mac driver Linux driver
De Andonstar AD409 Pro-ES is een digitale microscoop, met een extra hoge standaard, die tevens is uitgerust met een endoscoop. De microscoop maakt een duidelijke observatie mogelijk van de zijkanten van componenten, de binnenkant van leidingen, enz., waardoor 360° observatie zonder dode hoeken mogelijk is. De microscoop heeft ook een afstandsbediening waarmee u eenvoudig kunt schakelen tussen de volgende schermmodi: twee lenzen, microscoop en endoscoop.
Kenmerken
Hoogwaardige metalen lens met focus ring
Professionele HDMI digitale microscoop die meerdere uitvoermethoden ondersteunt
Soldeermicroscoop met Pro Metal Stand
Uniek UV-filter ontwerp
Instelbare LED-verlichting met 8 niveaus
Handige draadloze afstandsbediening
Professionele meetsoftware
Specificaties
Schermgrootte
10,1 inch (25,7 cm)
Beeldsensor
4 MP
Video uitgang
UHD 2880x2160 (24 fps)FHD 1920x1080 (60 fps/30 fps)HD 1280x720 (120 fps)
Video formaat
MP4
Vergroting
Tot 300 keer (27 inch HDMI-monitor)
Foto resolutie
Max. 12 MP (4032x3024)
Foto formaat
JPG
Focus afstand
Min. 5 cm
Frame rate
Max. 120fps
Video interface
HDMI
Opslag
MicroSD-kaart (tot 64 GB)
PC-ondersteuning
Windows, PC-software met metingen
Mobiele telefoon, tablet en terminal ondersteuning
Ondersteuning WiFi-verbinding en metingen
Voeding
5 V DC
Verlichting
2 LED's op de standaard
Endoscoop
Ja
Afmetingen standaard
18 x 20 x 32 cm
Inbegrepen
1x Andonstar AD409 Pro-ES Digital Microscope
1x Endoscoop
1x Metalen standaard met 2 LED's
1x UV-filter (reeds gemonteerd in de lens)
1x IR-afstandsbediening
1x Switch kabel
1x Voedingsadapter
1x Instelsleutel
2x Metalen clips
1x HDMI-kabel
1x Gebruikershandleiding
Downloads
Manual
Software
Vergelijking modellen
AD407
AD407 Pro
AD409
AD409 Pro-ES
Schermgrootte
7 inch (17,8 cm)
7 inch (17,8 cm)
10,1 inch (25,7 cm)
10,1 inch (25,7 cm)
Beeldsensor
4 MP
4 MP
4 MP
4 MP
Video uitgang
2160p
2160p
2160p
2160p
Interfaces
HDMI
HDMI
USB, HDMI, WiFi
USB, HDMI, WiFi
Video formaat
MP4
MP4
MP4
MP4
Vergroting
Tot 270x
Tot 270x
Tot 300x
Tot 300x
Foto resolutie
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Foto formaat
JPG
JPG
JPG
JPG
Focus afstand
Min. 5 cm
Min. 5 cm
Min. 5 cm
Min. 5 cm
Frame rate
Max. 120f/s
Max. 120f/s
Max. 120f/s
Max. 120f/s
Opslag
MicroSD-kaart
MicroSD-kaart
MicroSD-kaart
MicroSD-kaart
PC-ondersteuning
Nee
Nee
Windows
Windows
Ondersteuning mobiel
Nee
Nee
WiFi + Metingen
WiFi + Metingen
Voeding
5 V DC
5 V DC
5 V DC
5 V DC
Verlichting
2 LED’s op de standaard
2 LED's op de standaard
2 LED's op de standaard
2 LED's op de standaard
Endoscoop
Nee
Nee
Nee
Ja
Afmetingen standaard
20 x 12 x 19 cm
20 x 18 x 32 cm
18 x 20 x 30 cm
18 x 20 x 32 cm
Gewicht
1,6 kg
2,1 kg
2,2 kg
2,5 kg
Prijs
€ 259,00€ 199,00
€ 289,00€ 229,00
€ 399,00€ 279,00
€ 449,00€ 299,00
De Elektor MultiCalculator Kit is een op Arduino-gebaseerde multifunctionele rekenmachine die verder gaat dan basisberekeningen. Hij biedt 22 functies, waaronder licht- en temperatuurmeting, differentiële temperatuuranalyse en NEC IR-afstandsbedieningsdecodering. De Elektor MultiCalculator is een handig hulpmiddel voor gebruik in je projecten of voor educatieve doeleinden.
De kit heeft een Pro Mini module als rekeneenheid. De printplaat is eenvoudig te monteren met behulp van through-hole componenten. De behuizing bestaat uit 11 acrylpanelen en montagemateriaal voor eenvoudige montage. Bovendien is het apparaat uitgerust met een 16x2 alfanumeriek LCD-scherm, 20 knoppen en temperatuursensoren.
De Elektor MultiCalculator is programmeerbaar met de Arduino IDE via een 6-weg PCB-header. De beschikbare software is tweetalig (Engels en Nederlands). De calculator kan worden geprogrammeerd met een programmeeradapter en wordt gevoed via USB-C.
Bedrijfsmodi
Rekenmachine
4-ringsweerstandscode
5-ringsweerstandscode
Conversie van decimaal naar hexadecimaal en tekens (ASCII)
Conversie van hexadecimaal naar decimaal en tekens (ASCII)
Conversie van decimaal naar binair en tekens (ASCII)
Conversie van binair naar decimaal en hexadecimaal
Berekening van Hz, nF, capacitieve reactantie (XC)
Berekening van Hz, µH, inductieve reactantie (XL)
Weerstandberekening van twee parallel geschakelde weerstanden
Weerstandberekening van twee in serie geschakelde weerstanden
Berekening van onbekende parallelle weerstand
Temperatuurmeting
Verschiltemperatuurmeting T1&T2 en Delta (δ)
Lichtmeting
Stopwatch met rondetijdfunctie
Artikelteller
NEC IR-decodering van de afstandsbediening
AWG-conversie (American Wire Gauge)
Dobbelstenen gooien
Personaliseer het opstartbericht
Temperatuurkalibratie
Specificaties
Menutalen: Engels, Nederlands
Afmetingen: 92 x 138 x 40 mm
Bouwtijd: ongeveer 5 uur
Inbegrepen
PCB's en componenten met doorlopende gaten
Voorgesneden acrylplaten met alle mechanische onderdelen
Pro Mini-microcontrollermodule (ATmega328/5 V/16 MHz)
Programmeeradapter
Waterdichte temperatuursensoren
USB-C kabel
Downloads
Software
Secure, Modular, Open-Source and Self-Sufficient
Ever since the Raspberry Pi was introduced, it has been used by enthusiasts to automate their homes. The Raspberry Pi is a powerful computer in a small package, with lots of interfacing options to control various devices. This book shows you how you can automate your home with a Raspberry Pi. You’ll learn how to use various wireless protocols for home automation, such as Bluetooth, 433.92 MHz radio waves, Z-Wave, and Zigbee. Soon you’ll automate your home with Python, Node-RED, and Home Assistant, and you’ll even be able to speak to your home automation system. All this is done securely, with a modular system, completely open-source, without relying on third-party services. You’re in control of your home, and no one else.
At the end of this book, you can install and configure your Raspberry Pi as a highly flexible home automation gateway for protocols of your choice, and link various services with MQTT to make it your own system. This DIY (do it yourself) approach is a bit more laborious than just installing an off-the-shelf home automation system, but in the process, you can learn a lot, and in the end, you know exactly what’s running your house and how to tweak it. This is why you were interested in the Raspberry Pi in the first place, right?
Turn your Raspberry Pi into a reliable gateway for various home automation protocols.
Make your home automation setup reproducible with Docker Compose.
Secure all your network communication with TLS.
Create a video surveillance system for your home.
Automate your home with Python, Node-RED, Home Assistant and AppDaemon.
Securely access your home automation dashboard from remote locations.
Use fully offline voice commands in your own language.
Download the software and view the errata for the book on GitHub.
De officiële Raspberry Pi micro HDMI naar HDMI (A/M) kabel (zwart, 1 m) ontworpen voor de Raspberry Pi 4 en 5.
19-pins HDMI type D(M) naar 19-pins HDMI type A(M)
1 m kabel (zwart)
Vernikkelde stekkers
Geschikt voor 4Kp60
In overeenstemming met RoHS
3 Mohm 300 VDC isolatie, bestand tegen VDC gedurende 0,1s
De Andonstar AD409 microscoop is uitgerust met een 10,1 inch LCD-scherm, waardoor u een breder kijkbereik hebt en uw ogen niet vermoeid raken.
Features
10,1 inch verstelbaar LCD-scherm
Verstelbaar metalen statief & monitor
Twee metalen vaste klemmen
microSD-kaart
Capture & opname
Ingebouwde regelbare LED's
HDMI/USB
Ondersteunde software
Specificaties
Beeldscherm
10,1 inch (25,7 cm)
Beeldsensor
4 MP
Video output
UHD 2880x2160 (24fps)FHD 1920x1080 (60fps/30fps)HD 1280x720 (120fps)
Video formaat
MP4; real time play via HDMI w/o recording
Vergrotingsfactor
Tot 270 keer (27 inch HDMI monitor)
Foto resolutie
Max. 12 MP (4032x3024)
Foto formaat
JPG
Focus bereik
Min.5 cm
Frame snelheid
Max. 120fps
Video interface
HDMI
Opslag
microSD-kaart (tot 32 GB)
PC-ondersteuning
Windows, PC-software met meting
Mobiele telefoon, tablet terminal ondersteuning
Steun WiFi-verbinding en meting
Voeding
5 V DC
Lightbron
2 LED's met standaard
Afmetingen
18 x 20 x 30 cm
Inbegrepen
1x Andonstar AD409 digitale microscoop
1x Metalen statief met 2 LED's
1x UV-filter (reeds gemonteerd in de lens)
1x IR-afstandsbediening
1x Schakelaar kabel
1x Stroomadapter
1x HDMI-kabel
1x Gebruiksaanwijzing
Downloads
Manual
Software
Model vergelijking
AD407
AD407 Pro
AD409
AD409 Pro-ES
Screen size
7 inch (17,8 cm)
7 inch (17,8 cm)
10,1 inch (25,7 cm)
10,1 inch (25,7 cm)
Image sensor
4 MP
4 MP
4 MP
4 MP
Video output
2160p
2160p
2160p
2160p
Interfaces
HDMI
HDMI
USB, HDMI, WiFi
USB, HDMI, WiFi
Video format
MP4
MP4
MP4
MP4
Magnification
Up to 270x
Up to 270x
Up to 300x
Up to 300x
Photo resolution
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Photo format
JPG
JPG
JPG
JPG
Focus distance
Min. 5 cm
Min. 5 cm
Min. 5 cm
Min. 5 cm
Frame rate
Max. 120f/s
Max. 120f/s
Max. 120f/s
Max. 120f/s
Storage
microSD card
microSD card
microSD card
microSD card
PC support
No
No
Windows
Windows
Mobile connection
No
No
WiFi + Measurement
WiFi + Measurement
Power source
5 V DC
5 V DC
5 V DC
5 V DC
Light source
2 LEDs with the stand
2 LEDs with the stand
2 LEDs with the stand
2 LEDs with the stand
Endoscope
No
No
No
Yes
Stand size
20 x 12 x 19 cm
20 x 18 x 32 cm
18 x 20 x 30 cm
18 x 20 x 32 cm
Weight
1,6 kg
2,1 kg
2,2 kg
2,5 kg
Price
€ 259,00€ 199,00
€ 289,00€ 229,00
€ 399,00€ 279,00
€ 449,00€ 299,00
Onderzoek je schakelingen met hoge precisie en soldeer zelfs de kleinste SMD's en onderdelen zonder problemen.
Features
De multifunctionele HDMI Digitale Microscoop heeft Full HD, comfortabele beeldschermruimte, een verbeterde ergonomie, meerdere uitgangssignalen met verschillende resoluties.
De kantelhoek van de brede LCD monitor is instelbaar.
Wordt geleverd met afstandsbediening.
Kan als zelfstandig apparaat worden gebruikt.
Specificaties
Beeldscherm
7 inch (17,8 cm)
Beeldsensor
4 MP
Video output
UHD 2880x2160 (24fps)FHD 1920x1080 (60fps/30fps)HD 1280x720 (120fps)
Video formaat
MP4
Vergrotingsfactor
Tot 270 keer (27 inch HDMI monitor)
Foto resolutie
Max. 12 MP (4032x3024)
Foto formaat
JPG
Focus bereik
Min. 5 cm
Frame snelheid
Max. 120 fps (onder 600 Lux helderheid & HDP120)
Video interface
HDMI
Opslag
microSD card (tot 32 GB)
Voeding
5 V DC
Lichtbron
2 LED's met standaard
Afmetingen
20 x 12 x 19 cm
Inbegrepen
1x Andonstar AD407 Digitale Microscoop
1x Metalen statief met 2 LED's
1x Optische beugel
1x UV-filter
1x IR afstandsbediening
1x Verloopkabel
1x Voedingsadapter
1x HDMI kabel
2x Schroeven
1x Schroevendraaier
1x Gebruiksaanwijzing
Downloads
User Manual
Model vergelijking
AD407
AD407 Pro
AD409
AD409 Pro-ES
Screen size
7 inch (17,8 cm)
7 inch (17,8 cm)
10,1 inch (25,7 cm)
10,1 inch (25,7 cm)
Image sensor
4 MP
4 MP
4 MP
4 MP
Video output
2160p
2160p
2160p
2160p
Interfaces
HDMI
HDMI
USB, HDMI, WiFi
USB, HDMI, WiFi
Video format
MP4
MP4
MP4
MP4
Magnification
Up to 270x
Up to 270x
Up to 300x
Up to 300x
Photo resolution
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Max. 4032x3024
Photo format
JPG
JPG
JPG
JPG
Focus distance
Min. 5 cm
Min. 5 cm
Min. 5 cm
Min. 5 cm
Frame rate
Max. 120f/s
Max. 120f/s
Max. 120f/s
Max. 120f/s
Storage
microSD card
microSD card
microSD card
microSD card
PC support
No
No
Windows
Windows
Mobile connection
No
No
WiFi + Measurement
WiFi + Measurement
Power source
5 V DC
5 V DC
5 V DC
5 V DC
Light source
2 LEDs with the stand
2 LEDs with the stand
2 LEDs with the stand
2 LEDs with the stand
Endoscope
No
No
No
Yes
Stand size
20 x 12 x 19 cm
20 x 18 x 32 cm
18 x 20 x 30 cm
18 x 20 x 32 cm
Weight
1,6 kg
2,1 kg
2,2 kg
2,5 kg
Price
€ 259,00€ 199,00
€ 289,00€ 229,00
€ 399,00€ 279,00
€ 449,00€ 299,00
De Raspberry Pi USB-C voeding is speciaal ontworpen om de nieuwste Raspberry Pi 4 van stroom te voorzien.
De voeding is voorzien van een USB-C-kabel en is verkrijgbaar in vier verschillende modellen voor verschillende internationale stopcontacten, en in twee kleuren.
Specificaties
Output
Output voltage
+5.1 V DC
Minimum load current
0 A
Nominal load current
3.0 A
Maximum power
15.3 W
Load regulation
±5%
Line regulation
±2%
Ripple & noise
120 mVp-p
Rise time
100 ms maximum to regulation limits for DC outputs
Turn-on delay
3000 ms maximum at nominal input AC voltage and full load
Protection
Short circuit protectionOvercurrent protectionOver temperature protection
Efficiency
81% minimum (output current from 100%, 75%, 50%, 25%)72% minimum at 10% load
Output cable
1.5 m 18AWG
Output connector
USB Type-C
Input
Voltage range
100-240 V AC (rated)96-264 V AC (operating)
Frequency
50/60 Hz ±3 Hz
Current
0.5 A maximum
Power consumption (no load)
0.075 W maximum
Inrush current
No damage shall occur, and the input fuse shall not blow
Operating ambient temperature
0-40 °C
Jan Didden schiep Linear Audio in 2010 en publiceerde 14 delen tussen 2010 en 2017. Elk deel van 200 bladzijden bevat gemiddeld 10 artikelen van deskundige auteurs op het gebied van audio, akoestiek, en instrumentatie. Of je nu geïnteresseerd bent in buizenversterkers, solid-state apparatuur, luidsprekerontwerp, condensator- en weerstandsvervorming of vervormingsmeting, je vindt er zeker nuttige adviezen en interessante discussies. Van beginner tot gevorderd niveau, voor de audio professional of de serieuze hobbyist, deze ExpertCollection zal je kennis vergroten en nieuwe perspectieven bieden op veel voorkomende problemen. Bonusmateriaal bij deze collectie is een 5-delige YouTube serie over negatieve feedback toegepast op audio van de bekende auteur Jan Didden, en nog negen andere baanbrekende audio artikelen en presentaties. Als je serieus geïnteresseerd bent in audio, akoestiek, en instrumentatie, mag je dit niet missen! Het gepubliceerde materiaal is geïndexeerd en volledig doorzoekbaar en zal een bijna onbeperkte bron zijn voor vele jaren. Je kunt over de auteurs van Linear Audio lezen, en de inhoudsopgave van elk deel, zie linearaudio.net.
Designed for overclockers and other power users, this fan keeps your Raspberry Pi 4 at a comfortable operating temperature even under heavy load. The temperature-controlled fan delivers up to 1.4 CFM of airflow over the processor, memory, and power management IC. The bundled heatsink (18 x 8 x 10 mm) with self-adhesive pad improves heat transfer from the processor. The Raspberry Pi 4 Case Fan works with Raspberry Pi 4 and the official Raspberry Pi 4 case.
Easy and Affordable Digital Signal Processing
The aim of this book is to teach the basic principles of Digital Signal Processing (DSP) and to introduce it from a practical point of view using the bare minimum of mathematics. Only the basic level of discrete-time systems theory is given, sufficient to implement DSP applications in real time. The practical implementations are described in real time using the highly popular ESP32 DevKitC microcontroller development board. With the low cost and extremely popular ESP32 microcontroller, you should be able to design elementary DSP projects with sampling frequencies within the audio range. All programming is done using the popular Arduino IDE in conjunction with the C language compiler.
After laying a solid foundation of DSP theory and pertinent discussions on the main DSP software tools on the market, the book presents the following audio-based sound and DSP projects:
Using an I²S-based digital microphone to capture audio sound
Using an I²S-based class-D audio amplifier and speaker
Playing MP3 music stored on an SD card through an I²S-based amplifier and speaker
Playing MP3 music files stored in ESP32 flash memory through an I²S-based amplifier and speaker
Mono and stereo Internet radio with I²S-based amplifiers and speakers
Text-to-speech output with an I²S-based amplifier and speaker
Using the volume control in I²S-based amplifier and speaker systems
A speaking event counter with an I²S-based amplifier and speaker
An adjustable sinewave generator with I²S-based amplifier and speaker
Using the Pmod I²S2 24-bit fast ADC/DAC module
Digital low-pass and band-pass real-time FIR filter design with external and internal A/D and D/A conversion
Digital low-pass and band-pass real-time IIR filter design with external and internal A/D and D/A conversion
Fast Fourier Transforms (FFT)
ANT500 from Great Scott Gadgets is a telescopic antenna designed for operation from 75 MHz to 1 GHz. Its total length is configurable from 20 cm to 88 cm. ANT500 is constructed of stainless steel and features an SMA male connector, rotating shaft, and adjustable elbow. ANT500 is a 50 ohm general purpose antenna. It is the perfect first antenna for use with HackRF One.
Bouw uw eigen projecten met het Elektor Arduino Nano MCCAB Training Board
De microcontroller is waarschijnlijk het meest fascinerende onderwerp van de moderne elektronica. Door de veelheid aan functies die hij op zijn chip combineert is het een universeel multi-tool voor ontwikkelaars om hun projecten mee te bouwen. Vrijwel elk dagelijks gebruikt apparaat wordt tegenwoordig bestuurd door een microcontroller. Voor een elektronica-leek is het realiseren van de eigen ideeën met een microcontroller echter tot nu toe een utopie gebleven vanwege de complexiteit ervan. Het Arduino-concept heeft het gebruik van microcontrollers sterk vereenvoudigd, zodat zelfs onervaren starters nu hun eigen elektronica ideeën kunnen realiseren met een microcontroller.
Book & Hardware in de bundel: 'Leren door te doen'
Het boek, dat ook in de bundel zit, leert ons hoe je zelfs zonder veel ervaring met elektronica en programmeertalen je eigen projecten met een microcontroller kunt bouwen. Het is een echte hands-on cursus microcontrollers voor starters. Want na een beschrijving van het inwendige van de microcontroller en een introductie in de programmeertaal C, ligt de focus van de cursus op praktische oefeningen. De lezer bouwt de nodige kennis op met 'leren door te doen': in het uitgebreide praktische gedeelte van het boek, met 12 projecten en 46 oefeningen, wordt het geleerde in het voorste deel van het boek met veel voorbeelden onderbouwd. Elke oefening wordt gevolgd door een uitgewerkt voorbeeld met uitleg en toelichting, wat de lezer helpt om de vraagstukken op te lossen en met de eigen oplossing te vergelijken.
Arduino IDE
De Arduino IDE is een software ontwikkelomgeving die gratis op de eigen pc kan worden gedownload, en die alle software bevat die nodig is voor uw eigen microcontroller-projecten. U schrijft de programma's ('apps') met de editor van de IDE in de programmeertaal C. En U vertaalt ze naar bits en bytes die de microcontroller begrijpt met behulp van de ingebouwde compiler van de Arduino IDE. En kunt ze vervolgens via een USB-kabel laden naar het geheugen van de microcontroller op het Elektor Arduino MCAB Nano Training Board.
Externe sensoren, motoren of schakelingen checken of besturen
Naast een Arduino Nano microcontroller module bevat het Elektor Arduino Nano MCCAB Training Board ook alle componenten die nodig zijn voor de oefeningen, zoals LED’s, schakelaars, drukknoppen, buzzer enz. Ook externe sensoren, motoren of modules kunnen worden gecheckt of bestuurd met dit microcontroller-trainingssysteem.
Specificaties (Arduino Nano Training Board MCCAB)
Voeding
Via de USB-aansluiting van de aangesloten pc of een externe voeding (niet inbegrepen)
Spanning
+5 Vcc
Ingangsspanning
Alle ingangen
0 V tot +5 V
VX1 en VX2
+8 V tot +12 V (alleen bij gebruik van een externe voeding)
Hardware
LCD
2x16 karakters
Potentiometer P1 & P2
JP3: Selectie van de werkspanning van P1 & P2
Verdelers
SV4: Verdeler voor de werkspanningenSV5, SV6: Verdelers voor de in-/uitgangen van de microcontroller
Schakelaars en knoppen
RESET knop op de Arduino Nano module; 6x drukknop schakelaars K1 ... K6; 6x Schuifschakelaars S1 ... S6; JP2: Jumper van de schakelaars met de ingangen van de microcontroller
Buzzer
Piezo buzzer ‘Buzzer1’ met jumper op JP6
Indicator LED’s
11 x LED: Status indicator voor de ingangen/uitgangen LED L op de Arduino Nano module, aangesloten op GPIO D13 JP6; Aansluiting van LED's LD10 ... LD20 met GPIO's D2 ... D12
Seriële interfacesSPI & I²C
JP4: Selectie van het signaal op pin X van de SPI-connector SV12 SV9 naar SV12: SPI-interface (3,3 V/5 V) of I²C-interface
Uitgangen voor externe apparaten
SV1, SV7: Geschakelde uitgang (maximaal +24 V/160 mA, extern aangesloten) SV2: 2x13 pinnen voor aansluiting van externe modules
3x3 LED matrix(9 rode LED's)
SV3: Kolommen van de 3x3 LED matrix (uitgangen D6 ... D8) JP1: Verbinding van de rijen met de GPIO's D3 ... D5
Software
MCCABLib library
Controle van hardware componenten (schakelaars, knoppen, LED's, 3x3 LED matrix, buzzer) op het MCCAB Training Board
Werktemperatuur
Tot +40 °C
Afmetingen
100 x 100 x 20 mm
Specificaties (Arduino Nano)
Microcontroller
ATmega328P
Architectuur
AVR
Spanning
5 V
Flash memory
32 KB, waarvan 2 KB gebruikt door de bootloader
SRAM
2 KB
Kloksnelheid
16 MHz
Analoge IN Pinnen
8
EEPROM
1 KB
DC stroom per I/O-pin
40 mA op één I/O-pin, totaal maximaal 200 mA op alle pinnen samen
Ingangsspanning
7-12 V
Digitale I/O-pinnen
22 (waarvan 6 PWM)
PWM Uitgangen
6
Stroomverbruik
19 mA
Afmetingen
18 x 45 mm
Gewicht
7 g
Inbegrepen
1x Elektor Arduino Nano MCCAB Training Board
1x Arduino Nano
1x Boek: Microcontrollers Hands-on Course for Arduino Starters
De officiële Raspberry Pi micro HDMI naar HDMI (A/M) kabel ontworpen voor de Raspberry Pi 4 en 5.
19-pins HDMI type D(M) naar 19-pins HDMI type A(M)
1 m kabel (wit)
Vernikkelde stekkers
Geschikt voor 4Kp60
In overeenstemming met RoHS
3 Mohm 300 VDC isolatie, bestand tegen VDC gedurende 0,1s
De Cytron Maker Pi Pico (met hierop een Raspberry Pi Pico RP2040 voorgesoldeerd) bevat de meest gewilde functies voor je Raspberry Pi Pico, en geeft je toegang tot alle GPIO-pinnen op twee 20-pins headers, met duidelijke labels.Elke GPIO is gekoppeld aan een LED-indicator voor het gemakkelijk testen van codes en het oplossen van problemen. De onderste laag van dit bord is zelfs voorzien van een uitgebreid pinout-diagram, dat de functie van elke pin laat zien.Kenmerken
Meteen out-of-the-box aan de slag. Solderen niet nodig!
Toegang tot alle pinnen van de Raspberry Pi Pico op twee 20-pins headers
LED-indicatoren op alle GPIO-pinnen
3x programmeerbare drukknoppen (GP20-22)
1x RGB-LED – NeoPixel (GP28)
1x Piëzo zoemer (GP18)
1x 3,5 mm stereo audio jack (GP18-19)
1x Micro SD kaarthouder (GP10-15)
1x ESP-01 bus (GP16-17)
6x Grove poort
Specificaties
Core
32-bit ARM Cortex-M0+
CPU Klok
48 MHz, tot 133 MHz
Flash grootte
2 MByte Q-SPI Flash
Programmeertaal
MicroPython, C++
Voedingsspanning
5 VDC via MicroUSB
Alternative spanning
2-5 VDC via VSYS Pin (Pin 39)
MCU spanning
3,3 VDC
GPIO spanning
3,3 VDC
USB interface
USB 1.1 Device Host
Programma laden
MicroUSB, USB Mass Storage
GPIO
26x Ingang/Uitgang
ADC
3x 12-bits 500 ksps
Temperatuursensor
Ingebouwd, 12-bits
UART
2x UART
I²C
2x I²C
SPI
2x SPI
PWM
16x PWM
Timer
1x Timer met 4 x Alarm
Realtime counter
1x Realtime counter
PIO
2x Programmeerbare high-speed I/O
On-Board LED
1x Programmeerbare LED
On-Board drukknop
1x BOOTSEL knop