De Raspberry Pi AI Camera is een compacte cameramodule gebaseerd op de Sony IMX500 Intelligent Vision Sensor. De IMX500 combineert een 12 MP CMOS beeldsensor met inferencing-acceleratie aan boord voor verschillende gangbare neurale netwerkmodellen, zodat gebruikers geavanceerde vision-gebaseerde AI toepassingen kunnen ontwikkelen zonder een aparte accelerator.
De AI-camera verbetert vastgelegde foto's of video met tensormetadata, terwijl de processor van de Raspberry Pi vrij blijft voor andere taken. Ondersteuning voor tensor metadata in de libcamera en Picamera2 bibliotheken, evenals de rpicam-apps applicatie suite, zorgt voor gebruiksgemak voor beginners, terwijl het ongeëvenaarde kracht en flexibiliteit biedt voor geavanceerde gebruikers.
De Raspberry Pi AI Camera is compatibel met alle Raspberry Pi-modellen.
Kenmerken
12 MP Sony IMX500 intelligente zichtsensor
Sensormodi: 4056 x 3040 (@ 10fps), 2028 x 1520 (@ 30fps)
Celgrootte van 1,55 x 1,55 µm
Gezichtsveld van 78° met handmatig instelbare focus
Geïntegreerde RP2040 voor neuraal netwerk- en firmwarebeheer
Specificaties
Sensor
Sony IMX500
Resolutie
12,3 MP (4056 x 3040 pixels)
Sensorgrootte
7,857 mm (type 1/2,3)
Pixelgrootte
1,55 x 1,55 μm
IR-sperfilter
Geïntegreerd
Autofocus
Handmatig instelbare focus
Focusbereik
20 cm – ∞
Brandpuntsafstand
4,74 mm
Horizontaal gezichtsveld
66 ±3°
Verticaal gezichtsveld
52,3 ±3°
Focale verhouding (F-stop)
F1.79
Uitvoer
Afbeelding (Bayer RAW10), ISP-uitvoer (YUV/RGB), ROI, metadata
Maximale grootte van de invoertensor
640 x 640 (H x V)
Framerate
• 2x2 weggegooid: 2028x1520 10-bit 30fps• Volledige resolutie: 4056x3040 10-bit 10fps
Lengte van de lintkabel
20 cm
Kabelconnector
15 x 1 mm FPC of 22 x 0,5 mm FPC
Afmetingen
25 x 24 x 11,9 mm
Downloads
Datasheet
Documentation
De FNIRSI S1 draagbare digitale multimeter kan nauwkeurig AC/DC-spanning, weerstand, NCV, diode, continuïteit, capaciteit, temperatuur, frequentie en stroomvoerend draad meten. Het is een erg handig hulpmiddel voor het oplossen van elektrische problemen in de industrie en thuis. Hij is geschikt voor het meten van stopcontacten, zekeringen, accu’s (inclusief die van voertuigen), het testen en oplossen van problemen met elektronica in auto’s, oplaadsystemen, enz.
Smart multimeter
De multimeter kan automatisch AC/DC-spanning, weerstand en continuïteit detecteren, wat handig is voor zowel beginners als professionals.
Specificaties
AC-spanning
0 ~ 1000 V
±(0,8% +3)
DC-spanning
0 ~ 1000 V
±(0,8% +3)
Weerstand
0 ~ 100 M?
±(1,2% +3)
Capaciteit
0 nF ~ 10 mF
±(4,5% +5)
Frequentie
0 Hz ~ 10 Mhz
±(0,1% +3)
Temperatuur
-20 ~ 1000°C
±(2% +5)
Diode
Ja
Automatisch UIT
Ja
Verlichting
Ja
Aan/uit-zoemer
Ja
Automatisch bereik
Ja
NCV geïnduceerde spanning
Ja
Live modus
Ja
Data hold
Ja
Analoog
Ja
Lage spanning indicatie
Ja
Max. bereik
9999 counts
Geldige waardes
50 Hz ~ 1 kHz
Materiaal
ABS
Weergave
VA kleurenscherm
Voeding
via USB-C (1000 mA oplaadbare lithium accu)
Afmetingen
143 x 75 x 19 mm
Gewicht
135 g
Inbegrepen
FNIRSI S1 Multimeter
Tip table pen
Temperatuursonde
USB-kabel
Handleiding
Downloads
Manual
De Arduino Nano RP2040 Connect is een op de RP2040 gebaseerd Arduino-bord dat is uitgerust met Wi-Fi (802.11b/g/n) en Bluetooth 4.2. Naast draadloze connectiviteit wordt het bord geleverd met een microfoon voor geluid en stemactivatie en een zes-assige slimme bewegingssensor met AI-mogelijkheden. Een RGB LED is ook aanwezig. 22 GPIO-poorten (20 met PWM-ondersteuning en acht analoge ingangen) laten de gebruiker bijvoorbeeld relais, motoren en LED's aansturen en schakelaars en andere sensoren uitlezen. Programmageheugen is er in overvloed met 16 MB flash-geheugen, meer dan genoeg ruimte voor het opslaan van vele webpagina's of andere gegevens. Technische specificaties Microcontroller Raspberry Pi RP2040 USB-aansluiting Micro USB Pinnen Ingebouwde LED pinnen 13 Digitale I/O pinnen 20 Analoge ingangspinnen 8 PWM-pinnen 20 (behalve A6, A7) Externe interrupts 20 (behalve A6, A7) Connectiviteit Wi-Fi Nina W102 uBlox module Bluetooth Bluetooth Nina W102 uBlox module Beveiligingselement ATECC608A-MAHDA-T Crypto IC Sensoren IMU LSM6DSOXTR (6 assen) Microfoon MP34DT05 Communicatie UART Ja I²C Ja SPI Ja Vermogen Circuitbedrijfsspanning 3,3 V Ingangsspanning (VIN) 5-21 V DC-stroom per I/O-pen 4 mA Kloksnelheid Processor 133 MHz Geheugen AT25SF128A-MHB-T 16 MB Flash IC Nina W102 uBlox module 448 KB ROM, 520 KB SRAM, 16 MB Flash Afmetingen 45 x 18 mm Gewicht 6 g Downloads Schema's Pinout Datasheet
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.
SD card quality is crucial for a good Raspberry Pi experience. Raspberry Pi's A2 microSD cards support higher bus speeds and command queuing, improving random read performance and narrowing the gap with NVMe SSDs. These cards are rigorously tested for optimal performance with Raspberry Pi models.
Kenmerken
Capacity: 64 GB
Support for DDR50 and SDR104 bus speeds and command queueing (CQ) extension
Speed Class: C10, U3, V30, A2
Random 4 KB read performance: 3,200 IOPS (Raspberry Pi 4, DDR50) 5,000 IOPS (Raspberry Pi 5, SDR104)
Random 4 K write performance: 1,200 IOPS (Raspberry Pi 4, DDR50) 2,000 IOPS (Raspberry Pi 5, SDR104)
Shock-proof, X-ray–proof, and magnet-proof
microSDHC/microSDXC formats
Downloads
Datasheets
L'électronique est passionnée. C'est un plaisir amusant et instructif. Elle permet d'acquérir de nouvelles compétences, souvent utiles, à la maison et même au travail. Une expérience électronique avec ces circuits appropriés. Il donne vie à ses projets. Avant que le jour n'arrive, vous avez hâte de le voir ! Il est nécessaire de rassembler les articles pour la publication des articles du magazine d'électronique Elektor. Il sera le compagnon de vos progrès dans le monde de l'électronique.
Plus que commencer par l'électronique analogique. Vous pourrez découvrir les compositions et les circuits ainsi que les simples pour comprendre les fonctions, les interactions et les problèmes éventuels. La meilleure façon de progresser, c'est de faire des expériences réelles, car la théorie ne suffit pas. Un guide en direct pour un excellent guide de montages pratiques, notamment pour les débutants. Et pour en savoir plus, acquérir la meilleure expérience et connaissance.
La deuxième partie de la vie du monde du numérique électronique. En savoir plus sur l’utilisation des microcontrôles. Les effets des composants sont discrets grâce aux circuits intégrés des principaux composants des microcontrôleurs. La programmation à long terme de BASCOM, basée sur les pré-requis à la mise en œuvre d'Arduino, BBC micro:bit et d'autres, facilite la prise en compte de l'apprentissage. Voici une description détaillée des nombreuses applications des microcontrôleurs, abordables pour les néophytes. Ici, programmation et soudage font bon ménage !
Met de Raspberry Pi M.2 HAT+ kunt u M.2-randapparatuur, zoals NVMe-schijven en AI-versnellers, aansluiten op de PCIe 2.0-interface van Raspberry Pi 5, en ondersteunt snelle (tot 500 MB/s) gegevensoverdracht naar en van NVMe-schijven en andere PCIe-accessoires.
Raspberry Pi M.2 HAT+ ondersteunt apparaten met de M.2 M key edge-connector, in de 2230- en 2242-vormfactoren. Hij kan tot 3 A leveren aan aangesloten M.2-apparaten.
Kenmerken
Ondersteunt single-lane PCIe 2.0-interface (piekoverdrachtssnelheid van 500 MB/s)
Ondersteunt apparaten die de M.2 M Key Edge-connector gebruiken
Ondersteunt apparaten met de 2230- of 2242-vormfactor
Kan tot 3 A leveren aan aangesloten M.2 apparaten
Stroom- en activiteits-LED's
Inbegrepen
1x Raspberry Pi 5 M.2 HAT+
1x Lintkabel
1x GPIO-stapelheader
4x Afstandhouders
8x Schroeven
Downloads
Datasheet
Schematics
Assembly instructions
A Hands-on Guide to Crafting Your Own Power Plant
The book you are about to read provides a step-by-step guide for building a renewable energy power plant at home. Our goal was to make the book as practical as possible. The material is intended for immediate application with a small amount of theory. Yet, the theory is important as a foundation that saves time and effort by disabusing the readers of potential misconceptions. Specifically, upon having a firm understanding of photovoltaic physics, you will not be inclined to fruitlessly search for 90% efficient solar panels!
We want our readers to be the “doers”. If the book gets covered in grime and some pages become torn while you are building your power plant – this is the best compliment to us. The book covers solar and wind energy. Also, a curious power source based on manure is discussed as well, giving the doers an opportunity to further develop the manure fuel cell.
It is important to note that there are many companies offering installation of complete solar solutions. Upon installing the panels, the system is not owned by the customer. Therefore, there is no freedom for experimentation and optimization. Also, none can beat the cost of a DIY solution as well as the ultimate satisfaction.
All that is written here is a result of us building a renewable energy solution in Southern California. As the book was completed, the energy began flowing!
This aluminium-based Armor Case is perfect for your Raspberry Pi 4 if it gets hot, as this protects it against shocks and heat equally. Channel milling combined with dual fans offers best cooling performance. That‘s why it is suitable for extreme settings. Another benefit is that this case does not need more space than the Raspberry Pi itself and can be integrated in existing projects.Features
Material: CNC milled aluminium alloy
Compatible with Raspberry Pi 4B
Assembly: 4 included screws connect the case to the Raspberry Pi
Special features: Large heat sink and dual fan each Ø24 mm, massive protection against heat and shocks, no additional space needed
Wiring: Fan 5V (Red) - 5V (Pin4), Fan GND (Black) - GND (Pin6)
Scope of delivery: Armor case “BLOCK ACTIVE”, screws, thermal tape
Size top side: 69 x 56 x 15.5 mm
Size bottom side: 87 x 56 x 7.5 mm
DownloadsManual
This FTDI USB to TTL (3.3 V I/O) Serial Cable (FTDI TTL-232R-3V3 OEM) is a professional, high quality, high speed device which allows a simple and easy way to connect TTL interface devices using a spare USB port. Features TTL-232R-3V3 FTDI USB to TTL 3.3 V Serial Cable FTDI TTL-232R-3V3 Cable 6 Way The FTDI USB to TTL 3.3 V features a FTDI FT232R device integrated within the cable FTDI USB to TTL Serial 3.3 V Adapter Cable 6 Pin 0.1' Female Socket Header UART IC FT232RL Chip Compatible with Windows 7/8/10 and Linux
40+ Projects using Arduino, Raspberry Pi and ESP32
This book is about developing projects using the sensor-modules with Arduino Uno, Raspberry Pi and ESP32 microcontroller development systems. More than 40 different sensors types are used in various projects in the book. The book explains in simple terms and with tested and fully working example projects, how to use the sensors in your project. The projects provided in the book include the following:
Changing LED brightness
RGB LEDs
Creating rainbow colours
Magic wand
Silent door alarm
Dark sensor with relay
Secret key
Magic light cup
Decoding commercial IR handsets
Controlling TV channels with IT sensors
Target shooting detector
Shock time duration measurement
Ultrasonic reverse parking
Toggle lights by clapping hands
Playing melody
Measuring magnetic field strength
Joystick musical instrument
Line tracking
Displaying temperature
Temperature ON/OFF control
Mobile phone-based Wi-Fi projects
Mobile phone-based Bluetooth projects
Sending data to the Cloud
The projects have been organized with increasing levels of difficulty. Readers are encouraged to tackle the projects in the order given. A specially prepared sensor kit is available from Elektor. With the help of this hardware, it should be easy and fun to build the projects in this book.
Practical Applications and Project with Arduino, ESP32, and RP2040
Immerse yourself in the fascinating world of control engineering with Arduino and ESP32! This book offers you a practical introduction to classic and modern control methods, including PID controllers, fuzzy logic, and sliding-mode controllers.
In the first part, you will learn the basics of the popular Arduino controllers, such as the Arduino Uno and the ESP32, as well as the integration of sensors for temperature and pH measurement (NTC, PT100, PT1000, and pH sensor).
You will learn how to use these sensors in various projects and how to visualize data on a Nextion TFT display. The course continues with an introduction to actuators such as MOSFET switches, H-bridges, and solid-state relays, which are used to control motors and actuators. You will learn to analyze and model controlled systems, including PT1 and PT2 control.
The book focuses on the implementation of fuzzy and PID controllers for controlling temperature and DC motors. Both the Arduino Uno and the ESP32 are used. The sliding-mode controller is also introduced.
In the second-to-last chapter, you will explore the basics of neural networks and learn how machine learning can be used on an Arduino. In the last chapter, there is a practical example of a fuzzy controller for feeding electricity into the household grid.
This book is the perfect choice for engineers, students, and electronics engineers who want to expand their projects with innovative control techniques.
Van de makers van MagPi, het officiële Raspberry Pi-magazine
Ga aan de slag met Raspberry Pi 5, de nieuwste en beste in de Raspberry Pi-microcomputerlijn; leer programmeren en creeren met deze fantastische computer.
Daarnaast zijn er nog genoeg dingen die je kunt doen met Raspberry Pi 4, Raspberry Pi Zero 2 W en Raspberry Pi Pico W in dit handboek.
Met de nieuwste recensies, tutorials, projectpresentaties, handleidingen en nog veel meer is dit je ultieme bron voor Raspberry Pi!
228 pagina’s Raspberry Pi
Alles wat je moet weten over de Raspberry Pi 5
Snelle en praktische gids voor elke Raspberry Pi
Beleef serieus plezier met elektronica en de Pico W
Inspirerende projecten voor uw volgende bouwidee
Leer ?Python door een “handheld” te bouwen
Aan de slag met de Raspberry Pi Camera-module
Kunstmatige Intelligentie; bouw je eigen GPT Chatbot
Geen gezoek meer naar micro-SD-kaarten, SD-adapters, USB-C-adapters of USB-apparaten. Het zit er allemaal in, elke keer dat je klaar bent om een prototype van een project te maken, in één overzichtelijk pakket.
Onze voorbeeldconfiguratie bevat je Raspberry Pi 4, een transparant breadboard met 400 punten, 4 micro-SD-kaarten, een SD-adapter, 4x USB-apparaten en 2x universele sleuven (ideaal voor USB-C-adapters of alles wat je maar wilt opbergen).
Je kunt de opslagsleuven natuurlijk gebruiken voor wat je maar wilt... Pas ze aan en gebruik ze zoals je het beste uitkomt!
Ondanks dat de dock vlak ligt met de bovenste acryllaag met glaseffect, zijn alle poorten van de Raspberry Pi toegankelijk, inclusief de micro-SD-sleuf. Er kunnen ook HAT's worden gemonteerd.
Het dock bestaat uit 4 gladde, op elkaar geplaatste lagen matzwart en lasergesneden acryl met glaseffect! Een werkelijk prachtige en handige behuizing voor je Raspberry Pi en projecten!
De montagehandleiding is hier beschikbaar.
Inbegrepen
4-laags lasergesneden acryl dock
400-punts transparant breadboard
Bevestigingen en afstandhouders
Third, extended and revised edition with AVR Playground and Elektor Uno R4
Arduino boards have become hugely successful. They are simple to use and inexpensive. This book will not only familiarize you with the world of Arduino but it will also teach you how to program microcontrollers in general. In this book theory is put into practice on an Arduino board using the Arduino programming environment.
Some hardware is developed too: a multi-purpose shield to build some of the experiments from the first 10 chapters on; the AVR Playground, a real Arduino-based microcontroller development board for comfortable application development, and the Elektor Uno R4, an Arduino Uno R3 on steroids.
The author, an Elektor Expert, provides the reader with the basic theoretical knowledge necessary to program any microcontroller: inputs and outputs (analog and digital), interrupts, communication busses (RS-232, SPI, I²C, 1-wire, SMBus, etc.), timers, and much more. The programs and sketches presented in the book show how to use various common electronic components: matrix keyboards, displays (LED, alphanumeric and graphic color LCD), motors, sensors (temperature, pressure, humidity, sound, light, and infrared), rotary encoders, piezo buzzers, pushbuttons, relays, etc. This book will be your first book about microcontrollers with a happy ending!
This book is for you if you are a beginner in microcontrollers, an Arduino user (hobbyist, tinkerer, artist, etc.) wishing to deepen your knowledge,an Electronics Graduate under Undergraduate student or a teacher looking for ideas.
Thanks to Arduino the implementation of the presented concepts is simple and fun. Some of the proposed projects are very original:
Money Game
Misophone (a musical fork)
Car GPS Scrambler
Weather Station
DCF77 Decoder
Illegal Time Transmitter
Infrared Remote Manipulator
Annoying Sound Generator
Italian Horn Alarm
Overheating Detector
PID Controller
Data Logger
SVG File Oscilloscope
6-Channel Voltmeter
All projects and code examples in this book have been tried and tested on an Arduino Uno board. They should also work with the Arduino Mega and every other compatible board that exposes the Arduino shield extension connectors.
Please note
For this book, the author has designed a versatile printed circuit board that can be stacked on an Arduino board. The assembly can be used not only to try out many of the projects presented in this book but also allows for new exercises that in turn provide the opportunity to discover new techniques. Also available is a kit of parts including the PCB and all components. With this kit you can build most of the circuits described in the book and more.
Datasheets Active Components Used (.PDF file):
ATmega328 (Arduino Uno)
ATmega2560 (Arduino Mega 2560)
BC547 (bipolar transistor, chapters 7, 8, 9)
BD139 (bipolar power transistor, chapter 10)
BS170 (N-MOS transistor, chapter 8)
DCF77 (receiver module, chapter 9)
DS18B20 (temperature sensor, chapter 10)
DS18S20 (temperature sensor, chapter 10)
HP03S (pressure sensor, chapter 8)
IRF630 (N-MOS power transistor, chapter 7)
IRF9630 (P-MOS power transistor, chapter 7)
LMC6464 (quad op-amp, chapter 7)
MLX90614 (infrared sensor, chapter 10)
SHT11 (humidity sensor, chapter 8)
TS922 (dual op-amp, chapter 9)
TSOP34836 (infrared receiver, chapter 9)
TSOP1736 (infrared receiver, chapter 9)
MPX4115 (analogue pressure sensor, chapter 11)
MCCOG21605B6W-SPTLYI (I²C LCD, chapter 12)
SST25VF016B (SPI EEPROM, chapter 13)
About the author
Clemens Valens, born in the Netherlands, lives in France since 1997. Manager at Elektor Labs and Webmaster of ElektorLabs, in love with electronics, he develops microcontroller systems for fun, and sometimes for his employer too. Polyglot—he is fluent in C, C++, PASCAL, BASIC and several assembler dialects—Clemens spends most of his time on his computer while his wife, their two children and two cats try to attract his attention (only the cats succeed). Visit the author’s website: www.polyvalens.com.Authentic testimony of Hervé M., one of the first readers of the book:'I almost cried with joy when this book made me understand things in only three sentences that seemed previously completely impenetrable.'
De FNIRSI GC-02 nucleaire stralingsdetector heeft een slank, draagbaar ontwerp met uiterst nauwkeurige Geiger-Müller-tellers voor nauwkeurige detectie van ioniserende straling (γ-straling, röntgenstraling, enz.).
Het 1,5-inch HD LCD-scherm geeft real-time, gemiddelde, maximale en cumulatieve waarden weer. Functies omvatten alarminstellingen, aanpasbare slaap-/uitschakeltijden, getimede monitoring en geschiedenisweergave met maximaal 10 opgeslagen records. De oplaadbare batterij van 850 mAh is goed voor maximaal 6 uur gebruik.
De FNIRSI GC-02 is compact en betrouwbaar en perfect voor detectie van nucleaire straling onderweg.
Kenmerken
Voedsel- en metaaldetectie
Marmer- en ertsinspectie
Detectie van radioactiviteit in de nucleaire industrie
Het testen van radioactieve medische apparatuur
Multifunctionele realtime monitoring
Kerntechnologie: Geiger-Müller-teller
Batterij met hoge capaciteit van 850 mAh
Detector: GM-buis met energiecompensatie (Geigertellerbuis)
Detectiestraaltypen: gammastraling, röntgenstraling, bètastraling
Specificaties
Detectiestralingstype
Ioniserende straling (γ-straling, röntgenstraling, enz.)
Detector
Energiecompensatie GM-buis (geigertellerbuis)
Huidige dosering
0,00-1000 μSv/u (1 mSv/u)
Cumulatief dosisequivalent
0,00 μSv-500,0 mSv
Energiebereik
48 keV-15 Mev ≤±30% (voor 137Cs -)
Gevoeligheid
80 CPM/uSv (voor Co-60)
Doseringseenheid
μSv/u, μGy/u, mR/u, CPS, CPM
Batterijcapaciteit
850 mAh
Alarmmethode
Licht, geluid
Talen
Chinees, Engels, Russisch, Duits, Japans, Portugees, Spaans, Koreaans
Afmetingen
106,5 x 44,5 x 25 mm
Inbegrepen
1x GC-02 Nucleaire stralingsdetector
1x USB-kabel
1x Lanyard-lus
Downloads
Manual
Cytron Maker Pi RP2040 is voorzien van de eerste microcontroller ontworpen door Raspberry Pi - RP2040, ingebed op een robot controller bord. Dit bord wordt geleverd met dual channel DC motor driver, 4 servo motor poorten en 7 Grove I / O-connectoren, klaar voor uw volgende DIY robot / motion control project. Nu kunt u bouwen robot, terwijl het uitproberen van de nieuwe RP2040 chip.De DC motor driver kan 2x geborstelde DC motoren of 1x bipolaire/unipolaire stappenmotor aansturen van 3.6 V tot 6 V, en levert continu tot 1 A stroom per kanaal. Met de ingebouwde sneltestknoppen en motoruitgangs-LED's kan de motor driver op een snelle en handige manier functioneel worden getest, zonder dat code hoeft te worden geschreven. Vmotor voor zowel DC- als servomotoren is afhankelijk van de ingangsspanning die aan het bord wordt geleverd.De Maker Pi RP2040 heeft al het goede van de producten uit de Maker-serie van Cytron. Het heeft ook veel LED's nuttig voor het oplossen van problemen (& visuele effecten), is in staat om heel wat lawaai te maken met de onboard piëzo zoemer en wordt geleverd met drukknoppen klaar om uw aanraking te detecteren.Er zijn drie manieren om de Maker Pi RP2040 van stroom te voorzien - via een USB-aansluiting (5 V), met een eencellige LiPo/Li-Ion-batterij of via de VIN-aansluitingen (3,6-6 V). Er is echter maar één stroombron nodig om zowel het controllerbord als de motoren tegelijk van stroom te voorzien. De voeding van al deze stroombronnen kan worden geregeld met de aan/uit-schakelaar aan boord.Cytron Maker Pi RP2040 is in principe de Raspberry Pi Pico + Maker series 'goedheid + Robot controller & andere nuttige functies. Daarom is dit bord compatibel met het bestaande Pico ecosysteem. Software, firmware, bibliotheken en hulpmiddelen die zijn ontwikkeld voor Pico zouden ook naadloos moeten werken met Cytron Maker Pi RP2040.CircuitPython is vooraf geladen op de Maker Pi RP2040 en het draait een eenvoudig demoprogramma direct uit de doos. Sluit hem aan op uw computer via een USB-microkabel en zet hem aan. U wordt begroet door een melodietje en een LED-lampje. Druk op de GP20- en GP21-drukknoppen om de LED's aan en uit te zetten, terwijl u de aangesloten DC- en servomotoren laat bewegen en stoppen. Met deze democode kunt u het bord meteen testen zodra u het ontvangt! Terwijl aangesloten op uw computer, verschijnt een nieuw CIRCUITPY station. Verken en bewerk de demo code (code.py & lib folder) met elke code editor die u wilt, sla eventuele wijzigingen op in de drive en u zult het in actie zien in een mum van tijd. Dat is waarom wij CircuitPython omarmen - het is heel gemakkelijk om te beginnen. Wilt u andere programmeertaal gebruiken? Natuurlijk, u bent vrij om MicroPython en C/C++ te gebruiken voor de Pico/RP2040. Voor degenen onder u die houdt van het Arduino ecosysteem, neem dan een kijkje op deze officieel nieuws door Arduino en ook de onofficiële Pico Arduino Core door Earle F. Philhower.Features
Gedreven door Rapberry Pi RP2040
Dual-core Arm Cortex-M0+ processor
264 KB intern RAM
2 MB Flash-geheugen
dezelfde specificaties als Raspberry Pi Pico
Robot controller bord
4x servomotoren
2x DC-motoren met sneltestknoppen
Veranderlijk stroomcircuit
Automatische voedingskeuze: USB 5 V, LiPo (1-cel) of Vin (3,6-6 V)
Ingebouwde 1-cel LiPo/Li-Ion lader (over-charged & over-discharged bescherming)
Aan/uit schakelaar
13x Status indicator LEDs voor GPIO pinnen
1x Piëzo zoemer met mute-schakelaar
2x drukknop
2x RGB LED (Neopixel)
7x Grove poorten (flexibele I/O opties: digitaal, analoog, I²C, SPI, UART...)
Voorgeïnstalleerd met CircuitPython standaard
Gaten frezen
4x 4,8 mm montagegat (LEGO pin compatibel)
6x M3 schroefgat
De Elektor Milliohmmeter Adapter gebruikt de precisie van een multimeter om zeer lage weerstandswaarden te meten. Het is een adapter die een weerstand omzet in een spanning die kan worden gemeten met een standaard multimeter.
De Elektor Milliohmmeter Adapter kan weerstanden meten onder 1 mΩ met behulp van een 4-draads (Kelvin) methode. Het is handig voor het lokaliseren van kortsluitingen op printplaten (PCB).
De adapter heeft drie meetbereiken – 1 mΩ, 10 mΩ en 100 mΩ – selecteerbaar via een schuifschakelaar. Het bevat ook ingebouwde kalibratieweerstanden. De Elektor Milliohmmeter Adapter wordt gevoed door drie 1,5 V AA batterijen (niet meegeleverd).
Specificaties
Meetbereiken
1 mΩ, 10 mΩ, 100 mΩ, 0,1%
Voeding
3x 1,5 V AA-batterijen (niet inbegrepen)
Afmetingen
103 x 66 x 18 mm (compatibel met Hammond 1593N-type behuizing, niet inbegrepen)
Speciale functie
Geïntegreerde kalibratieweerstanden
Downloads
Documentation
This book details the use of the ARM Cortex-M family of processors and the Arduino Uno in practical CAN bus based projects. Inside, it gives a detailed introduction to the architecture of the Cortex-M family whilst providing examples of popular hardware and software development kits. Using these kits helps to simplify the embedded design cycle considerably and makes it easier to develop, debug, and test a CAN bus based project. The architecture of the highly popular ARM Cortex-M processor STM32F407VGT6 is described at a high level by considering its various modules. In addition, the use of the mikroC Pro for ARM and Arduino Uno CAN bus library of functions are described in detail.
This book is written for students, for practising engineers, for hobbyists, and for everyone else who may need 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 programming language will be useful in later chapters of the book, and familiarity with at least one microcontroller will be an advantage, especially if the reader intends to develop microcontroller based projects using CAN bus.
The book should be useful source of reference to anyone interested in finding an answer to one or more of the following questions:
What bus systems are available for the automotive industry?
What are the principles of the 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 reliable is a CAN bus system?
What types of CAN bus controllers are there?
What are the advantages of the ARM Cortex-M microcontrollers?
How can one create a CAN bus project using an ARM microcontroller?
How can one create a CAN bus project using an Arduino microcontroller?
How can one monitor data on the CAN bus?
This book covers a series of exciting and fun projects for the Arduino, such as a silent alarm, people sensor, light sensor, motor control, internet and wireless control (using a radio link). Contrary to many free projects on the internet all projects in this book have been extensively tested and are guaranteed to work!
You can use it as a projects book and build more than 45 projects for your own use. The clear explanations, schematics, and pictures of each project make this a fun activity. The pictures are taken of a working project, so you know for sure that they are correct.
You can combine the projects in this book to make your own projects. To facilitate this, clear explanations are provided on how the project works and why it has been designed the way it has That way you will learn a lot about the project and the parts used, knowledge that you can use in your own projects.
Apart from that, the book can be used as a reference guide. Using the index, you can easily locate projects that serve as examples for the C++ commands and Arduino functionality. Even after you’ve built all the projects in this book, it will still be a valuable reference guide to keep next to your PC.
Deze kit bevat alles wat je nodig hebt om aan de slag te gaan met de Raspberry Pi Pico RP2040. Perfect om te experimenteren met elektronica, sensoren en basisrobotica. De kit biedt een praktische manier om programmeren en hardwarebesturing te leren.
Inbegrepen
Raspberry Pi Pico RP2040 ontwikkelbord
30 cm Micro:bit platte USB-kabel voor Smart Car
10-pins mannelijk naar vrouwelijk Dupont-kabel
Driebladige ventilator
Blauwe motorbeugel met schroef
3 V DC-motor met draad
ULN2003 driverboard stappenmotor groen
28 mm poot LED 5 mm rood (1 stuk)
28 mm poot LED 5 mm groen (1 stuk)
28 mm poot LED 5 mm geel (1 stuk)
28 mm poot LED 5 mm blauw (1 stuk)
Weerstand 220R 1/4W 1% (1 stuk)
400 punten, zonder verkoop Breadboard
Infrarood obstakelvermijdingssensormodule
Actieve alarmzoemerdrivermodule met lage stroomsterkte (blauw)
7-kleurige knipperende LED-module
Tachile schakelmodule
A Handbook on DIY
Nowadays, security problems are rarely properly solved or correctly addressed. Electronic security is only part of the chain in making a system secure. Electronic security is usually addressed as network or software security, neglecting other aspects, but the chain is only as strong as its weakest link.
This book is about electronic hardware security, with an emphasis on problems that you can solve on a shoestring DIY budget. It deals mostly with secure communications, cryptosystems, and espionage. You will quickly appreciate that you can’t simply buy a trustworthy and reliable cryptosystem off the shelf. You will then realise that this applies equally to individuals, corporations, and governments.
If you want to increase your electronic security awareness in a world already overcrowded with networks of microphones and cameras, this is a book for you. Furthermore, if you want to do something DIY by designing and expanding upon simple electronic systems, please continue reading. Some of the devices described are already published as projects in the Elektor magazine. Some are still ideas yet to be worked out.
Complexity is the main enemy of security, so we'll try to keep to simple systems. Every chapter will analyse real-life espionage events or at least several hypothetical scenarios that will hopefully spark your imagination. The final goal is to build a security-conscious mindset (or “to get into a head of a spy”) which is necessary to recognise possible threats beforehand, to design a truly secure system.
Don’t bother reading if:
you think you and your secrets are 100% safe and secure
you think somebody else can effectively handle your security
you think conspiracy theories only exist in theory – Telefunken’s masterpiece the “FS-5000 Harpoon” was built on one!