embedded

Settings Menu for Arduino-based Devices

Settings Menu: the Origin I was building a level meter for a water cistern based on Arduino and ultrasonic distance meters. Since I had no exact data about the cistern dimensions the meter had to support on-the-fly changing of parameters. I decided to use a display with a settings menu. Many devices need at least

Uncategorized, , , , , , , , , , ,

Serial Tool

This is an outdated post. For the lates windows release and source code, please visit Serial Tool on GitHub.   While developing embeded electronic devices, I always have problems with the same thing: how to establish a communication and send/receive some data with a custom predefined protocol. I use UART in almost all my projects, but

Uncategorized, , , , , , , ,