Week1

 Week1

Feb 3rd


We found our lab time was in a clash and asked teacher for the solution. The result is we were decided to had our lab on Friday afternoon because all of us are free. In the first group lab, we picked up ordered parts
from the lab technician.

The ordered parts included:

· Arduino nano

· USB-Type A to Type A plug

· 150mm (about 5.91 in) Male to Female jumper wires

· Breadboard

· LED’s

· Two microphone sensor Modules

· Jumper cables

· Arduino display

· Through hole resistors

The only parts that were picked were the Arduino nano, its display, the USB connector, and the sound sensors. The rest of the parts were available from the lab.

The methodology of the first lab is ensure every part we ordered worked as intended.

However, we found two problems stopped our lab:

· USB Type A to Type A too large

· Arduino not turning on

The solution of the first problem is request a smaller USB from the lab. Then we attempt to connect the Arduino to the lab PC using the new USB and the Arduino IDE, the Arduino goes on, indicated by the blinking light.

Next we Integrated the Arduino on to the breadboard with an LED to test simple blinking program. After program compilation and injection, the LED does not go on, with error code: avrdude: stk500_getsync(): not in sync: resp=0x00.

We tried to check pin connections with LED with the help of a diagram referencing the individual pins as well as restarting the Arduino using the rest button, yet the Arduino still refuses to upload the code. After further research, the error prompt means the Arduino cannot talk with the computer because of a multitude of issues:

· USB broken

· Arduino broken

· Wrong port and Board selected on the IDE.

· There a connection to pins TX and RX.

· Wrong processor selected on the IDE.

To resolve the first issue, we ordered a new USB. We connected the new USB for a trail but did nothing, the error prompt sill showed up.

After that, we re-checked Arduino ports as well as software settings showed the original setup is correct.

Therefore, we concluded the issue is the Arduino and ordered a new Arduino in hopes it arrives in time.

Comments

Popular posts from this blog

Week 5

Week4

Week3