Tag: arduino
When the need to drive a stepper motor arises, one can turn to the
microcontroller. For the task, I am currently using
M-Duino AR38+
and I have already written something about it a few days back, link
here.
Note that an Arduino based controller is suitable for the task because it…
When wiring the Arduino based Programmable Logic Controller (PLC) from
Industrial Shields, I have become
stuck for a little bit due to trouble understanding how to enable the
outputs.
Currently using their
Ethernet range
based on Arduino Mega 2560. Its internals seem to be quite …
After a previous few
days of struggling to
get the Arduino Pro Micro 3.3V version to
get to sleep and wakeup I've
finally had an epiphany and got the desired result to surface up. It was
made possible by the massive amount of documented work I have finally
stumbled upon. Links ar…
When designing a circuit that is meant to run on low power, I have found
that is is a good start to choose a microcontroller board that is has a
lower base voltage level than 5V. The reasons are twofold. First, a lower
voltage means lower power consumed, period. Second, there are…
I have get to work on the very low priority side project with the codename
bee weighter yesterday. It is
not meant to weight the actual bees, but instead their entire house to
determine if it is a full of honey that could be extracted.
However, I got greatly slowed down by the un…