Search results for "arduino OR entdecken OR pdf"
-
Elektor Digital Elektor Arduino Guest Edition 2022 (PDF) EN
Elektor GREEN and GOLD members can download their digital edition here. Not a member yet? Click here. Arduino Portenta Machine Control and Arduino Portenta H7A CAN-to-MQTT Gateway Demo Project Unboxing the Elektor LCR Meter with David Cuartielles MicroPython Enters the World of Arduino Connected Projects, SimplifiedDive Into the Arduino Cloud Introduction to TinyMLBig Is Not Always Better Arduino K-Way Writing Arduino Sketches Just Got Better Get to Know Arduino Getting Started with the Portenta X8Manage Software Securely with Containers Build, Deploy, and Maintain Scalable, Secure ApplicationsWith Arduino Portenta X8 Featuring NXP’s i.MX 8M Mini Applications Processor and EdgeLock SE050 Secure Element How I Automated My HomeArduino CEO Fabio Violante Shares Solutions Altair 8800 SimulatorHardware Simulation of a Vintage Computer MS-DOS on the Portenta H7Run Old-School Software on Contemporary Hardware Grow It YourselfA Digitally Controlled, Single-Box Solution for Indoor Farming Save the Planet With Home Automation?MQTT on the Arduino Nano RP2040 Connect Go Professional with Arduino Pro Smart Ovens Take a Leap Into the Future Tagvance Builds Safer Construction Sites with Arduino Santagostino Breathes Easywith Remote Monitoring that Leverages AI for Predictive Maintenance Security Flies High with RIoT Secure’s MKR-Based Solution Open-Source Brings a New Generation of Water Management to the World SensoDetect Deforestation with Sound Analysis The Mozzi Arduino Library for Sound SynthesisInsights from Tim Barrass The New Portenta X8 (with Linux!) and Max Carrier Redefine What’s Possible How Using Arduino Helps Students Build Future Skills Must-Haves for Your Electronics Workspace The Importance of Robotics in Education Dependable IoT Based Upon LoRa Unboxing the Portenta Machine Control 8-Bit Gaming with Arduboy Reducing Water Usage at Horseback Riding TracksAn IoT to Constantly Monitor Soil Humidity and Temperature Levels The Panettone ProjectA sourdough starter management and maintenance system Supporting Arduino Resellers Space Invaders with Arduino Art with ArduinoInspiring Insights from Artists and Designers Arduino Product Catalogue The Future of Arduino
€ 7,50
-
Elektor Digital Elektor Special: Arduino Shields (PDF) EN
Make your project dreams come true: an odometer for the hamster wheel, a fully automatic control of your ant farm with web interface, or the Sandwich-O-Mat – a machine that toasts and grills sandwiches of your choice. With the Arduino and the DIY or Maker movement, not only did entry into microcontroller programming become child's play, but a second development also took place: Resourceful developers brought small boards – so-called shields or modules – to the market, which greatly simplified the use of additional hardware. The small modules contain all the important electronic parts to be connected to the microcontroller with a few plug-in cables, eliminating the need for a fiddly and time-consuming assembly on the plug-in board. In addition, it is also possible to handle tiny components that do not have any connecting legs (so-called SMDs). Projects Discussed Arduino seeks connection BMP and introduction to libraries, I²C Learn I/O basics with the multi-purpose shield I²C LCD adapter and DOT matrix displays LCD keypad shield Level converter W5100: Internet connection I/O expansion shield Relays and solid-state relays The multi-function shield: A universal control unit Connecting an SD card reader via SPI Keys and 7-segment displays 16-bit ADC MCP4725 DAC 16-way PWM servo driver MP3 player GPS data logger using an SD card Touch sensor Joystick SHT31: Temperature and humidity VEML6070 UV-A sensor VL53L0X time-of-flight Ultrasonic distance meter MAX7219-based LED DOT matrix display DS3231 RTC Port expander MCP23017 433 MHz radio MPU-650 gyroscope ADXL345 accelerometer WS2812 RGB LEDs Power supply MQ-xx gas sensors CO2 gas sensor ACS712 current sensor INA219 current sensor L298 motor driver MFRC522 RFID 28BYJ-48 stepper motor TMC2209 silent step stick X9C10x digital potentiometer ST7735 in a color TFT display e-Paper display Bluetooth Geiger counter SIM800L GSM module I²C multiplexer Controller Area Network
€ 11,95
Members € 10,76
-
Elektor Digital Elektor Special: Introduction to Electronics with Arduino (PDF)
Although the Arduino isn’t a novelty any longer, there are still many beginners who want to try programming and development with a microcontroller, and to them, it is all new. All beginnings can be difficult, though they should be light and enjoyable. You do not need much or expensive equipment for the examples. The circuits are built on a small breadboard, and, if necessary, connected to an Arduino Uno, which you can program on a Windows PC. You will find clear examples of how to build all circuits, ensuring easy and error-free reproduction. Projects Discussed Current & Voltage – How it all began Arduino Hardware Arduino Programming The Electrical Circuit Measuring with the Multimeter Circuit Diagrams and Breadboards Creating Circuit Diagrams Breadboard Views with Fritzing Online Circuit Simulation Indispensable: Resistors (Part 1) Hands-on with Resistors (Part 2) Variable Resistors Diodes: One-way Street for Current The Transistor Switch Electromagnetism Relays and Motors op-amps: Operational Amplifiers Capacitors The NE555 Timer PWM and Analogue Values with Arduino 7-Segment Temperature Display Introduction to Soldering and LCDs
€ 11,95
Members € 10,76
-
Arduino Arduino Nano
The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3.x). It has more or less the same functionality of the Arduino Duemilanove but in a different package. It lacks only a DC power jack and works with a Mini-B USB cable instead of a standard one. Specifications Microcontroller ATmega328 Operating Voltage (logic level) 5 V Input Voltage (recommended) 7-12 V Input Voltage (limits) 6-20 V Digital I/O Pins 14 (of which 6 provide PWM output) Analog Input Pins 8 DC Current per I/O Pin 40 mA Flash Memory 16 KB (ATmega168) or 32 KB (ATmega328) of which 2 KB used by bootloader SRAM 1 KB (ATmega168) or 2 KB (ATmega328) EEPROM 512 bytes (ATmega168) or 1 KB (ATmega328) Clock Speed 16 MHz Dimensions 0.73 x 1.70' (18 x 45 mm) Power The Arduino Nano can be powered via the Mini-B USB connection, 6-20 V unregulated external power supply (pin 30), or 5 V regulated external power supply (pin 27). The power source is automatically selected to the highest voltage source. Memory The ATmega168 has 16 KB of flash memory for storing code (of which 2 KB is used for the bootloader), 1 KB of SRAM and 512 bytes of EEPROM The ATmega328 has 32 KB of flash memory for storing code, (also with 2 KB used for the bootloader), 2 KB of SRAM and 1 KB of EEPROM. Input and Output Each of the 14 digital pins on the Nano can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 V. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. Communication The Arduino Nano has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers. The ATmega168 and ATmega328 provide UART TTL (5V) serial communication, which is available on digital pins 0 (RX) and 1 (TX). An FTDI FT232RL on the board channels this serial communication over USB and the FTDI drivers (included with the Arduino software) provide a virtual com port to software on the computer. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board. The RX and TX LEDs on the board will flash when data is being transmitted via the FTDI chip and USB connection to the computer (but not for serial communication on pins 0 and 1). A SoftwareSerial library allows for serial communication on any of the Nano's digital pins. Programming The Arduino Nano can be programmed with the Arduino software (download). The ATmega168 or ATmega328 on the Arduino Nano comes with a bootloader that allows you to upload new code to it without the use of an external hardware programmer. It communicates using the original STK500 protocol (reference, C header files). You can also bypass the bootloader and program the microcontroller through the ICSP (In-Circuit Serial Programming) header using Arduino ISP or similar; see these instructions for details. Automatic (Software) Reset Rather than requiring a physical press of the reset button before an upload, the Arduino Nano is designed in a way that allows it to be reset by software running on a connected computer. One of the hardware flow control lines (DTR) of theFT232RL is connected to the reset line of the ATmega168 or ATmega328 via a 100 nF capacitor. When this line is asserted (taken low), the reset line drops long enough to reset the chip. The Arduino software uses this capability to allow you to upload code by simply pressing the upload button in the Arduino environment. This means that the bootloader can have a shorter timeout, as the lowering of DTR can be well-coordinated with the start of the upload.
€ 22,95
Members € 20,66
-
Arduino Arduino Uno Rev3
Arduino Uno is an open-source microcontroller board based on the ATmega328P. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. You can tinker with your Uno without worring too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again. 'Uno' means one in Italian and was chosen to mark the release of Arduino Software (IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE) were the reference versions of Arduino, now evolved to newer releases. The Uno board is the first in a series of USB Arduino boards, and the reference model for the Arduino platform; for an extensive list of current, past or outdated boards see the Arduino index of boards. Specifications Microcontroller ATmega328P Operating Voltage 5 V Input Voltage (recommended) 7-12 V Input Voltage (limit) 6-20 V Digital I/O Pins 14 (of which 6 provide PWM output) PWM Digital I/O Pins 6 Analog Input Pins 6 DC Current per I/O Pin 20 mA DC Current for 3.3 V Pin 50 mA Flash Memory 32 KB (ATmega328P) of which 0.5 KB used by bootloader SRAM 2 KB (ATmega328P) EEPROM 1 KB (ATmega328P) Clock Speed 16 MHz LED_BUILTIN 13 Dimensions 68.6 x 53.4 mm Weight 25 g
€ 24,95€ 12,50
Members identical
-
Elektor Labs Elektor Arduino MultiCalculator
The Elektor MultiCalculator Kit is an Arduino-based multifunction calculator that goes beyond basic calculations. It offers 22 functions including light and temperature measurement, differential temperature analysis, and NEC IR remote control decoding. The Elektor MultiCalculator is a handy tool for use in your projects or for educational purposes. The kit features a Pro Mini module as the computing unit. The PCB is easy to assemble using through-hole components. The enclosure consists of 11 acrylic panels and mounting materials for easy assembly. Additionally, the device is equipped with a 16x2 alphanumeric LCD, 20 buttons, and temperature sensors. The Elektor MultiCalculator is programmable with the Arduino IDE through a 6-way PCB header. The available software is bilingual (English and Dutch). The calculator can be programmed with a programming adapter, and it is powered through USB-C. Modes of Operation Calculator 4-Ring Resistor Code 5-Ring Resistor Code Decimal to Hexadecimal and Character (ASCII) conversion Hexadecimal to Decimal and Character (ASCII) conversion Decimal to Binary and Character (ASCII) conversion Binary to Decimal and Hexadecimal conversion Hz, nF, capacitive reactance (XC) calculation Hz, µH, inductive reactance (XL) calculation Resistance calculation of two resistors connected in parallel Resistance calculation of two resistors connected in series Calculation of unknown parallel resistor Temperature measurement Differential temperature measurement T1&T2 and Delta (δ) Light measurement Stopwatch with lap time function Item counter NEC IR remote control decoding AWG conversion (American Wire Gauge) Rolling Dice Personalize startup message Temperature calibration Specifications Menu languages: English, Dutch Dimensions: 92 x 138 x 40 mm Build time: approx. 5 hours Included PCB and though-hole components Precut acrylic sheets with all mechanical parts Pro Mini microcontroller module (ATmega328/5 V/16 MHz) Programming adapter Waterproof temperature sensors USB-C cable Downloads Software
€ 49,95€ 39,95
Members identical
-
Arduino Arduino MKR WAN 1310
Ever wanted an automated house? Or a smart garden? Well, now it’s easy with the Arduino IoT Cloud compatible boards. It means: you can connect devices, visualize data, control and share your projects from anywhere in the world. Whether you’re a beginner or a pro, we have a wide range of plans to make sure you get the features you need. Connect your sensors and actuators over long distances harnessing the power of the LoRa wireless protocol or throughout LoRaWAN networks. The Arduino MKR WAN 1310 board provides a practical and cost effective solution to add LoRa connectivity to projects requiring low power. This open source board can be connected to the Arduino IoT Cloud. Better and More Efficient The MKR WAN 1310, brings in a series of improvements when compared to its predecessor, the MKR WAN 1300. While still based on the Microchip SAMD21 low power processor, the Murata CMWX1ZZABZ LoRa module, and the MKR family’s characteristic crypto chip (the ECC508), the MKR WAN 1310 includes a new battery charger, a 2 MByte SPI Flash, and improved control of the board’s power consumption. Improved Battery Power The latest modifications have considerably improved the battery life on the MKR WAN 1310. When properly configured, the power consumption is now as low as 104 uA! It is also possible to use the USB port to supply power (5 V) to the board; run the board with or without batteries – the choice is yours. On-board Storage Data logging and other OTA (Over The Air) functions are now possible since the inclusion of the on board 2 MByte Flash. This new exciting feature will let you transfer configuration files from the infrastructure onto the board, create your own scripting commands, or simply store data locally to send it whenever the connectivity is best. Whilst the MKR WAN 1310’s crypto chip adds further security by storing credentials & certificates in the embedded secure element. These features make it the perfect IoT node and building block for low-power wide-area IoT devices. Specifications The Arduino MKR WAN 1310 is based on the SAMD21 microcontroller. Microcontroller SAMD21 Cortex-M0+ 32-bit low power ARM MCU (datasheet) Radio module CMWX1ZZABZ (datasheet) Board power supply (USB/VIN) 5 V Secure element ATECC508 (datasheet) Supported batteries Rechargeable Li-Ion, or Li-Po, 1024 mAh minimum capacity Circuit operating voltage 3.3 V Digital I/O pins 8 PWM pins 13 (0 .. 8, 10, 12, 18 / A3, 19 / A4) UART 1 SPI 1 I²C 1 Analog input pins 7 (ADC 8/10/12 bit) Analog output pins 1 (DAC 10 bit) External interrupts 8 (0, 1, 4, 5, 6, 7, 8, 16 / A1, 17 / A2) DC current per I/O pin 7 mA CPU flash memory 256 KB (internal) QSPI flash memory 2 MByte (external) SRAM 32 KB EEPROM No Clock speed 32.768 kHz (RTC), 48 MHz LED_BUILTIN 6 USB Full-Speed USB Device and embedded Host Antenna gain 2 dB (bundled pentaband antenna) Carrier frequency 433/868/915 MHz Dimensions 67.64 x 25 mm Weight 32 g Downloads Eagle Files Schematics Fritzing Pinout
€ 59,95€ 29,95
Members identical
-
Arduino Arduino MKR Zero
The Arduino MKR Zero is a development board for music makers! With an SD card holder and dedicated SPI interfaces (SPI1), you are able to play music files without extra hardware. The MKR Zero brings you the power of a Zero in the smaller format established by the MKR form factor. The MKR Zero board acts as a great educational tool for learning about 32-bit application development. It has an on-board SD connector with dedicated SPI interfaces (SPI1) that allows you to play with MUSIC files with no extra hardware! The board is powered by Atmel’s SAMD21 MCU, which features a 32-bit ARM Cortex M0+ core. The board contains everything needed to support the microcontroller; simply connect it to a computer with a micro-USB cable or power it by a LiPo battery. The battery voltage can also be monitored since a connection between the battery and the analog converter of the board exists. Specifications Microcontroller SAMD21 ARM Cortex-M0+ 32-bit low power Board power supply (USB/VIN) 5 V Supported battery Li-Po single cell, 3.7 V, 700 mAh minimum DC current for 3.3 V pin 600 mA DC current for 5 V pin 600 mA Circuit operating voltage 3.3 V Digital I/O pins 22 PWM pins 12 (0, 1, 2, 3, 4, 5, 6, 7, 8, 10, A3 - or 18 -, A4 -or 19) UART 1 SPI 1 I²C 1 Analog input pins 7 (ADC 8/10/12 bit) Analog output pins 1 (DAC 10 bit) External interrupts 10 (0, 1, 4, 5, 6, 7, 8, A1 -or 16-, A2 - or 17) DC current per I/O pin 7 mA Flash memory 256 KB Flash memory for bootloader 8 KB SRAM 32 KB EEPROM No Clock speed 32.768 kHz (RTC), 48 MHz LED_BUILTIN 32 Downloads Datasheet Eagle Files Schematics Fritzing Pinout
€ 36,95€ 18,50
Members identical
-
Arduino Arduino MKR NB 1500
Arduino MKR NB 1500 allows you to build your next smart project. Ever wanted an automated house? Or a smart garden? Well, now it’s easy with the Arduino IoT Cloud compatible boards. It means: you can connect devices, visualize data, control and share your projects from anywhere in the world. Whether you’re a beginner or a pro, we have a wide range of plans to make sure you get the features you need. Add Narrowband communication to your project with the MKR NB 1500. It's the perfect choice for devices in remote locations without an Internet connection, or in situations in which power isn't available like on-field deployments, remote metering systems, solar-powered devices, or other extreme scenarios. The board's main processor is a low power ARM Cortex-M0 32-bit SAMD21, like in the other boards within the Arduino MKR family. The Narrowband connectivity is performed with a module from u-blox, the SARA-R410M-02B, a low power chipset operating in the de different bands of the IoT LTE cellular range. On top of those, secure communication is ensured through the Microchip ECC508 crypto chip. Besides that, the pcb includes a battery charger, and a connector for an external antenna. This board is designed for global use, providing connectivity on LTE's Cat M1/NB1 bands 1, 2, 3, 4, 5, 8, 12, 13, 18, 19, 20, 25, 26, 28. Operators offering service in that part of the spectrum include: Vodafone, AT&T, T-Mobile USA, Telstra, and Verizon, among others. Specifications The Arduino MKR NB 1500 is based on the SAMD21 microcontroller. Microcontroller SAMD21 Cortex-M0+ 32-bit low power ARM MCU (datasheet) Radio module u-blox SARA-R410M-02B (datasheet summary) Secure element ATECC508 (datasheet) Board power supply (USB/VIN) 5 V Supported battery Li-Po Single Cell, 3.7 V, 1500 mAh Minimum Circuit operating voltage 3.3 V Digital I/O pins 8 PWM pins 13 (0 .. 8, 10, 12, 18 / A3, 19 / A4) UART 1 SPI 1 I²C 1 Analog input pins 7 (ADC 8/10/12 bit) Analog output pins 1 (DAC 10 bit) External interrupts 8 (0, 1, 4, 5, 6, 7, 8, 16 / A1, 17 / A2) DC current per I/O pin 7 mA Flash memory 256 KB (internal) SRAM 32 KB EEPROM No Clock speed 32.768 kHz (RTC), 48 MHz LED_BUILTIN 6 USB Full-speed USB device and embedded host Antenna gain 2 dB Carrier frequency LTE bands 1, 2, 3, 4, 5, 8, 12, 13, 18, 19, 20, 25, 26, 28 Power class (radio) LTE Cat M1 / NB1: Class 3 (23 dBm) Data rate (LTE M1 halp-duplex) UL 375 kbps / DL 300 kbps Data rate (LTE NB1 full-duplex) UL 62.5 kbps / DL 27.2 kbps Working region Multiregion Device location GNSS via modem Power consumption (LTE M1) min 100 mA / max 190 mA Power consumption (LTE NB1) min 60 mA / max 140 mA SIM card MicroSIM (not included with the board) Dimensions 67.6 x 25 mm Weight 32 g Downloads Eagle Files Schematics Pinout
€ 94,95€ 47,50
Members identical
-
Elektor Classics The Arduino Collection (USB Stick)
This USB Stick contains more than 300 Arduino-related articles published in Elektor Magazine. The content includes both background articles and projects on the following topics: Software & hardware development: Tutorials on Arduino software development using Arduino IDE, Atmel Studio, Shields, and essential programming concepts. Learning: The Microcontroller Bootcamp offers a structured approach to programming embedded systems. Data acquisition & measurement: Projects such as a 16-bit data logger, lathe tachometer, and an AC grid analyzer for capturing and analyzing real-time signals. Wireless communication: Learn how to implement wireless networks, create an Android interface, and communicate effectively with microcontrollers. Robotics and automation: This covers the Arduino Nano Robot Controller, supporting boards for automation, and explores various Arduino shields to enhance functionality. Self-build projects: Unique projects such as laser projection, Numitron clock and thermometer, ELF receiver, Theremino, and touch LED interfaces highlight creative applications. Whether you're a beginner or an experienced maker, this collection is a valuable resource for learning, experimenting, and pushing the boundaries of Arduino technology.
€ 49,95€ 24,95
Members identical
-
Arduino Arduino Pro Portenta C33
The Portenta C33 is a powerful System-on-Module designed for low-cost Internet of Things (IoT) applications. Based on the R7FA6M5BH2CBG microcontroller from Renesas, this board shares the same form factor as the Portenta H7 and it is backward compatible with it, making it fully compatible with all Portenta family shields and carriers through its high-density connectors. As a low-cost device, the Portenta C33 is an excellent choice for developers looking to create IoT devices and applications on a budget. Whether you're building a smart home device or a connected industrial sensor, the Portenta C33 provides the processing power and connectivity options you need to get the job done. Quickly deploying AI-powered projects becomes quick and easy with Portenta C33, by leveraging a vast array of ready-to-use software libraries and Arduino sketches available, as well as widgets that display data in real time on Arduino IoT Cloud-based dashboards. Features Ideal for low-cost IoT applications with Wi-Fi/Bluetooth LE connectivity Supports MicroPython and other high-level programming languages Offers industrial-grade security at the hardware level and secure OTA firmware updates Leverages ready-to-use software libraries and Arduino sketches Perfect to monitor and display real-time data on Arduino IoT Cloud widget-based dashboards Compatible with Arduino Portenta and MKR families Features castellated pins for automatic assembly lines Cost Effective Performance Reliable, secure and with computational power worthy of its range, Portenta C33 was designed to provide big and small companies in every field with the opportunity to access IoT and benefit from higher efficiency levels and automation. Applications Portenta C33 brings more applications than ever within users’ reach, from enabling quick plug-and-play prototyping to providing a cost-effective solution for industrial-scale projects. Industrial IoT gateway Machine monitoring to track OEE/OPE Inline quality control and assurance Energy consumption monitoring Appliances control system Ready-to-use IoT prototyping solution Specifications Microcontroller Renesas R7FA6M5BH2CBG ARM Cortex-M33: ARM Cortex-M33 core up to 200 MHz 512 kB onboard SRAM 2 MB onboard Flash Arm TrustZone Secure Crypto Engine 9 External Memories 16 MB QSPI Flash USB-C USB-C High Speed Connectivity 100 MB Ethernet interface (PHY) Wi-Fi Bluetooth Low Energy Interfaces CAN SD Card ADC GPIO SPI I²S I²C JTAG/SWD Security NXP SE050C2 Secure Element Operating Temperatures -40 to +85°C (-40 to 185°F) Dimensions 66,04 x 25,40 mm Downloads Datasheet Schematics
€ 79,95€ 39,95
Members identical
-
Arduino Arduino MKR IoT Carrier
The MKR IoT Carrier comes equipped with 5 RGB LEDs, 5 capacitive touch buttons, a colored display, IMU and a variety of quality sensors. It also features a battery holder for a 18650 Li-Ion battery, SD card holder and Grove connectors. Data Capture: Map the environment around the carrier using the integrated temperature, humidity, and pressure sensors and collect data about movement using the 6 axis IMU and light, gesture, and proximity sensors. Easily add more external sensors to capture more data from more sources via the on-board Grove connectors (x3). Data Storage: Capture and store all the data locally on an SD card, or connect to the Arduino IoT Cloud for real-time data capture, storage, and visualization. Data Visualisation: Locally view real-time sensor readings on the built-in OLED Color Display and create visual or sound prompts using the embedded LEDs and buzzer. Total Control: Directly control small-voltage electronic appliances using the onboard relays and the five tactile buttons, with the integrated display providing a handy on-device interface for immediate control.
€ 59,95€ 29,95
Members identical