This project consists of a Java-based graphical user interface (GUI) calculator that communicates through the serial port with USB-TTL to the Atmega328P microcontroller. The calculator performs mathematical operations on the microcontroller and then returns the results to the Java GUI.
Explaining code and demonstration video (In Spanish):
The exact moment of the demostration is at 14:03
In this repository, you will find the source code and the necessary JSerialComm library to compile and run the calculator.
- Open a new project in NetBeans with the files under the
and also, add the serial communication library under the
.
- Configure the serial communication with the microcontroller (Use a USB-TTL device and search for its drivers)
- Upload the program to the microcontroller using Atmel Studio.
- Run the application in NetBeans and enjoy the real-time
