Dit 216 pagina's tellende e-book staat boordevol Arduino-ideeën, uitleg, tips, diagrammen, programma's, PCB layouts en meer. Genoeg voor dagen vol informatief, inspirerend en stimulerend leesplezier!
Opgemaakt als PDF bevat dit digitale document een inhoudsopgave inclusief links naar elk project, zo dat u gemakkelijk komt waar u wilt zijn. Dit biedt u de mogelijkheid om tussen projecten te wisselen en degene die u het meeste boeien snel en gemakkelijk te vinden.
Meten is voor een praktiserend elektronicus even vanzelfsprekend als ademhalen. Of het nu om het ontwikkelen van nieuwe schakelingen gaat, de controle van elektronische apparaten tijdens de productiefase of om het foutzoeken in defecte apparatuur: meetapparaten zijn het belangrijkste gereedschap en worden voortdurend gebruikt. 'Weet wat je meet', luidt een bekende uitspraak. En zo is het maar net: om zichzelf geen rad voor ogen te draaien moet de elektronicus weten wat hij doet, moet hij de nauwkeurigheid van zijn meetapparatuur en vooral de voor- en nadelen van de toegepaste meetmethode kennen. En hier steekt dit boek de lezer de helpende hand toe: uitgaand van theoretische beschouwingen en definities van de belangrijkste begrippen van de meettechniek begeleidt het de lezer bij de reis van eenvoudige wijzerinstrumenten via multimeter en oscilloscoop tot en met FFT-analyzers en gespecialiseerde meetapparaten zoals audio-analyzers, geluidsdrukmeters, apparaat- en installatietesters.
Dit boek is een naslagwerk met praktijkgeoriënteerde formules en tabellen – en geen leerboek met uitvoerige uitleg. De schrijver heeft ook voor gecompliceerde vraagstukken handzame verklaringen, benaderingsformules en rekenvoorbeelden ontwikkeld zonder daarbij zijn toevlucht tot simplificaties te nemen. De logische indeling in 10 hoofdstukken vergemakkelijkt het opzoeken en vinden van de gewenste thema’s. In elk hoofdstuk treft u steeds de vereiste wis- en natuurkundige formules aan alsmede de belangrijkste tabellen. • Gelijkstroomkringen (inclusief de beginselen van de elektrotechniek) • Wisselstroomkringen • Dioden (berekeningen, toepassingen en gelijkrichtschakelingen) • Bipolaire transistoren • Veldeffecttransistoren (met schemavoorbeelden en berekeningen) • Speciale componenten (zoals PTC, NTC, VDR) • Operationele versterkers en hun basisschakelingen • Vermogenselektronica • Meettechniek (nauwkeurigheid, correcties, analoge en digitale meetapparaten) • Digitale technieken en binaire signaalwaarden De verzameling formules omvat alle belangrijke details voor ingenieurs en technici in de elektrotechniek en elektronica die zich met onderzoek, ontwikkeling en service bezig houden. Daarnaast is het echter ook bedoeld als naslagwerk voor studenten en docenten in het technisch (beroeps)onderwijs – en zeker ook voor de serieuze hobbyist.
As demand for solar panel installation has risen sharply, especially for installations larger than balcony power plants, the order books of solar companies are full. If you ask for a quote today, you may have to wait a while, if your request isn't simply postponed indefinitely. Another consequence of the solar boom is that some companies are charging very high prices for installations.
Yet there is an obvious and radical solution to the problem of excessive prices: Do it yourself, as the English say. The price of materials is currently affordable, and it's the ideal time for those who do the work themselves. They couldn't save more. Add to this the satisfaction of doing something useful, both economically and ecologically, and the pleasure of building yourself.
In this special issue, you'll find a wide selection of Elektor assemblies, from solar panel controllers to solar water heaters and solar panel orientation systems. The issue also contains practical information on solar panel installation and the technology behind them. Finally, there are a number of articles on the subject of balcony power plants, from how to install them to how to connect them to the Internet...
Contents
BASICS
Dimensioning Photovoltaic Panel ArraysAn introduction to photovoltaic energy and the commonest techniques,followed by simplified calculation models and setup guidelines.
Light Sensor TechnologyMeasuring daylight using LEDs.
Solar Power Made SimpleSolar charging with and without a controller.
Cable Cross-sections and Energy Losses in Solar SystemsKey considerations on the minimum values to respect for electricalcurrent in solar panel cabling.
Solar ModulesEverything you always wanted to know about solar panels...
Ideal Diode ControllerDiode Circuits with Low Power Dissipation.
TIPS
Tracking for Solar Modules
zBot Solar/Battery Power Supply
Solar Cell Array Charger with Regulator
Solar Cell Voltage Regulator
Solar-Powered Night Light
Alternative Solar Battery Charger
PROJECTS
Energy LoggerMeasuring and Recording Power Consumption.
Tiny Solar SupplySunlight In, 3.3 V Out.
A Do-It-Yourself DTURead Data from Small Inverters by μC.
Solar ChargerPortable energy for people on the move.
Solar Thermal Energy RegulatorMaximum power point tracking explored.
2-amp Maximum Power Tracking ChargerSolar Power To The Max.
Computer-driven HeliostatFollow the sun or the stars.
Garden LightingUsing solar cells.
Solar Panel Voltage Converter for IoT DevicesYes we CAN exploit indoor lighting.
Travel ChargerFree power in the mountains.
Solar Cell Battery Charger/MonitorWith protection against deep discharge.
Solar-powered Battery ChargerPIC12C671 avoids overcharging and deep charging.
Converters for Photovoltaic PanelsContributed by TME (Transfer MultisortElektronik).
Solar Charging RegulatorFor panels up to 53 watts.
Solar-Powered ChargerFor lead-acid batteries.
CAN Bus + Arduino for Solar PV Cell MonitoringDetect and locate serviceable panels in large arrays.
Balcony Power Plant 2.0The latest: solar panels, installation and inverters
Tout sur les protocoles et leur mise en œuvre avec Arduino
Initialement destiné aux véhicules routiers, le réseau CAN (« Controller Area Network ») et son successeur le réseau CAN FD (« Flexible Data ») ont vu leurs champs d’application s’élargir à de nouveaux domaines. L’industrie propose de nombreux modules microcontrôleurs dotés d’une interface CAN et/ou CAN FD. L’environnement de développement Arduino a démocratisé la programmation de ces modules et il existe des bibliothèques qui implémentent un pilote CAN et/ou un pilote CAN FD.
La première partie dresse un rapide historique des réseaux CAN et CAN FD et expose la problématique des lignes de transmission en abordant succinctement leur théorie et présentant des résultats de simulation Spice.
La deuxième partie est consacrée au réseau CAN, en détaillant successivement la fonction logique du réseau, les transcepteurs, les contrôleurs, la topologie la plus classique (le bus) et d’autres moins courantes, les répéteurs et les passerelles. Les aspects particuliers du protocole, tels que le bit stuffing, l’arbitrage, les trames d’erreur, la détection des erreurs sont exposés. La discussion de la fiabilité du protocole est illustrée par des exemples mettant en évidence ses faiblesses.
La troisième partie présente le protocole CAN FD, ses deux variantes CAN FD ISO et CAN FD non ISO, leurs fiabilités, leurs faiblesses, mises en évidence par des exemples. Différents transcepteurs et contrôleurs CAN FD sont décrits.
La quatrième partie est dédiée aux applications : comment utiliser les services d’un pilote, concevoir une messagerie, utiliser un analyseur logique. Deux exemples d’application terminent cette partie.
Ce livre s’adresse aux amateurs et aux ingénieurs non spécialistes pour comprendre les possibilités qu’offre un réseau CAN et comment on le met en œuvre. Un enseignant trouvera des informations pour approfondir ses connaissances et pour concevoir des travaux pratiques. Une connaissance des microcontrôleurs, de leur programmation, de l’électronique numérique aidera à la lecture des schémas. La connaissance du langage C++ et du langage de simulation électronique Spice facilitera la compréhension des programmes qui sont décrits dans le livre. Tous les codes source sont disponibles sur le dépôt GitHub de l’auteur.
Téléchargements
GitHub
De FNIRSI CTG-20 is een laagdiktemeter ontworpen voor het meten van de dikte van gegalvaniseerde coatings of coatings op metalen oppervlakken. Het kan niet-magnetische coatings (zoals verf) op magnetische materialen zoals staal of ijzer nauwkeurig meten, evenals coatings op niet-magnetische materialen zoals aluminium.
Uitgerust met een ingebouwde precisiesonde en een oplaadbare lithiumbatterij, detecteert het apparaat automatisch substraateigenschappen en bepaalt de laagdikte met behulp van elektromagnetische inductie en wervelstroomeffecten. Dit robuuste instrument levert snelle en zeer nauwkeurige metingen, waardoor het ideaal is voor toepassingen in de productie, de chemische industrie, de automobielsector en andere testgebieden.
Specificaties
Meetbereik
0-1400 μm
Nauwkeurigheid
±3% +2 μm
Resolutieverhouding
0,1 µm
Kalibratie
Nulpuntkalibratie, meerpuntskalibratie
Eenheid
μm, mil
Minimale convexe kromtestraal
5 mm
Minimale convexe kromtestraal
25 mm
Minimale meetgebieddiameter
20 mm
Batterij
600 mAh lithiumbatterij
Oplaadinterface
USB-C
Kenmerken
Gegevensopslag, draaibaar scherm, plamuurpoedertest, automatische uitschakeling
Afmetingen
115 x 48 x 18 mm
Gewicht
83 g
Inbegrepen
1x FNIRSI CTG-20 Laagdiktemeter
1x USB-kabel
1x Manual
Downloads
Manual
Elektor GREEN en GOLD leden kunnen deze uitgave hier downloaden.
Nog geen lid? Klik hier om een lidmaatschap af te sluiten.
DHZ-accusysteem voor zonne-energiebouw uw eigen energieopslag voor zonnepanelen
Simulator voor zonnepanelentest en optimaliseer MPP-trackers en omvormers
De STM32 Edge-AI-ContestOntdek de nieuwe STM32N6 en ding mee naar € 5000!
Vergroten van de bandgapdaarom is er zoveel interesse in SiC en GaN
Powerbank voor noteboekgeef uw oude laptop een tweede leven
Medische robotshet overwinnen van technische en regelgevende barrières
Vorstbescherming voor fruitbomenmet temperatuurlogger
Het analoge dingde Arduino onder de analoge computers?
Zuinige relaisdriverspaart 90% spoelstroom
Verbetering van de ET5410A+ DC-belastingblijf koel en stil
electronica 2024een terugblik
Elektromagnetische compatibiliteitEMC in een notendop!
Alle begin......filtert actief
Reduceer vermogensverlies met seriecondensatorenslim gebruik van capacitieve reactantie
De betaalbare MCP4725 12-bit digitaal/analoog-omzetterEEPROM-functie zorgt voor veilig inschakelgedrag
FNIRSI LCR-ST1 smart LCR-meetpincet
Raspberry Pi-gebaseerd test- en meetlabals eerste: de ADC
Elektronische belastingweerstandmet onderdelen die u waarschijnlijk hebt liggen
2025: een AI-odysseeenkele projecten voor het nieuwe jaar
Project-update: AmpVolt v2.0100 ampère en meer!
Project 2.0correcties, updates en brieven van lezers
Ethische transparantie ontsluierdinzichten uit het Ethics in Electronics 2024 onderzoek
Audio DSP FX Processor Boarddeel 2: toepassingen maken
The Power Delivery Board is essentially a sink controller board. It negotiates with the USB PD charger to obtain the desired voltage and current according to the specified configuration.
The USB-C PD Power Delivery Board can be used in various applications where USB-C is utilized to power a product or project. It features a user-friendly DIP switch that allows you to select the desired output voltage or current from your USB PD charger.
Additionally, it has an on-board DC-DC converter capable of generating either 5 V or 3.3 V, depending on the jumper setting. It can easily provide around 3.3 W of power.Note: More power can be drawn from the DC-DC converter if the USB PD voltage is lower (e.g., 9 V, 12 V) or if an external heatsink is used.
Voltage and current selection or monitoring is possible through the I²C interface available on the 4-pin header.
Specificaties
USB-C Input
Power delivery up to 65 W via DIP switch and 100 W via I²C command (I²C pullups are not on the board). Please note that the 3.25 A setting(via DIP Switch) may not work with many USB-C PD chargers. We have also observed this during testing.
An additional DC-DC Converter(TPS54302) is onboard to generate 3.3 V, 1 A/5 V, 0.65 A output so that you need fewer components on your application board.
4x Mounting holes for easy mounting
LED indication for USB-C input, USB PD output and DC-DC converter output
A 2-pin power terminal is provided for easy connection
A 4-pin 2.54 mm header connector is provided for the I²C connection
Both connectors will come unsoldered
Dimensions: 50 x 35 mm
The DiP-Pi PIoT is an Advanced Powered, WiFi connectivity System with sensors embedded interfaces that cover most of possible needs for IoT application based on Raspberry Pi Pico. It can supply the system with up to 1.5 A @ 4.8 V delivered from 6-18 VDC on various powering schemes like Cars, Industrial plant etc., additionally to original micro-USB of the Raspberry Pi Pico. It supports LiPo or Li-Ion Battery with Automatic Charger as also automatic switching from cable powering to battery powering or reverse (UPS functionality) when cable powering lost. Extended Powering Source (EPR) is protected with PPTC Resettable fuse, Reverse Polarity, as also ESD.The DiP-Pi PIoT contains Raspberry Pi Pico embedded RESET button as also ON/OFF Slide Switch that is acting on all powering sources (USB, EPR or Battery). User can monitor (via Raspberry Pi Pico A/D pins) battery level and EPR Level with PICO’s A/D converters. Both A/D inputs are bridged with 0402 resistors (0 OHM) therefore if for any reason user needs to use those Pico pins for their own application can be easy removed. The charger is automatically charging connected battery (if used) but in addition user can switch charger ON/OFF if their application needs it.DiP-Pi PIoT can be used for cable powered IoT systems, but also for pure Battery Powered System with ON/OFF. Each powering source status is indicated by separate informative LEDs (VBUS, VSYS, VEPR, CHGR, V3V3).User can use any capacity of LiPo or Li-Ion type; however, must take care to use PCB protected batteries with max discharge current allowed of 2 A. The embedded battery charger is set to charge battery with 240 mA current. This current is set by resistor so if user need more/less can himself to change it. The DiP-Pi PIoT is also equipped with WiFi ESP8266 Clone module with embedded antenna. This feature open a wide range of IoT applications based on it.In Addition to all above features DiP-Pi PIoT is equipped with embedded 1-wire, DHT11/22 sensors, and micro–SD Card interfaces. Combination of the extended powering, battery, and sensors interfaces make the DiP-Pi PIoT ideal for IoT applications like data logger, plants monitoring, refrigerators monitoring etc.DiP-Pi PIoT is supported with plenty of ready to use examples written in Micro Python or C/C++.SpecificationsGeneral
Dimensions 21 x 51 mm
Raspberry Pi Pico pinout compatible
Independent Informative LEDs (VBUS, VSYS, VEPR, CHGR, V3V3)
Raspberry Pi Pico RESET Button
ON/OFF Slide Switch acting on all powering sources (USB, EPR, Battery)
External Powering 6-18 VDC (Cars, Industrial Applications etc.)
External Power (6-18 VDC) Level Monitoring
Battery Level Monitoring
Inverse Polarity Protection
PPTC Fuse Protection
ESD Protection
Automatic Battery Charger (for PCB protected LiPo, Li-Ion – 2 A Max) Automatic/User Control
Automatic Switch from Cable Powering to Battery Powering and reverse (UPS Functionality)
Various powering schemes can be used at the same time with USB Powering, External Powering and Battery Powering
1.5 A @ 4.8 V Buck Converter on EPR
Embedded 3.3 V @ 600 mA LDO
ESP8266 Clone WiFi Connectivity
ESP8266 Firmware Upload Switch
Embedded 1-wire Interface
Embedded DHT-11/22 Interface
Powering Options
Raspberry Pi Pico micro-USB (via VBUS)
External Powering 6-18 V (via dedicated Socket – 3.4/1.3 mm)
External Battery
Supported Battery Types
LiPo with protection PCB max current 2A
Li-Ion with protection PCB max current 2A
Embedded Peripherals and Interfaces
Embedded 1-wire interface
Embedded DHT-11/22 Interface
Micro SD Card Socket
Programmer Interface
Standard Raspberry Pi Pico C/C++
Standard Raspberry Pi Pico Micro Python
Case CompatibilityDiP-Pi Plexi-Cut CaseSystem Monitoring
Battery Level via Raspberry Pi Pico ADC0 (GP26)
EPR Level via Raspberry Pi Pico ADC1 (GP27)
Informative LEDs
VB (VUSB)
VS (VSYS)
VE (VEPR)
CH (VCHR)
V3 (V3V3)
System Protection
Direct Raspberry Pi Pico Hardware Reset Button
ESD Protection on EPR
Reverse Polarity Protection on EPR
PPTC 500 mA @ 18 V fuse on EPR
EPR/LDO Over Temperature protection
EPR/LDO Over Current protection
System Design
Designed and Simulated with PDA Analyzer with one of the most advanced CAD/CAM Tools – Altium Designer
Industrial Originated
PCB Construction
2 ozcopper PCB manufactured for proper high current supply and cooling
6 mils track/6 mils gap technology 2 layers PCB
PCB Surface Finishing – Immersion Gold
Multi-layer Copper Thermal Pipes for increased System Thermal Response and better passive cooling
Downloads
Datasheet
Manual
This is an I/O expansion kit designed for Raspberry Pi, which provides 5 sets of 2x20 pinheaders, that means a handy way to 'stack' multi different HATs together, and use them as a specific combination / project. Features Standard Raspberry Pi connectivity, directly pluggable OR through ribbon cable 5 sets of 2x20 pinheaders, connect multi HATs together USB external power port, provides enough power supply for multi HATs Clear and descriptive pin labels for easy use Reserved jumper pads on the bottom side, pin connections are changeable by soldering, to avoid pin conflicts Note: make sure there are no any pin conflicts between the HATs you want to use together before connecting. Specifications Dimensions: 183 × 65 mm Mounting hole size: 3 mm Included 1x Stack HAT 1x Ribbon cable 40-Pin 1x 2x20 male pinheader 1x RPi screws pack (4pcs) x1
Features ATmega328 microcontroller met Optiboot Bootloader R3 Shield Compatible CH340C serieel-USB-converter 3.3 V tot 5 V Spanningsniveau Jumper A4 / A5 jumpers AP2112 spanningsregelaar ISP-kopje Ingangsspanning: 7 V - 15 V 1 Qwiic aansluiting 16 MHz kloksnelheid 32 k Flash-geheugen Alle SMD constructie verbeterde resetknop
De SEQURE ES666 is een slimme elektrische schroevendraaier, ontworpen voor precisietaken zoals het monteren en demonteren van elektronica, RC-modellen, drones en meer.
Hij beschikt over meerdere werkingsmodi: Sensing Mode, Fixed Mode en Automatic Mode, voor veelzijdig gebruik. Het apparaat is voorzien van een OLED-display en een oplaadbare batterij van 600 mAh, goed voor maximaal 4 uur gebruik.
Kenmerken
Smart Control: Ondersteunt hoeksensorregeling en instelbare gevoeligheid. Het start en stopt automatisch voor handsfree gebruik en stopt automatisch wanneer de schroef volledig is vastgedraaid.
Verbeterde zichtbaarheid: Uitgerust met schaduwloze led-lampjes aan de voorzijde met aan/uit- en vertragingsstanden.
Robuust ontwerp: Gemaakt met een metalen behuizing en antislipstrips voor een stevige grip die wegrollen voorkomt.
Hoogwaardige bits: Inclusief duurzame S2-stalen bits met ingebouwde sterke magneten voor snelle montage en demontage van schroeven.
Krachtige prestaties: Uitgerust met een metalen tandwielreductiemotor en een ingebouwde accu met hoge capaciteit voor stabiel, continu gebruik.
Smart Display: Wordt geleverd met een dynamische multifunctionele gebruikersinterface en ondersteunt firmware-upgrades.
Veelzijdig gebruik: Biedt 7 koppelinstellingen voor diverse taken – ideaal voor reparaties, het monteren of demonteren van RC-modellen, drones, mobiele telefoons, computers, horloges, brillen en andere elektronica.
Specificaties
Handmatige koppel
22 kgf.cm / 2,2 N.m
Koppeltandwielen
7
Accu
600 mAh
Onbelast toerental
250 tpm
Werktijd
Onbelast 4 uur
Opladen
USB-C 5 V
Bits
4 mm Zeshoekig
Display
128 x 32 OLED
Voorverlichting
LED
Werkmodi
Sensing, Vast, Automatisch
Firmware-upgrades
Ja
Menutalen
Engels, Russisch en Chinees
Afmetingen
15 x 16 x 140 mm
Gewicht (schroevendraaier)
57 g
Inbegrepen
1x SEQURE ES666 elektrische schroevendraaier
30x Magnetische S2 stalen bits
1x USB-C oplaadkabel
1x Draagtas
35 Touch Develop & MicroPython Projects
The BBC micro:bit is a credit sized computer based on a highly popular and high performance ARM processor. The device is designed by a group of 29 partners for use in computer education in the UK and will be given free of charge to every secondary school student in the UK.
The device is based on the Cortex-M0 processor and it measures 4 x 5 cm. It includes several important sensors and modules such as an accelerometer, magnetometer, 25 LEDs, 2 programmable push-button switches, Bluetooth connectivity, micro USB socket, 5 ring type connectors, and a 23-pin edge connector. The device can be powered from its micro USB port by connecting it to a PC, or two external AAA type batteries can be used.
This book is about the use of the BBC micro:bit computer in practical projects. The BBC micro:bit computer can be programmed using several different programming languages, such as Microsoft Block Editor, Microsoft Touch Develop, MicroPython, and JavaScript.
The book makes a brief introduction to the Touch Develop programming language and the MicroPython programming language. It then gives 35 example working and tested projects using these language. Readers who learn to program in Touch Develop and MicroPython should find it very easy to program using the Block Editor or any other languages.
The following are given for each project:
Title of the project
Description of the project
Aim of the project
Touch Develop and MicroPython program listings
Complete program listings are given for each project. In addition, working principles of the projects are described briefly in each section. Readers are encouraged to go through the projects in the order given in the book.
Specifications
Datasheet
Resonance Frequency (FO): 680 ±20% Hz at 1 V
Rated Impedance: 8 ±20% Ω (at 1 KHz)
Frequency Range: ~600-10 KHz
Rated Input Power: 0.25 W
Max Input Power: 0.5 W
Temperature Range: -20ºC ~ 55ºC
Dimensions
Diameter: 28 mm / 1.1'
Height: 4.5 mm
Weight: 6 g
This PCIe to M.2 adapter is specifically designed for the Raspberry Pi 5. It supports the NVMe protocol for M.2 SSDs, enabling fast read and write operations, and adheres to the HAT+ standard. The adapter is compatible with M.2 SSDs in the 2230 and 2242 sizes.
Inbegrepen
1x PCIe to M.2 HAT+ Adapter
1x 2x20 Pin header
1x 16P cable (40 mm)
1x Standoff pack
Downloads
Wiki
Een set van vijf magnetische, telescopische sprietantennes - met een afstembereik van 100 MHz tot 1 GHz - die met KrakenSDR gebruikt kunnen worden voor richtingbepaling. De magneten zijn sterk en staan stevig op het dak van een rijdende auto. Inclusief een set van vijf twee meter, LMR100-equivalente coaxkabels die op lengte zijn afgestemd voor betere prestaties.
Deze doorzichtige acryl behuizing is de officiële behuizing voor het HackRF One-board. Hij kan de standaard zwarte plastic behuizing van de HackRF One vervangen.
Montage-instructies
Gebruik een plectrum of spudger om de HackRF One printplaat uit de zwarte plastic behuizing te halen.
Steek een lange schroef in elke hoek van het onderste acrylpaneel. Zet elke lange schroef vast met een kort afstandsstuk (5 mm) aan de tegenoverliggende kant van het paneel.
Plaats de HackRF One printplaat (naar boven gericht) bovenop het onderpaneel en steek de uiteinden van de lange schroeven door de bevestigingsgaten in de hoeken van de print.
Zet de printplaat vast met een lang afstandsstuk (6 mm) in elke hoek.
Plaats het bovenste acrylpaneel op de printplaat en lijn de uitsparingen uit met de extension headers op de print.
Zet elke hoek vast met een korte schroef.
Opmerking: Niet te strak aandraaien! Na elke stap alleen met de hand aandraaien.
STmicroelectronics’ wireless IoT & wearable sensor development kit
‘SensorTile.box’ is a portable multi-sensor circuit board housed in a plastic box and developed by STMicroelectronics. It is equipped with a high-performance 32-bit ARM Cortex-M4 processor with DSP and FPU, and various sensor modules, such as accelerometer, gyroscope, temperature sensor, humidity sensor, atmospheric pressure sensor, microphone, and so on. SensorTile.box is ready to use with wireless IoT and Bluetooth connectivity that can easily be used with an iOS or Android compatible smartphone, regardless of the level of expertise of the users. SensorTile.box is shipped with a long-life battery and all the user has to do is connect the battery to the circuit to start using the box.
The SensorTile.box can be operated in three modes: Basic mode, Expert mode, and Pro mode. Basic mode is the easiest way of using the box since it is pre-loaded with demo apps and all the user has to do is choose the required apps and display or plot the measured data on a smartphone using an app called STE BLE Sensor. In Expert mode users can develop simple apps using a graphical wizard provided with the STE BLE Sensor. Pro mode is the most complex mode allowing users to develop programs and upload them to the SensorTile.box.
This book is an introduction to the SensorTile.box and includes the following:
Brief specifications of the SensorTile.box; description of how to install the STE BLE Sensor app on an iOS or Android compatible smartphone required to communicate with the box.
Operation of the SensorTile.box in Basic mode is described in detail by going through all of the pre-loaded demo apps, explaining how to run these apps through a smartphone.
An introduction to the Expert mode with many example apps developed and explained in detail enabling users to develop their own apps in this mode. Again, the STE BLE Sensor app is used on the smartphone to communicate with the SensorTile.box and to run the developed apps.
The book then describes in detail how to upload the sensor data to the cloud. This is an important topic since it allows the sensor measurements to be accessed from anywhere with an Internet connection, at any time.
Finally, Pro mode is described in detail where more experienced people can use the SensorTile.box to develop, debug, and test their own apps using the STM32 open development environment (STM32 ODE). The Chapter explains how to upload the developed firmware to the SensorTile.box using several methods. Additionally, the installation and use of the Unicleo-GUI package is described with reference to the SensorTile.box. This PC software package enables all of the SensorTile.box sensor measurements to be displayed or plotted in real time on the PC.
De JOY-iT VAX-1030 multifunctionele meter meet spanning, stroomsterkte, energie, vermogen, temperatuur, realtime capaciteit en laad-/ontlaadtijden in DC-circuits.
Het display kan via een micro-USB-kabel of draadloos via radiotransmissie met de meetmodule worden verbonden.
Dankzij in totaal 26 communicatiekanalen kunnen meerdere apparaten tegelijkertijd met de meter communiceren.
Het geïntegreerde relais biedt overspannings-, onderspannings- en overstroombeveiliging. Bovendien kan het circuit handmatig worden losgekoppeld.
Specificaties
Voltage Range
0-100 V
Voltage Resolution
0.01 V
Voltage Accuracy
±2% - 3 Digit
Current Range
1-30 A
Current Resolution
0.01 A
Power Range
0 W - 200 kW
Power Resolution
0.001 W
Working Measuring Range
0 W - 4000 kWh
Working Measuring Resolution
0.001 Wh
Load Display Range
0 Ah - 2000 kWh
Load Display Resolution
0.001 Ah
Temperature Range
-20-120 °C
Time Range
0-99 days
Time Resolution
1 sec
Negative Overcurrent Protection
0 A - -300 A
Positive Overcurrent Protection
0 A - 300 A
Overvoltage Protection (OVP)
0 V - 100 V
Undervoltage Protection (LVP)
0 V - 100 V
Protection Delay Time
0 - 10 sec
Relays
Internal
Communication Channels
A - Z (26 channels)
Address Range
01 - 99
Communication Range
Up to 10 m
Dimensions
113.2 x 57.2 x 48.8 mm
Weight
315 g
The Picon Zero is an add-on for the Raspberry Pi. It has the same size as a Raspberry Pi Zero, making it ideal to function as a pHat. Of course, it can be used on any other Raspberry Pi via a 40-pin GPIO connector.As well as two full H-Bridge motor drivers, the Picon Zero has several Input/Output pins giving you multiple configuration options. That allows you to easily add outputs or analog inputs to your Raspberry Pi without any complicated software or kernel-specific drivers. At the same time, it opens up 5 GPIO pins from the Raspberry Pi, and it provides the interface for an HC-SR04 ultrasonic distance sensor.The Picon Zero comes with all components, including the headers and screw terminals, fully soldered. Soldering isn't required. You can use it right out of the box.Features
pHat format PCB: 65 mm x 30 mm
Two full H-Bridge motor drivers. Drive up to 1.5 A continuously per channel, at 3 V - 11 V.
Each motor output has both a 2-pin male header and a 2-pin screw terminal.
The motors can be powered from the Picon Zero's 5 V or an external power source (3 V - 11 V).
The Picon Zero's 5 V can be selected to be from the Raspberry Pi's 5 V line, or a USB connector on the Picon Zero. That means that you can effectively have 2 USB battery banks: one to power the servos and motors on the Picon Zero and the other to power the Pi.
4 Inputs that can accept up to 5 V. These inputs can be configured as follows:
Digital inputs
Analog inputs
DS18B20
DHT11
6 Outputs that can drive 5 V and be configured as:
Digital Output
PWM Output
Servo
NeoPixel WS2812
All Inputs and Outputs use GVS 3-pin male headers.
4-pin female header that connects directly to an HC-SR04 ultrasonic distance sensor.
8-pin female header for Ground, 3.3 V, 5 V, and 5 GPIO signals allowing you to add their additional features.
Hardware ConfigurationPicon Zero has two jumpers for setting the hardware configuration. Ensure that you have placed them in the correct position.
JP1 – Board 5 V Selector. This jumper selects where to get the 5 V power from for the Picon Zero Outputs. The options are:
Jumper at the top between RPI and 5 V. The 5 V power for the board is taken from the Raspberry Pi pins on the GPIO connector. Because of the low power output devices and the 5 V motors, all devices can be powered with a single 5 V power input.
Jumper at the bottom between USB and 5 V. The 5 V power is taken from the microUSB connector on the Picon Zero. Useful for higher power output devices, since you can provide extra power through the micro-USB connector on the board
JP2 – Motor Power Selector. This jumper selects where the motors get the power. The two options here are the following:
Jumper at the top between MotorPower and Vin. The motors are driven via the 2-pin screw terminal. The voltage can be between 3 V and 11 V. Useful for motors that require a voltage different from 5 V, or that require more current than is available on either of the USB input connectors
Jumper at the bottom between 5 V and MotorPower. The motors are driven from the board's 5 V.
Raspberry Pi ConfigurationThe Picon Zero is an I²C device. Make sure your Raspberry Pi is set up correctly to use I²C and SMBus:
sudo apt-get install python-smbus python3-smbus python-dev python3-dev
sudo nano /boot/config.txt Add the following lines at the end of the file
dtparam=i2c1=on
dtparam=i2c_arm=on
Press Ctrl-X and use the default prompts to save
sudo reboot
Plugin the Picon Zero onto the Pi and run i2cdetect -y 1If everything goes well, you will see the Picon Zero showing up as address 22 as shown below:
Add colors to your projects with this collection of red, green, yellow, blue and white LEDs. They come with various current limiting resistors in order to protect the parts and control the brightness.Included
10 mm LEDs
1x red
1x green
1x yellow
1x blue
1x white
5 mm LEDs
5x red
5x green
5x yellow
5x blue
5x white
3 mm LEDs
5x red
5x green
5x yellow
5x blue
5x white
25x 330 Ω resistors
10x 1 kΩ resistors
10x 10 kΩ resistors
10x 100 kΩ resistors
10x 1 MΩ resistors
Ready to explore the world around you? By attaching the Sense HAT to your Raspberry Pi, you can quickly and easily develop a variety of creative applications, useful experiments, and exciting games.
The Sense HAT contains several helpful environmental sensors: temperature, humidity, pressure, accelerometer, magnetometer, and gyroscope. Additionally, an 8x8 LED matrix is provided with RGB LEDs, which can be used to display multi-color scrolling or fixed information, such as the sensor data. Use the small onboard joystick for games or applications that require user input. In Innovate with Sense HAT for Raspberry Pi, Dr. Dogan Ibrahim explains how to use the Sense HAT in Raspberry Pi Zero W-based projects. Using simple terms, he details how to incorporate the Sense HAT board in interesting visual and sensor-based projects. You can complete all the projects with other Raspberry Pi models without any modifications.
Exploring with Sense HAT for Raspberry Pi includes projects featuring external hardware components in addition to the Sense HAT board. You will learn to connect the Sense HAT board to the Raspberry Pi using jumper wires so that some of the GPIO ports are free to be interfaced to external components, such as to buzzers, relays, LEDs, LCDs, motors, and other sensors.
The book includes full program listings and detailed project descriptions. Complete circuit diagrams of the projects using external components are given where necessary. All the projects were developed using the latest version of the Python 3 programming language. You can easily download projects from the book’s web page. Let’s start exploring with Sense HAT.
SHIM is een oude Yorkshire term die 'Shove Hardware In Middle' betekent - wij gebruiken het voor Raspberry Pi add-ons die zijn ontworpen om tussen uw Pi en een HAT of mini HAT te worden geklemd. Deze heeft een slimme friction fit header die gemakkelijk over je GPIO pinnen glijdt, niet gesoldeerd hoeft te worden*, en gemakkelijk te verwijderen is.De MAX98357A gecombineerde DAC/versterker-chip neemt digitale audio van hoge kwaliteit van uw Pi en versterkt deze, zodat deze kan worden gebruikt met een luidspreker zonder voeding. De push-fit connectors maken het eenvoudig om uw luidspreker aan te sluiten, of het nu een boekenplank of vloerstaande luidspreker is, de luidspreker in een oude radio, of een andere luidspreker die u misschien heeft liggen. Omdat Audio Amp SHIM geen extra ruimte toevoegt aan uw Pi, is het perfect om in te bouwen in een compacte behuizing - u kunt het gebruiken om een kleine MP3-speler te maken om lokale bestanden af te spelen of te streamen van diensten zoals Spotify, een vintage radio de mogelijkheid te geven om digitale radiostreams af te spelen of bliepgeluiden te integreren in uw eigen retro handheld. Het is ook een handige manier om audio-uitgang aan uw Pi Zero of Pi 400 toe te voegen!Let op: Raspberry Pi and speakers zijn niet inbegrepen bij dit board. Features
MAX98357A DAC / amplifier chip
Mono 3W audio out
Push-fit speaker terminals
SHIM-format board with friction-fit connectors
2x mounting holes (M2.5) for if you want to secure everything together with bolts
Fully-assembled
No soldering required (*unless you're using a Pi that comes without a header)
Compatible with all 40-pin header Raspberry Pi models
SoftwareDe eenvoudigste manier om alles in te stellen is gebruik te maken van Pimoroni's Pirate Audio software en installer die I2S audio configureert, alsook Mopidy installeert en onze aangepaste Pirate Audio plugins waarmee u Spotify kunt streamen en lokale bestanden kunt afspelen.Hier is hoe te beginnen:
Stel een SD-kaart in met de laatste versie van Raspberry Pi OS.
Maak verbinding met Wi-Fi of een bekabeld netwerk.
Open een terminal en type het volgende:git clone https://github.com/pimoroni/pirate-audiocd pirate-audio/mopidysudo ./install.sh
Reboot your Pi
Downloads
MAX98357A Datasheet
Pirate Audio software
Schematic