Edward Mallon writes: This post isn’t another How-To tutorial for a specific sensor because the Arduino community has already produced a considerable number of resources like that. You’d be hard pressed to find any sensor in the DIY market that doesn’t give you a dozen cookbook recipes to follow after a simple Google search. In […]
Category Archives: tutorials
Yet another ARM development tutorial
ARM development tutorial at smdprutser.nl: It has been a while since I wrote about ARM development. I recently made a Black Magic Probe (BMP) clone which acts different then the original. The BMP can source power to the target, but on my version control signal is inverted. Not a big deal, but can give unintentional […]
ESP8266 voltage regulator (LiPo and Li-ion batteries)
Rui Santos writes, “In this guide, you’re going to build a voltage regulator for the ESP8266 that can be used with LiPo and Li-ion batteries.” More details at RandomNerdTutorials.com. Check out the video after the break.
ESP8266 Deep Sleep with Arduino IDE
Rui Santos has written a great guide shows us what’s Deep Sleep and how to use it with the ESP8266 in the Arduino IDE. With most of the ESP8266 modules, you can’t change the hardware to save power, but you can write software to do it. If you use the sleep functions with the ESP8266, […]
Pulse Oximeter functionality for a medical device
Alexander Lang writes: The gentlemen for whom I’m developing this hardware for has requested some additional functionality. The additional functionality requested is a Pulse Oximetry measurement. Pulse Oximetry is the measurement of a person’s pulse along with how much oxygen is present within their blood. It is a common measurement made by medical practitioners to […]
How to build your own RS232 to TTL converter
A how-to on making a DIY RS232 to TTL converter by Jestine Yong: As I read many pages on the internet I saw there is a sort of adapter so called “USB to TTL adapter” who can communicate through with the uC. I had not the time to order one but I give a try […]
Extend Eagle CAD tool with ULPs: Writing your first User language program
Yahya Tawil posted a detailed how-to on writing ULP’s for Eagle CAD: In this tutorial, you will learn how to write your first ULP in Eagle CAD to add a new capability to your CAD tool. User Language Program (ULP) is a set of extensions for Eagle CAD users to either facilitate a routine job […]
Panelization – using GerberPanelizer on Windows (Linux possible)
Arsenijs over at Hackaday.io writes: This tutorial was done on Windows. Authors claim it could also be used on Linux by using Mono, but I haven’t tried and don’t understand a lot about Mono to see what could be done. I am switching to Linux nowadays, so I’d be very grateful to anybody that’d make instructions […]
MCUXpresso IDE tutorial series
Erich Styger has made a series of tutorial blog posts on using the new NXP MCUXpresso IDE. Published so far are: MCUXpresso IDE: Unified Eclipse IDE for NXPs ARM Cortex-M Microcontrollers MCUXpresso IDE: S-Record, Intel Hex and Binary Files MCUXpresso IDE: Adding the Eclipse Marketplace Client MCUXpresso IDE: Importing Kinetis Design Studio Projects MCUXpresso IDE: […]
Build your very own drink mixing robot
Yu Jiang Tham designed and built his own bartender robot named Bar Mixvah, that is available on Github: I built a robot that mixes drinks named Bar Mixvah. It utilizes an Arduino microcontroller switching a series of pumps via transistors on the physical layer, and the MEAN stack (MongoDB, Express.js, Angular.js, Node.js) and jQuery for the […]
Pool playing robot
BVarv wrote an instructable detailing the build of his pool playing robot project with Arduino: I redesign the prototype with servos, belts and gears at the points of rotation to add programmable motion. While doing so, I stumble across an easy win. It turns out that the “parked under the table” orientations, and the “perpendicular to […]
DIY polarity Led tweezers
Jesus Echavarria shared detailed instructions of how to make a simple tweezers for checking led polarity: I usually assemble by hand all the boards I make. I use SMD components, especially in 0805 format for resistors, capacitors and leds. With the last ones, I always have the same problem: I need to check the polarity of […]
Fun with 1.1GHz Potato chips
Afroman writes, “I built a ring oscillator using a 1.125GHz 74 series logic inverter IC from Potato Semiconductor. It was fun.” Via Afrotechmods.
Siglent SSA3032X Spectrum Analyzer review & experiments
Afroman did a review of the Siglent SSA3032X Spectrum. More details at Afrotechmods tutorial page.
ESP32 web server – Arduino IDE
Rui Santos from Random Nerd Tutorials has posted a detailed tutorial on how to create a standalone web server with an ESP32 that can toggle two LEDs using the Arduino IDE. Full details at Random Nerd Tutorials homepage. Check out the video after the break.
MQTT with lwip and NXP FRDM-K64F Board
Erich Styger from MCU on Eclipse writes, “In this article I show the basic steps to get MQTT running on the NXP FRDM-K64F board using MCUXpresso IDE, lwip and MQTT. lwip ois a small and open source TCP/IP stack which is widely used. To keep things very simple in this first post, I’m using it in […]
Tutorial: Using Eclipse with NXP MCUXpresso SDK v2 and processor expert
Erich Styger from MCU on Eclipse writes: To me, software and tools are by far more important than the microcontroller. Because the silicon is a ‘one time kind of thing’, where the software has to be maintained and working over a longer time. And at least my software usually needs to be ported to a […]
Cheap plant watering sensor
A detailed instructions of how to design a cheap plant watering sensor from LuckyResistor: I have a couple of plants in flowerpots and this plants not only like some light, they also need water from time to time. Watering this plants is something I often forget, with sad results. There are ready made solutions for this, but […]
Tiva and Stellaris Launchpad RTC usage in Energia
Vadim has posted a tutorial on how to use internal RTC of Stellaris and Tiva Launchpad boards in Energia IDE: For those of you who still have one of those old Stellaris Launchpads, I’m going to show how to utilize one of its most useful features – real time clock – in a simple way. Actually, the […]
How to make a simple 1 watt audio amplifier (LM386 based)
A tutorial on making an LM386 audio amplifier circuit from Afrotechmods: A tutorial on how to use the popular LM386 class AB audio amplifier IC to build a simple mono 1 watt audio amplifier. It costs less than $3 in parts! There is also a brief discussion of how to use high pass filters to […]
