ESP32 は Wi-Fi/Bluetooth 搭載 MCU として有名ですが、実は 産業用レベルのモーター制御が可能な「MCPWM」ユニットを備えています。 通常の LED 向け PWM(LEDC)ではなく、DC モーター・ステッピングモーター・BLDC を正確に制御するための専用 PWM です。 本記事では ...
The creative adventures with ATtiny series microcontroller are awesome if you know how to play them. ATtinys — especially the ATtiny85s — are all around us, and by using one, we can shrink the size of ...
A modular, extensible line-following and obstacle-avoiding robot built on Arduino. Developed as a team project during preparatory classes, the robot uses infrared sensors and PWM motor control with a ...
Among all the Arduino boards, the Uno is most folks' go-to choice, and for good reason. It's the perfect platform to get started with Arduino, it's capable enough to handle a wide range of tasks, and ...
The importance of motor trajectory profiles and how they’re used in brushless DC (BLDC) motor control to minimize vibration and smooth out other performance issues. Why the PID loop is the most widely ...
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated ...
Experience — or at least education — often makes a big difference to having a successful project. For example, if you didn’t think about it much, you might think it is simple to control the ...
An active cooling solution for Nvidia Tesla P100 PCIe GPUs, which have no built-in active cooling. An Arduino Nano handles PWM fan control and tachometer measurement in hardware; a Python systemd ...
At Maker Faire Milwaukee this past weekend, [basement tech] was showing off his latest build, a PID controlled charcoal grill. While it hasn’t QUITE been tested yet with real food, it does work in ...