output

FORTEC EXPANDS SBC TO PLUG AND PLAY TFT DISPLAY KIT

FORTEC EXPANDS SBC TO PLUG-AND-PLAY TFT DISPLAY KIT

The supplier of complete solutions for display technology, power, and embedded systems, Fortec Electronik, now offers iBASE’s IB818, a single board computer (SBC) expanded to plug-and-play TFT display kit. According to the company, the iBASE IB818 single board computer already configured for display will help facilitate a quick and fast project start upon delivery. Users only need […]

FORTEC EXPANDS SBC TO PLUG-AND-PLAY TFT DISPLAY KIT Read More »

VISHAY INTERTECHNOLOGY’S NEW COST EFFECTIVE PROXIMITY SENSOR PROVIDES SENSING DISTANCE UP TO 30 CM

VISHAY INTERTECHNOLOGY’S NEW COST-EFFECTIVE PROXIMITY SENSOR PROVIDES SENSING DISTANCE UP TO 30 CM

The Optoelectronics group of Vishay Intertechnology, Inc. (NYSE: VSH) today introduced a new proximity sensor that offers a sensing distance of up to 30 cm. Combining an IR emitter, photo detectors for proximity, amplifiers, and ADC circuitry into a single package, the Vishay Semiconductors VCNL3040 features a programmable interrupt function and supports the I²C bus communication interface

VISHAY INTERTECHNOLOGY’S NEW COST-EFFECTIVE PROXIMITY SENSOR PROVIDES SENSING DISTANCE UP TO 30 CM Read More »

DIY Arduino power bank with display and 60w power output

DIY Arduino power bank with display and 60w power output

Makers and hobbyists looking for a more substantial portable battery pack that they can make themselves, should check out this excellent DIY power bank created by Instructables user “tobychui”. Using an Arduino Nano board together with a 2.2 inch UART HMI display the batteries can provide up to 60w of power output. Fitted with a 4S (14.8v) Lithium Ion battery in the form of four Panasonic

DIY Arduino power bank with display and 60w power output Read More »

Tinkercad Circuit

Arduino Sketch Rock Paper Scissors

This sketch implements a rock-paper-scissors game using three pushbuttons for user input, two hobby servos in lieu of human hand for displaying the countdown and selections, and tone feedback using a speaker. The code is intended as a demonstration for several techniques: non-blocking event polling loop to simultanously process input and output switch-case state machine structure to

Arduino Sketch Rock Paper Scissors Read More »

Arduino Sketch MPU6050 DMP6

Arduino Sketch MPU6050 DMP6

This sketch is used by Exercise: MPU6050 IMU I2C Module. Main Source Code The main code is in MPU6050_DMP6.ino. // I2C device class (I2Cdev) demonstration Arduino sketch for MPU6050 class using DMP (MotionApps v2.0) // 6/21/2012 by Jeff Rowberg <jeff@rowberg.net> // Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib // // Changelog: // 2013-05-08 – added seamless

Arduino Sketch MPU6050 DMP6 Read More »

Arduino Sketch Music Sequence Demo

Arduino Sketch Music Sequence Demo

This sketch is used by Exercise: Music Sequencer. Full Source Code The full code is all in one file MusicSequenceDemo.ino. // MusicSequenceDemo.ino : demonstrate generation of two simultaneous tones at different rates and patterns // The example program generates audio-frequency square waves at different // pitches and patterns on pins 4 and 5 to demonstrate an event-loop

Arduino Sketch Music Sequence Demo Read More »

Arduino Sketch Event Loop Demo

Arduino Sketch Event Loop Demo

This sketch is used by Exercise: Event-Loop Programming. Full Source Code The full code is all in one file EventLoopDemo.ino. // EventLoopDemo.ino : demonstrate generation of two simultaneous square waves at different rates // The example program generates audio-frequency square waves at different // pitches on pins 4 and 5 to demonstrate a simple event-loop control structure

Arduino Sketch Event Loop Demo Read More »

Scroll to Top