input

Arduino Uno vs. Mega vs. Micro

Arduino Uno vs. Mega vs. Micro: Which One Should You Use?

The popularity of Arduino boards has skyrocketed in recent times, thanks to the growing demand for automation in the market. These microcontrollers have become the go-to option for beginners looking to embark on their project-building journey, offering unparalleled ease of use and a wide range of options. Arduino has released several common boards that make […]

Arduino Uno vs. Mega vs. Micro: Which One Should You Use? Read More »

Arduino Calibration

Calibrating sensor input using Arduino

This example demonstrates one techinque for calibrating sensor input. The Arduino takes sensor readings for five seconds during the startup, and tracks the highest and lowest values it gets. These sensor readings during the first five seconds of the sketch execution define the minimum and maximum of expected values for the readings taken during the

Calibrating sensor input using Arduino Read More »

USB FOR INTEL’S MX10 AND SPIDERSOM MODULES

USB FOR INTEL’S MX10 AND SPIDERSOM MODULES

MX10 and SpiderSoM modules are outfitted with a USB device interface, applied with PIC16F1454 microcontroller (MCU). On the SoM side the MCU is connected to three interfaces: serial (if the other side is applied inside the FPGA), an I2C bus (connected to the module PMIC, charge controller, RTC and FPGA), and FPGA JTAG programming interface. The 70mm x 35mm modules support Linux Operating System, but currently,

USB FOR INTEL’S MX10 AND SPIDERSOM MODULES Read More »

NEW SIGLENT SDS2000X E SERIES OSCILLOSCOPES

NEW SIGLENT SDS2000X-E SERIES OSCILLOSCOPES

SIGLENT’s new SDS2000X-E Series Super Phosphor Oscilloscopes are available in two bandwidths; 200 MHz and 350 MHz. They each have a maximum sampling rate of 2 GSa/s and a standard record length of 28 Mpts. The most commonly used functions can be accessed with its user-friendly one-button design. The SDS2000X-E series employs a new generation of SPO technology. With its excellent signal fidelity,

NEW SIGLENT SDS2000X-E SERIES OSCILLOSCOPES Read More »

Input Pullup Serial using Arduino

Input Pullup Serial using Arduino

This example demonstrates the use of INPUT_PULLUP with pinMode(). It monitors the state of a switch by establishingserial communication between your Arduino and your computer over USB. Additionally, when the input is HIGH, the onboard LED attached to pin 13 will turn on; when LOW, the LED will turn off. Circuit image developed using Fritzing. For more

Input Pullup Serial using Arduino Read More »

Scroll to Top