Producten

236 producten


  • 01Space RP2040-0.42LCD Development Board

    01Space RP2040-0.42LCD Development Board

    Arduino, MicroPython, and CircuitPython-compatible compact development board powered by Raspberry Pi RP2040RP2040-0.42LCD is a high-performance development board with integrated 0.42' LCD (70x40 resolution) with flexible digital interfaces.It incorporates Raspberry Pi's RP2040 microcontroller chip. The RP2040 features a dual-core Arm Cortex-M0+ processor clocked at 133 MHz with 264 KB internal SRAM and 2 MB flash storage.Specifications SoC Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller at up to 125 MHz, with 264 KB SRAM Storage 2 MB SPI flash Display 0.42-inch OLED USB 1x USB Type-C port for power and programming Expansion – Qwiic I²C connector– 7-pin and 8-pin headers with up to 11x GPIOs, 2x SPI, 2x I²C, 4x ADC, 1x UART, 5 V, 3.3 V, VBAT, GND Misc – Reset and Boot buttons– RGB LED, power LED Power supply – 5 V via USB-C port or Vin– VBAT pin for battery input– 3.3 V regulator with 500 mA peak output Dimensions 23.5 x 18 mm Weight 2.5 g DownloadsGitHub

    € 19,95

    Leden € 17,96

  •  -34% 40-pin GPIO Header for Raspberry Pi (color-coded)

    40-pin GPIO Header for Raspberry Pi (color-coded)

    This color-coded pin header is ideal for use with Raspberry Pi. All pins are color-coded with corresponding functions making prototyping and hacking easier. Specifications Suitable for all Raspberry Pi models with GPIO 2 pin rows with 20 pins each 2.54 mm pin spacing (pitch) Pin height: 3 / 6 mm Total height: approx. 11 mm Colors/Functions Orange = 3.3 V Red = 5 V Pink = I²C Purple = UART Blue = SPI Yellow = DNC Green = GPIO Black = GND (Ground)

    € 2,95€ 1,95

    Leden identiek

  • 4tronix M.A.R.S. Rover Robot Kit voor Raspberry Pi Zero

    4tronix M.A.R.S. Rover Robot Kit voor Raspberry Pi Zero

    Niet op voorraad

    Geïnspireerd door NASA's Mars rovers Curiosity en Perseverance is de M.A.R.S. Rover van 4tronix een autonoom voertuig dat ontworpen is om op ruw terrein rond te rijden, maar dan op Aarde. Hij heeft dezelfde differentiele arm, tuimelarmen en draaistellen. M.A.R.S. is een acroniem voor 'Mobile Autonomous Robotic System'.Kenmerken 6 Motoren: 80 rpm 6 V, N20 micro-aandrijfmotoren 4 Servo's: MG90S analoge micro-aandrijf servo's met metalen tandwielen 4 FireLEDs Ultrasone afstandssensor op bestuurbare mast Totaal aantal speciale printplaten: 30 Aantal verschillende PCB-ontwerpen: 11 Lengte: 200 mm Breedte: 185 mm Hoogte met mast: 170 mm Gewicht exclusief Raspberry Pi Zero en batterijen: 460 gram Er is een Python-bibliotheekmodule beschikbaar voor de Raspberry Pi Zero waarmee het apparaat gemakkelijk kan worden bediend.Benodigdheden Raspberry Pi Zero 4 oplaadbare AA batterijen Downloads Montage van de 4tronix M.A.R.S. Rover kit Programmeren M.A.R.S. Rover op de Raspberry Pi Zero Codering met behulp van Microsoft Makecode op GitHub

    Niet op voorraad

    € 184,95

    Leden € 166,46

  •  -26% 4tronix Picon Zero v1.3 – Intelligent Robotics Controller for Raspberry Pi

    4tronix Picon Zero v1.3 - Intelligent Robotics Controller for Raspberry Pi

    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:

    € 18,95€ 13,95

    Leden identiek

  • Adjustable Raspberry Pi Camera Mount & Protector

    Adjustable Raspberry Pi Camera Mount & Protector

    Features Simple slide angle adjustment Camera Module protection 'sandwich' plates Made from crystal clear laser-cut acrylic in the UK 1/4 inch hole for tripod mounting Stable 4-leg base Here you can find the Assembly Instructions.

    € 9,95

    Leden € 8,96

  • ADS-B Antenna (1090 MHz)

    ADS-B Antenna (1090 MHz)

    This outdoor antenna made of fiberglass is optimized for the reception of ADS-B signals on the 1090 Mhz frequency. The antenna consists of a half-wave dipole with 5 dBi gain, encapsulated inside a fiberglass radome with an aluminum mounting base. With a Raspberry Pi, an RTL-SDR and this antenna, you can receive position data from aircraft in your area for apps such as Flightradar24 or FlightAware. Specifications Frequency 1090 MHz Antenna type Dipole 1/2 wave Connector N female Installation type Mast Diam 35-60 mm (mounting bracket included) Gain 5 dBi SWR ?1.5 Type of Polarization Vertical Maximum power 10 W Impedance 50 Ohms Dimensions 62.5 cm Tube diameter 26 mm Base antenna 32 mm Operating temperature -30°C to +60°C Included ADS-B antenna (1090 Mhz) Mast bracket (for installation on a 35 to 60 mm diameter mast)

    € 74,95

    Leden € 67,46

  • Aoyue 8486 Fume Extractor

    Aoyue 8486 Fume Extractor

    De Aoyue 8486 rookafzuiger maakt gebruik van 3 filters, waaronder HEPA en actieve koolkorrels, die zorgen voor een maximale extractie efficiëntie. Dit verwijdert 97% van de deeltjes groter dan 0,3 um. Plaats de arm van de rookafzuiger eenvoudig boven het soldeerwerk, daar waar u de rook verwacht. Kies het juiste vermogen voor de rookafzuiging met behulp van de bedieningsknop en de grote uitlezing op het voorpaneel. De Aoyue 8486 zuigt dan soldeerrook, veroorzaakt door smeltend vloeimiddel en andere dampen, weg van uw gezicht zodat u vrij kunt ademen. Kenmerken Desktop rookafzuigsysteem met HEPA-filter (high efficiency particulate air filter) voor het verwijderen van stofdeeltjes en een verbeterd actief koolstof filtratiesysteem. Met echte koolstof filterkorrels. Grote zuigkracht, stille werking. Elektronisch bedieningspaneel met variabele luchtstroomregeling. Subfilters verlengen de levensduur van de hoofdfilters. Vrijstaande afzuigarm. Afzuigarm kan naar wens worden gebogen en behoudt vorm na verdraaiing. Het apparaat heeft montagegaten zodat hij aan de muur kan worden bevestigd om zo bureauruimte vrij te maken. Specificaties Voeding 220 V DC spanning 12 V Zuigventilator 3,59 m/s Zuigkracht 18-100% HEPA-filter H11 class Koolstoffilter Activated carbon 800 IV (cilinder type) Afmetingen 184 x 184 x 152 mm (B x H x D) Gewicht 1,8 kg Inbegrepen Basisstation Flexibele afzuigarm Filterkap HEPA-filter Actief koolstoffilter Sub-luchtfilter DC voeding Gebruiksaanwijzing

    € 179,95

    Leden € 161,96

  • Arduboy FX

    Arduboy FX

    Arduboy is a miniture game development system the size of a credit card based on the popular open source Arduino platform. Learn to program/code with lots of tutorials and an active community of developers, develop and share your own games using Arduino software via the USB-Cable. Use your PC/Mac/Linux machine to download over 200 unique games created by members of the Arduboy Community.Features Processor: ATmega32u4 (same as Arduino Leonardo & Micro) Memory: 32 KB Flash, 2.5 KB RAM, 1 KB EEPROM Inputs: 6 Momentary Tactile Buttons Outputs: 128 x 64 1-bit OLED, 4 Ch. Piezo Speaker & Blinky LED Battery: 180 mAh Thin-Film Lithium Polymer Connectivity: Micro-USB 2.0 with built-in HID profile Programming: Arduino IDE, Arduboy Game Loader, GCC & AVRDude Open source gamingAnyone can make games for the Arduboy! Free online tutorials guide you through a step by step process on how to develop your own software! There are already plenty of examples to learn from. Ever wanted to create a level or map for your favorite game, or make your favorite character jump higher? Now is your chance!Super retroDesigned to remind you of a more simple time in the world of gaming, the Arduboy brings true 8-bit gaming into the 21st century with style. The black and white screen invites you to involve your imagination once again while gaming.Durable constructionA polycarbonate front, ultra thin circuit board, and stamped aluminum metal back is the ultimate combination. A rechargeable lithium polymer battery provides over 8 hours of battery life, and the same cable you use to charge can be used to upload new games! At only 5 mm thick, Arduboy can live in your pocket (or even wallet) and is thinner than nearly any mobile phone!Downloads Schematics GitHub Documentation

    € 74,95

    Leden € 67,46

  • Argon ONE M.2 Case for Raspberry Pi 4

    Argon ONE M.2 Case for Raspberry Pi 4

    2 reviews

    The Argon ONE M.2 Case ups the ante by providing two full-sized HDMI ports, power management modes that allows for automatic booting, built-in IR support with streamlined options for configuration and integrated M.2 SATA SSD support through the USB 3 ports of the Raspberry Pi 4.Argon ONE M.2 Case extended support for M.2 SATA SSDs allows you to maximize the true potential speeds of your Raspberry Pi 4. You will now be able to boot via an M.2 SATA SSD for faster boot times and larger storage capacity compared to the traditional microSD card.Argon ONE M.2 is UASP supported for the Raspberry Pi 4 which means you can maximize the transfer speeds of your M.2 SATA Drive.It is compatible with any M.2 SATA SSD with Key-B and Key B&M.Features M.2 SATA SSD CompatibilityAccepts any size of M.2 SATA SSD with Key-B or Key-B&M UASP Supported for Raspberry Pi 4Maximizes the high speed data transfers for Raspberry Pi 4 Two Full-Sized HDMIImproves the dual-monitor support of the Raspberry Pi 4 for its video input Power Management ModesOffers 2 power management options with automatic booting or “Always ON Mode” Built-in IR SupportProgrammable IR support to the Raspberry Pi with streamlined options. Works out of the box with the Argon ONE Remote. Active CoolingSoftware Programmable 30 mm FAN via the Argon ONE software Passive CoolingAluminum alloy top case acts as a giant heatsink connected to the CPU of the Raspberry Pi 4 Cable ManagementRepositioned all ports to the back of the Raspberry Pi 4 to highlight its sleek and modern design.

    € 64,95

    Leden € 58,46

  • Battery Holder 2xAA with JST-XH Connector

    Battery Holder 2xAA with JST-XH Connector

    Niet op voorraad

    Battery Holder 2xAA with JST-XH Connector Do not use with BBC micro:bit

    Niet op voorraad

    € 4,95

    Leden € 4,46

  • BBC micro:bit v2

    BBC micro:bit v2

    Differences between micro:bit v1 and micro:bit v2 The BBC micro:bit v2 is equipped with BLE Bluetooth 5.0 It has a Power off button(push and hold power button) MEMS microphone with a LED indicator Onboard speaker Touch-sensitive logo pin LED power indicator A notched edge connector for easier connections.

    € 24,95

    Leden € 22,46

  • Breadboard (830 Tie Points)

    Breadboard (830 Tie Points)

    Specifications Terminal strip, tie-point 630 Distribution strips, tie-point 200 Solderless breadboard (MB-102) Wire size: Suitable for 20-29 AWG wires, jumper wire of 0.8 mm diameter Material: ABS. Transparent material Size: 16.5 x 5.3 x 0.85 cm Brand new and high quality They allow electronic components to be interconnected in an almost endless number of ways to produce working circuits Because no soldering is required, modifying or revising the circuits can be done quite easily The breadboard consists of a set of formed metal sockets inserted into a durable plastic housing Phosphor bronze nickel plated spring clips Adhesive sheet on the bottom of the board

    € 5,95

    Leden € 5,36

  •  -27% Bundel: Getting Started with ESPHome + LILYGO TTGO T-Display ESP32 (16 MB)

    Bundel: Getting Started with ESPHome + LILYGO TTGO T-Display ESP32 (16 MB)

    Ontwikkel uw eigen aangepaste domotica Deze bundel bevat: Getting Started with ESPHome (normale prijs: € 29,95) LILYGO T-Display ESP32 (16 MB) (normale prijs: € 24,95) Over het boekEspressif's ESP8266 en ESP32 microcontrollers hebben doe-het-zelf domotica naar de massa's gebracht. Echter, niet iedereen is vloeiend in het programmeren van deze microcontrollers met Espressif's C/C++ SDK, de Arduino core, of MicroPython. Dit is waar ESPHome tot zijn recht komt: met dit project programmeert u uw microcontroller niet, maar configureert u hem.Dit boek laat zien hoe u uw eigen domotica-apparaten kunt maken met ESPHome op een ESP32-microcontrollerbord. U leert hoe u allerlei elektronische componenten kunt combineren en complexe gedragingen kunt automatiseren. Uw apparaten kunnen volledig autonoom werken, en via Wi-Fi verbinding maken met uw domotica gateways zoals Home Assistant of MQTT broker.Aan het eind van dit boek zult u in staat zijn om uw eigen aangepaste domotica-apparaten te maken op de manier die u wilt. Dankzij ESPHome en de ESP32 ligt dit binnen ieders handbereik. Opzetten van een ESPHome-ontwikkelomgeving en maken van onderhoudbare configuraties Gebruik knoppen en LED's Een zoemer laten klinken en melodietjes afspelen Metingen uitlezen van verschillende soorten sensoren Communiceer over een korte afstand met NFC, infrarood licht, en Bluetooth Low Energy Toon informatie op verschillende soorten displays Over het bord Chipset Espressif-ESP32 240 MHz Xtensa single-/dual-core 32-bit LX6 microprocessor FLASH QSPI flash 16 MB SRAM 520 kB SRAM Knop Opnieuw USB naar TTL CP2104 Modulaire interface UART, SPI, SDIO, I²C, LED PWM, TV PWM, I²S, IRGPIO, ADC, condensator aanraaksensor, DACLNA voorversterker DisplayDisplay IPS ST7789V 1.14 Inch Werkspanning 2.7-4.2 V Werkende stroom Over 67 MA Slaapstroom Over 350 uA Werkende temperatuurwaaier -40? ~ +85? Grootte & Gewicht 51,52 x 25,04 x 8,54 mm (7,81 g) Voeding USB 5 V/1 A Laadstroom 500 mA Batterij 3,7 V lithiumbatterij JST-aansluiting 2-Pins 1.25 mm USB Type-C

    € 54,95€ 39,95

    Leden identiek

  • CH340 USB to TTL Converter UART Module CH340G (3.3 V/5.5 V)

    CH340 USB to TTL Converter UART Module CH340G (3.3 V/5.5 V)

    Features Built-in USB to TTL transfer chip TTL interface output, easy to connect to the MCU Status LED Dual 3.3 V and 5 V power output, working with 3.3 V and 5 V target device Size: 55 x 16 mm

    € 7,95

    Leden € 7,16

  • Cleaning Nozzle Drill Kit (0.1-1.0 mm)

    Cleaning Nozzle Drill Kit (0.1-1.0 mm)

    Cleaning nozzle drill kit small box containing 10 carbide PCB drills from 0.1 mm to 1 mm all with 4 mm shaft. Ideal for drilling small precision holes in pcb's, plastic or soft metal.

    € 8,95

    Leden € 8,06

  • Clearpath Robotics TurtleBot 4 Lite

    Clearpath Robotics TurtleBot 4 Lite

    TurtleBot 4 is the next-generation of the world’s most popular open source robotics platform for education and research, offering better computing power, better sensors and a world class user experience at an affordable price point.TurtleBot 4 Lite is equipped with an iRobot Create 3 mobile base, a powerful Raspberry Pi 4 running ROS 2, OAK-D spatial AI stereo camera, 2D LiDAR and more. All components have been seamlessly integrated to deliver an out-of-the-box development and learning platform.Specifications Base platform iRobot Create 3 Wheels (Diameter) 72 mm Ground Clearance 4.5 mm On-board Computer Raspberry Pi 4 (4 GB) Maximum linear velocity 0.31 m/s in safe mode0.46 m/s without safe mode Maximum angular velocity 1.90 rad/s Maximum payload 9 kg Operation time 2h 30m – 4h depending on load Charging time 2h 30m Lidar RPLIDAR A1M8 Camera OAK-D-Lite User Power VBAT @1.9 A5 V @ Low current3.3 V @ Low current USB Expansion 2x USB 2.0 (Type A)2x USB 3.0 (Type A) Programmable LEDs Create 3 Lightring Buttons and Switches 2x Create 3 User buttons1x Create 3 Power Button Battery 26 Wh Lithium Ion (14.4 V nominal) Charging Dock Included Size (L x W x H) 342 x 339 x 192 mm Weight 3.3 kg DownloadsUser Manual

    € 1.599,00

    Leden identiek

  • Connex SMPS800RE Switched-mode Power Supply (230 V, ±40 V)

    Connex SMPS800RE Switched-mode Power Supply (230 V, ±40 V)

    De SMPS800RE Switched-mode Power Supply (SMPS) heeft een differentiële uitgangsspanning en twee extra afzonderlijke regelbare spanningen. Hij is speciaal ontworpen om te worden gebruikt met zowel single-ended als BTL-uitgangsklasse AB, H, D of T audioversterkers. De SMPS800RE maakt gebruik van de meest recente high efficiency LLC Series Resonant Converter Topology. Door gebruik te maken van soft-switched topologie heeft de SMPS800RE een zeer lage EMI-ruis, lagere verliezen, en is compacter dan een klassiek hard-switched SMPS met vergelijkbaar vermogen. Kenmerken LLC Series Resonant Converter Topology voor hoog rendement, tot 95,2% en laagste EMI 230 V AC (200-250 V) AC compatibel 800 W continu uitgangsvermogen met koeling, 1000 W piek uitgangsvermogen, 1150 W kortdurend piekvermogen Volledige beveiliging: onderspanning, overspanning, overstroom en overtemperatuur Burst-Mode gebruik bij lage belasting, of onbelast, voor hoog rendement, met minder dan 3 W verbruik Ingebouwde Soft Start voor naadloos inschakelen zonder stroompieken of breaker tripping Ingebouwde ventilatorregeling met variabel toerental, met optioneel een ventilator, en uitschakeling bij overtemperatuur IEC connector voor netspanning, en aansluitingen voor de uitgangsspanningen, LED-lampje voor Power ON Specificaties Netspanning 230 V Uitgangsspanning ±40 V Aux Uitgangsspanning ±12 V Uitgangsvermogen 800 W Ventilator Nee Afmetingen 150 x 100 x 42 mm Gewicht 0,78 kg Downloads Datasheet

    € 179,95

    Leden € 161,96

  •  -23% Content Marketing, Engineered

    Content Marketing, Engineered

    Build Trust and Convert Buyers with Technical ContentResearch shows that this analytical, skeptical buyer conducts a great deal of independent research before engaging with vendors. Companies that share expertise through high-quality content on a consistent basis are not only seen as trusted resources, they also spend less per lead and achieve greater pipeline efficiency.Content Marketing, Engineered guides you through the key steps in creating content to inform, educate, and help your technical buyers on their journey to purchase and beyond. By the time you reach the last page, you’ll be familiar with the entire end-to-end content marketing process, from planning and writing to publishing, promoting, and measuring the performance of your content.

    € 12,95€ 9,95

    Leden identiek

  • Crowtail-4G SIM A7670E Module GPS Breakout Board

    Crowtail-4G SIM A7670E Module GPS Breakout Board

    Deze Crowtail serie 4G module is een krachtige LTE Cat1 draadloze module. Hij maakt gebruik van de SIM A7670E communicatiemodule van Simcom, en communiceert via een UART-interface die 4G datatransmissie en spraakcommunicatie mogelijk maakt. De unit ondersteunt meerdere LTE-banden, waaronder B1 / B3 / B5 / B7 / B8 / B20, evenals WCDMA- en GSM-netwerken. Daarnaast ondersteunt hij verschillende protocollen zoals TCP/IP, FTP, HTTP en meerdere satelliet navigatiesystemen zoals GPS, GLONASS en BDS. De module wordt geleverd met een interface voor het opladen, en kan worden gevoed met een 3,7 V lithium accu of via een 5 V USB-C interface. Hij heeft ook een 3,5 mm koptelefoonaansluiting zodat hij, door een hoofdtelefoon met een microfoon aan te sluiten, kan worden gebruikt voor het maken en ontvangen van telefoongesprekken. Het compacte formaat maakt het eenvoudig om hem te integreren in verschillende IoT-apparaten, en te voldoen aan de eisen van diverse toepassingen. Ook het lage stroomverbruik en de betrouwbare werking behoren tot de redenen waarom hij veel wordt gebruikt bij IoT, smart home, automotive en industriële besturing. Kenmerken Bevat de A7670E communicatiemodule, waardoor 4G-gegevensoverdracht en spraakcommunicatie mogelijk zijn met laag stroomverbruik en hoge betrouwbaarheid Ondersteunt meerdere LTE-banden, waaronder B1 / B3 / B5 / B7 / B8 / B20, evenals WCDMA- en GSM-netwerken Ondersteunt verschillende protocollen zoals TCP/IP, FTP, HTTP en meerdere satelliet navigatiesystemen zoals GPS, GLONASS en BDS Wordt geleverd met een interface voor het opladen, en een hoofdtelefoonaansluiting die kan worden gebruikt voor het maken en ontvangen van telefoongesprekken door een hoofdtelefoon met microfoon aan te sluiten Klein maar krachtig, zíjn compacte formaat maakt het gemakkelijk hem te integreren in verschillende IoT-apparaten. Specificaties Hoofd processor: SIM A7670E LTE-FDD: B1 / B3 / B5 / B7 / B8 / B20 GSM: 900/1800 MHz GSM/GPRS vermogensklasse EGSM900: 4 (33 dBm ±2 dB) DCS1800: 1 (30 dBm ±2 dB) EDGE vermogensklasse: EGSM900: E2 (27 dBm ±3 dB) DCS1800 : E1 (26 dBm +3 dB / -4 dB) LTE vermogensklasse: 3 (23 dBm ±7 dB) Voedingsspanning: 4 V ~ 4,2 V Werkspanning: 3,8 V LTE (Mbps): 10 (DL) / 5 (UL) GPRS/EDGE (Kbps): 236.8 (DL) / 236.8 (UL) Protocol: TCP/IP / IPV4 / IPV6 / Multi-PDP / FTP / FTPS / HTTP / HTTPS / DNS Communicatie interface: USB / UART Firmware upgrade: USB / FOTA Ondersteunde telefoonboek types: SM / FD / ON / AP / SDN Interfaces: 1x aan/uit-knop, 1x BAT, 1x UART, 1x USB-C, 1x SIM-kaart slot Afmetingen: 35 x 50 mm Inbegrepen 1x Crowtail-4G SIM-A7670E 1x 4G GSM NB-IoT antenne 1x GPS keramische antenne Downloads Wiki A7670 AT Command Manual A7670 Datasheet Source Code

    € 39,95

    Leden € 35,96

  • DER EE DE-5000 LCR-meter (100 kHz)

    DER EE DE-5000 LCR-meter (100 kHz)

    De DE-5000 is een slimme, zeer nauwkeurige, flexibele en gebruiksvriendelijke draagbare LCR-meter. Hij beschikt over automatische LCR-check, 4-draads Kelvin-meting, een backlit display met 19999 / 1999 counts, meerdere meetmodi, en instelbare testfrequenties (100 Hz, 120 Hz, 1 kHz, 10 kHz of 100 kHz). De DE-5000 LCR-meter is een handig hulpmiddel voor ingenieurs of technici. Kenmerken Automatische L.C.R. check Ls/Lp/Cs/Cp/Rs/Rp/DCR met D/Q/?/ESR meting 4-draads Kelvin-meting 19999 / 1999 counts display Achtergrondverlichting Relatieve modus Serieel/parallel modus Componenten sorteerfunctie Indicatie bij 'accu bijna leeg' Automatische power-off Specificaties Test frequentie 100 Hz / 120 Hz / 1 kHz / 10 kHz / 100 kHz Weerstand bereik 20.000 ? – 200,0 M? DCR bereik 200.00 ? – 200.0 M? Capaciteit bereik 200.00 pF – 20.00 mF Inductie bereik 20.000 ?H – 2.000 KH Display (backlit LCD-scherm) 19999 / 1999 counts Instelbare tolerantie ±0,25%, ±0,5%, ±1%, ±2%, ±5%, ±10%, ±20% Voeding 9 V accu Afmetingen 188 x 95 x 52 mm Gewicht 350 g (exclusief accu) Inbegrepen DE-5000 LCR-meter Meetconnector met krokodillenklemmen (TL-21) AC/DC-adapter Guard kabeltje (TL-23) TL-22 SMD pincetten 9 V accu Draagtas Handleiding Downloads Datasheet

    € 219,00

    Leden € 197,10

  • Designing Audio Power Amplifiers (2nd Edition)

    Designing Audio Power Amplifiers (2nd Edition)

    This comprehensive book on audio power amplifier design will appeal to members of the professional audio engineering community as well as the student and enthusiast. Designing Audio Power Amplifiers begins with power amplifier design basics that a novice can understand and moves all the way through to in-depth design techniques for very sophisticated audiophiles and professional audio power amplifiers. This book is the single best source of knowledge for anyone who wishes to design audio power amplifiers. It also provides a detailed introduction to nearly all aspects of analog circuit design, making it an effective educational text. Develop and hone your audio amplifier design skills with in-depth coverage of these and other topics: Basic and advanced audio power amplifier design Low-noise amplifier design Static and dynamic crossover distortion demystified Understanding negative feedback and the controversy surrounding it Advanced NFB compensation techniques, including TPC and TMC Sophisticated DC servo design MOSFET power amplifiers and error correction Audio measurements and instrumentation Overlooked sources of distortion SPICE simulation for audio amplifiers, including a tutorial on LTspice SPICE transistor modeling, including the VDMOS model for power MOSFETs Thermal design and the use of ThermalTrak transistors Four chapters on class D amplifiers, including measurement techniques Professional power amplifiers Switch-mode power supplies (SMPS)

    € 92,50

    Leden € 83,25

  •  -18% DiP-Pi Pico PIoT for Raspberry Pi Pico

    DiP-Pi Pico PIoT for Raspberry Pi Pico

    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

    € 21,95€ 17,95

    Leden identiek

  •  -17% DiP-Pi Pico Power Master for Raspberry Pi Pico

    DiP-Pi Pico Power Master for Raspberry Pi Pico

    The DiP-Pi Power Master is an Advanced Powering System with embedded sensors interfaces that cover most of possible needs for 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 Power Master 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 Power Master can be used for cable powered 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.In Addition to all above features DiP-Pi Power Master is equipped with embedded 1-wire and DHT11/22 sensors interfaces. Combination of the extended powering, battery, and sensors interfaces make the DiP-Pi Power Master ideal for applications like data logger, plants monitoring, refrigerators monitoring etc.DiP-Pi Power Master 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 V DC (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 @ 600mA LDO 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 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 Datasheet

    € 17,95€ 14,95

    Leden identiek

  •  -30% DiP-Pi Pico WiFi Master for Raspberry Pi Pico

    DiP-Pi Pico WiFi Master for Raspberry Pi Pico

    The DiP-Pi WiFi Master is an Advanced WiFi connectivity System with sensors embedded interfaces that cover most of possible needs for IoT application based on Raspberry Pi Pico. It is powered directly from the Raspberry Pi Pico VBUS. The DiP-Pi WiFi Master contains Raspberry Pi Pico embedded RESET button as also ON/OFF Slide Switch that is acting on Raspberry Pi Pico Power Sources.The DiP-Pi WiFi Master is 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 WiFi Master 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 WiFi Master ideal for IoT applications like data logger, plants monitoring, refrigerators monitoring etc.DiP-Pi WiFi Master 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, V3V3) Raspberry Pi Pico RESET Button ON/OFF Slide Switch acting on Raspberry Pi Pico Powering Source 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 OptionsRaspberry Pi Pico micro-USB (via VBUS)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 CaseInformative LEDs VB (VUSB) VS (VSYS) V3 (V3V3) System Protection Direct Raspberry Pi Pico Hardware Reset Button 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

    € 19,95€ 13,95

    Leden identiek

Login

Wachtwoord vergeten?

Heb je nog geen account?
Maak account aan