Skip to content

Java program to play Piano in AT89C51 microcontroller

Notifications You must be signed in to change notification settings

tienlonghungson/piano8051

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Program to play piano in AT89C51 microcontroller

Overview

  • This is exercise 3.5 in 2nd practice class in Embedded System course
  • This program consists of 2 main parts : Java program and AT89C51 proram

AT89C51 program

This program includes a circuit Proteus file and a c program file to be embedded in the circuit

Java program

Java application handle the keyboard event and send the data to serial port (COM2)

Requirement

  • Proteus
  • Keil C
  • Virtual Serial Port Tools (Connect local bridge COM1-COM2)
  • JavaFX (to handle keyboard events)
  • JSerialComm 2.7.0 (to communicate in serial port)

Releases

No releases published

Packages

No packages published