Similar Posts
Motorfish: The stepper does not misses a step (the Firmware)
ByoeadminLet’s describe the firmware of the stepper motor feedback controller and test it on the 3D printer. (Read the first post) In the limits of non-retroactive stepper motor control is that in applications for the drive of machines, CNC milling machines or 3D printers, the positioning can be affected by an error that makes it…
Make a traffic light with Arduino and Neopixel rings
ByoeadminAre you a diy enthusiast? Do you like electronics and model building? If the answer is ‘Damn, yes!”, don’t miss this project: an open-source traffic-light with Arduino and Neopixel rings. It seems to be a good starting point for all those who are now approaching to Arduino projects. Discover, invent, create, share! …
OpenStore: GROVE ZERO STEM Starter kit
ByoeadminThe original STEM Kit by Seeedstudio, Grove Zero STEM Starter Kit, is now available in our OpenStore. Grove Zero STEM Starter Kit is a set of color-coded and magnetic electronic modules that teaches students about programming, electronics, design thinking, and logics. The Grove Zero modules are designed for STEM education and it allows teachers with no experience…
New Arduino IoT development board unveiled: MKRFOX1200
ByoeadminThis new IoT development board, which measures just 67 x 25mm in size, provides Makers with a low-cost solution for adding Sigfox connectivity to their DIY projects. The MKRFOX1200 takes the functionality of the Zero, throws in Sigfox’s global LPWA network, and shrinks it down into a smaller form factor. Sharing a similar footprint as its fellow…
Discovering Arduino capabilities in Analog/Digital Conversion (part1)
ByoeadminLet’s step into the word of analog-digital conversion for Arduino, by discovering how the dedicated pins work and how to use them for acquisitions. Part one. In the ADC of Arduino, an analog signal ranging from 0 to 5 V is translated in 10-bit code, which is 210 = 1024 combinations, with a…
Laser Anemometer
ByoeadminThis instructable explains how to make an anemometer from an Arduino Uno R3, two VL6180X laser distance modules, and a section of plastic drain pipe or similar. Processing3 is used to display the wind speed and wind direction. The wind direction is independent of the pipe dimensions. The sensitivity to wind speed depends on the…