import React from 'react'; /** * @return {jsx} The root component */ export default function Arduino() { return (

Cerberus played with an Arduino controller

A recording of a work session experimenting with Arduino and a MOSFET transistor to control the laser state. By synchronizing the frequency of the waveform and the frequency of the MOSFET we can create segmentation: you can see 8 segments at 1:24 and later 256 segments. The laser sometimes vanishes because I recompile the arduino project during the video.

); }