This is just a simple program I wrote for an Arduino Mega 2560 board with a generic ultra-sonic sensor and a 16x2 LCD display board. The main point for me is just to learn how to write C++ and gain ...
GFXDraw is a powerful and easy-to-use GUI library for Arduino. It offers simple elements, powerful path-based vector drawings, ready to use widgets and visual effects. The library is made especially ...
We propose to make a little calculator realising the four basic arithmetical operations using one Arduino and a Nextion touch display. This calculator uses the Reverse Polish Notation, which may ...