Pressure, temperature and humidity sensor based on MS5637 HDC1080

Mare writes: This is another small module to measure air pressure, temperature and humidity. Two sensors are on-board: MS5637 and HDC1080. Microcontroller is small cortex M0 in TSSOP-20 housing from STM: STM32F070CxP. The SN65HVD72DGKR provides RS485 interface functionality with half duplex mode. Voltage regulator, reverse polarity protection and some LED indicators are provided on-board. Complete […]

Homemade EDM (electric discharge machining) machine

In this video Scorchworks demonstrates his DIY EDM (electric discharge machining) machine : My homemade plunge EDM (electric discharge machining) machine built based on the book “Build an EDM” by Robert Langolois. The book consists of a series of articles that originally appeared in The Home Shop Machinist. I deviated from the book in a couple […]

App note: Alkaline battery low-voltage indicator

Battery low-voltage indicator made from two new comparators TSM9118 and TMS9119 from Silicon Labs. Link here (PDF) In many battery-powered systems, a user would like to know when it is time to replace the batteries before they are completely discharged, causing the device being powered to fail completely. Alkaline batteries have an open cell voltage […]

App note: A practical look at current ratings

An app note from Alpha & Omega Semiconductors about proper way of evaluating MOSFET’s power handling capability based on how much loss it will generate based on the application conditions. Link here (PDF) System designers are often faced with the task of selecting the most suitable power device from a wide array of products from […]

App note: Precision temperature-sensing with RTD circuits

Precision temperature-sensing with RTD circuits application note (PDF!) from Microchip This application note focuses on circuit solutions that use platinum RTDs in their design (see Figure 1). The linearity of the RTD will be presented along with standard formulas that can be used to improve the off-theshelf linearity of the element. For additional information concerning […]

Neoway M590 GPRS tutorial: sending and receiving files from/to SD card

Neoway M590 GPRS tutorial on sending and receiving files from/to SD card from Vadim Panov: Here’s a bit of useful info from what I’ve been doing lately. I got a job to design a device that connects to a web-server via GPRS and downloads a bunch of tiny WAV files, that it later plays on […]

Running NodeMCU on a battery: ESP8266 low power consumption revisited

Tinkermax shows us how he reduce the current consumption of his v2 NodeMCU in deep sleep to < 50μA: Unfortunately, with all this added convenience comes the drawback of added power consumption, which continues even when the ESP8266 is in deep sleep. I measured 18mA to the NodeMCU board while the ESP8266 was in deep […]

Amazon’s cheapest multimeter teardown: The DT-830B

A teardown of Amazon’s cheapest multimeter the DT-830B by Electronupdate: Purchased the cheapest multimeter I could find so I could extract the integrated circuit. A surprisingly simple IC! The actual meter design was much as expected. Poor attention to detail for higher voltages, concerning lack of fuses on current measurements… pretty thin feeling probe set. […]

ESP8266: SSD1306 OLED library release

Daniel Eichhorn writes: The “ESP8266 OLED SSD1306″ is an open source library which allows you to control those pretty OLED modules from our beloved ESP8266 module. Fabrice Weinberg cleaned up all the ugly pieces of code which I initially wrote caused by my near C/C++ illiteracy. He also added support for Pasko’s BRZO I2C library […]