You are on page 1of 3

COMPUTER EXPERIMENT

Embedded Systems
Lab07: Arduino Simulator

Instructor: Dr. Hung Ta


Release: March 12, 2021

61FIT2ESY
HANU-Faculty of Information Technology Embedded Systems

TASKS
1. TEXTBOOK: Practical aspects of embedded systems design using microcontrollers [1].

2. IDE: MPLAB X IDE[2]

3. COMPILER: MPLAB XC8 Compiler [3]

4. EMULATOR: PICsimlab [4]

Task 1 (AVR: Arduino)


1. Install Arduiono IDE.

2. Install com0com (https://sourceforge.net/projects/com0com/), change the name of the


ports to com5, com6, then connect them together. Set its configuration as Figure 1.

3. Connect Arduino IDE to com5, config the PICsimlab5 to com6.

4. Watch the video https://www.youtube.com/watch?v=be96Ds8umig&t=165s

5. Create the same demo for AnalogInOutSerial. Open OscilloScope, LogWindow for
Serial port, spare parts with potentionmeters.

6. Capture the screen as your result.

Figure 1: Null modem

Lab07: Arduino Simulator Page 1 of 2


HANU-Faculty of Information Technology Embedded Systems

References
[1] J. Parab, S. A. Shinde, V. G. Shelake, R. K. Kamat, and G. M. Naik, Practical aspects
of embedded systems design using microcontrollers, Springer, 2008.

[2] Microchip, “MPLAB X Integrated Development Environment (IDE),” Feb. 2020, V.


5.35.

[3] Microchip, “MPLAB XC8 Compiler,” Aug. 2019, V. 2.10.

[4] L. C. G. Lopes, “PICsimlab – PIC Simulator Laboratory,” Sept. 2018, V. 0.75.

Lab07: Arduino Simulator Page 2 of 2

You might also like