Arduinonext is an initiative powered by an electronics and microcontrollers specialist team aiming to help all those who are entering in the technology world, using the well-known Arduino platform to take the next step in electronics.
We strive to bring you the necessary knowledge and experience for developing your own electronics applications; interacting with environment; measuring physical parameters; processing them and performing the necessary control actions.
This is the first title in the 'Hands-On' series in which Arduino platform co-founder, David Cuartielles, introduces board programming, and demonstrates the making of an 8-bit Sound Generator.
The QA403 is QuantAsylum's fourth-generation audio analyzer. The QA403 extends the functionality of the QA402 with improved noise and distortion performance, in addition to a flatter response at band edges. The compact size of the QA403 means you can take it just about anywhere.
Features
24-bit ADC/DAC
Up to 192 kS/s
Fully isolated from PC
Differential Input/Output
USB powered
Built-in Attenuator
Fast Bootup and Driverless
The QA403 is a driverless USB device, meaning it’s ready as soon as you plug it in. The software is free and it is quick and easy to move the hardware from one machine to the next. So, if you need to head to the factory to troubleshoot a problem or take the QA403 home for a work-from-home day, you can do it without hassle.
No-Cal Design
The QA403 comes with a factory calibration in its flash memory, ensuring consistent unit-to-unit performance. On your manufacturing line you can install another QA403 and be confident what you read on one unit will be very similar to the next unit. It is not expected that re-calibration will be required at regular intervals.
Measurements
Making basic measurements is quick and easy. In a few clicks you will understand the frequency response, THD(+N), gain, SNR and more of your device-under test.
Dynamic Range
The QA403 offers 8 gain ranges on the input (0 to +42 dBV in 6 steps), and 4 gain ranges on the output (-12 to +18 dBV in 10 dB steps). This ensures consistent performance over very wide ranges of input and output levels. The maximum AC input to the QA403 is +32 dBV = 40 Vrms. The maximum DC is ±40 V, and the maximum ACPEAK + DC = ±56 V.
Easy Programmability
The QA403 supports a REST interface, making it easy to automate measurements in just about any language you might anticipate. From Python to C++ to Visual Basic—if you know how to load a web page in your favorite language, you can control the QA403 remotely. Measurements are fast and responsive, usually with dozens of commands being processed per second.
Isolated and USB Powered
The QA403 is isolated from the PC, meaning you are measuring your DUT and not chasing some phantom ground loop. The QA403 is USB powered, like nearly all our instruments. If you are setting up remotely, throw a powered hub in your bag and your entire test setup can be running with a minimum of cables.
Goodbye Soundcard, Hello QA403
Tired of trying to make a soundcard work? The calibration nightmare? The lack of gain stages? The limited drive? Are you tired of dealing with the fixed input ranges? The worry that you might destroy it with too much DC or AC? Tired of the ground loops? That’s why QuantAsylum built the QA403.
Specifications
Dimensions
177 x 44 x 97 mm (W x H x D)
Weight
435 g
Case Material
Powder-coating Aluminum (2 mm thick front panel, 1.6 mm thick top/bottom)
Downloads
Datasheet
Manual
GitHub
SwiftIO offers a full Swift compiler and framework environment that runs on the microcontroller. The SwiftIO board is a compact electronic circuit board that runs Swift on the bare metal, giving you a system that can be used to control all kinds of electronic projects.
Features
NXP i.MX RT1052 Crossover Processor with ARM Cortex-M7 core @ 600 MHz
8 MB SPI Flash, 32 MB SDRAM
On-board DAPLink debugger
On-board USB to UART for serial communication
On-board RGB LED
On-board SD socket
46x GPIO, 12x ADC, 14x PWM, 4x UART, 2x I²C, 2x SPI etc.
Many additional advanced features to meet the needs of advanced users
Zephyr RTOS support
MadMachine IDE is the premier integrated development environment for SwiftIO, which makes it easy to write Swift code and download it to the board.
Note: NodeMCU is the name of both a firmware and a boardNodeMCU is an open source IoT platform, whose firmware runs on Espressif's SoC Wi-Fi ESP8266, based on the ESP8266 nonOS SDK. Its hardware is based on the ESP-12 module. The scripting language is Lua which allows to use many open source projects like lua-cjson and spiffs. Features Wi-Fi Module – ESP-12E module similar to ESP-12 module but with 6 extra GPIOs. USB – micro USB port for power, programming and debugging Headers – 2x 2.54 mm 15-pin header with access to GPIOs, SPI, UART, ADC, and power pins Reset & Flash buttons Power: 5V via micro USB port Dimensions: 49 x 24.5 x 13 mm
The Mendocino Motor AR O-8 is a magnetically levitated, solar powered electric motor as a kit.
Light Becomes Movement
The solar-powered Mendocino motor seems to float in the air. At first glance, you can't see why the rotor is turning at all. This is the magic of the motor.
The Lorentz force is a very small electrical force. In a classroom setting, it is detected by a current swing in the magnetic field. With the Mendocino motor, we have succeeded in developing a beautiful application that uses this weak force for propulsion. Due to its concealed base magnet, the motor will fascinate technically inclined observers.
In bright sunlight, the motor can reach a speed of up to 1,000 rpm. More impressive, however, is that even the faint glow of an ample tea light (D = 6 cm with a flame height of about 2 cm) is sufficient to drive the motor. The motor is not yet an alternative source of energy, even though it looks tempting. Presumably, it will remain an attractive model until a resourceful mind disproves this assumption.
Dimensions
All solar cells 65 x 20 mm
Mirror diameter: 25 mm
Rotor weight: approx. 150 g
Model length: 160 mm
Model width: 85 mm
Frame height: approx. 85 mm
Frame material: black acrylic
Tube made of highly polished aluminum
Mirror color: silver
The Mendocino motor’s easy-to-follow instruction manual includes more than 70 illustrations. It describes a safe and practical approach to construction but also gives you the freedom to try your solutions.
Partly Pre-Assembled Kit
A portion of the kit comes pre-assembled. Bonding the borosilicate glass pane to the acrylic surface requires specialized knowledge and aids. We do not want to impose this on the hobbyist. For instance, the base magnet is attached to the aluminum tube.
As a hobbyist, you will need some know-how and appropriate tools: carpet knife, soldering iron and tin, hot glue, pliers, and a clamp or ferrule to fix the supplied assembly aid. A lot of fun is guaranteed!
AVR Architecture and Programming An in-depth look at the 8-bit AVR architecture found in ATtiny and ATmega microcontrollers, mainly from a software and programming point of view. Explore the AVR architecture using C and assembly language in Microchip Studio (formerly Atmel Studio) with ATtiny microcontrollers. Learn the details of how AVR microcontrollers work internally, including the internal registers and memory map of ATtiny devices. Program ATtiny microcontrollers using an Atmel-ICE programmer/debugger, or use a cheap hobby programmer, or even an Arduino Uno as a programmer. Most code examples can be run using the Microchip Studio AVR simulator. Learn to write programs for ATtiny microcontrollers in assembly language. See how assembly language is converted to machine code instructions by the assembler program. Find out how programs written in the C programming language end up as assembly language and finally as machine code instructions. Use the Microchip Studio debugger in combination with a hardware USB programmer/debugger to test assembly and C language programs, or use the Microchip Studio AVR simulator. DIP packaged ATtiny microcontrollers are used in this volume for easy use on electronic breadboards, targeting mainly the ATtiny13(A) and ATtiny25/45/85. Learn about instruction timing and clocks in AVR microcontrollers using ATtiny devices. Be on your way to becoming an AVR expert with advanced debugging and programming skills.
A set of high precision drill bits, covering the most common drill bit sizes.
Just pop them in the V-One Drill with a 2.5 mm hex key (not included) and start drilling.
The following sizes are included (2 of each):
0.70 mm
0.80 mm
0.90 mm
1.00 mm
1.60 mm
The Qwiic Mux also has eight configurable addresses of its own, allowing for up to 64 I²C buses on a connection. To make it even easier to use this multiplexer, all communication is enacted exclusively via I²C, utilizing our handy Qwiic system. The Qwiic Mux also allows you to change the last three bits of the address byte, allowing for eight jumper selectable addresses if you happen to need to put more than one Qwiic Mux Breakout on the same I²C port. The address can be changed by adding solder to any of the three ADR jumpers. Each SparkFun Qwiic Mux Breakout operates between 1.65 V and 5.5 V, making it ideal for all of the Qwiic boards we produce in house.
The M12 Mount Lens (12 MP, 8 mm) is ideal for use with the Raspberry Pi HQ Camera Module, offering sharp and detailed imaging for a wide range of applications.
Scrolling text display with eight 8 x 8 LED dot matrix displays (512 LEDs in total). Built around an ESP-12F Wi-Fi module (ESP8266-based) programmed in the Arduino IDE. ESP8266 web server allows control of displayed text, scroll delay and brightness with a mobile phone or other Wi-Fi-connected (portable) device. Features 10 MHz Serial Interface Individual LED Segment Control Decode/No-Decode Digit Selection 150 µA Low-Power Shutdown (Data Retained) Digital and Analog Brightness Control Display Blanked on Power-Up Drive Common-Cathode LED Display Slew-Rate Limited Segment Drivers for Lower EMI (MAX7221) SPI, QSPI, MICROWIRE Serial Interface (MAX7221) 24-Pin DIP and SO Packages
The MicroMix DX800 is an advanced 8-channel stereo line mixer, based on the 4580 ultra-low-noise operational amplifier. It features eight 6.3 mm stereo jack inputs and a single 6.3 mm stereo jack output, providing versatile connectivity options.
Each channel is equipped with individual volume controls and a mono/stereo toggle switch for precise sound management. A convenient LED level indicator with four stages ensures accurate signal monitoring.
Powered via USB-C, the MicroMix combines portability with reliability, housed in a robust steel enclosure.
Features
8 input channels and 1 output channel
Seperate volume control for each channel
Low noise 4580 operational amplifier
8x 6.3 mm stereo jack inputs
1x 6.3 mm stereo jack output
Power: 5 V/2 A (USB-C)
Dimensions: 190 x 70 x 40 mm
Weight: 385 g
Included
1x MicroMix DX800 8-ch Stereo Line Mixer
1x USB cable
1x Manual
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