Posts

Showing posts from November, 2021

Aurdino Programming

Image
I programme the arduino board by using Arduino IDE app which installed in the laptop.After I connect the USB Micro Port B with arduino board and mt laptop,then I open the Arduino IDE app and go to    File > Examples > Servo > Sweep. Then I adjust the value for pos value in the void loop part, one is used to  control the servo from  0 o  to 180 o  and the other is used to control the servo from   180 o  to 0 o    .Besides I also adjust the value for delay part  .As I finish adjusting these value so I can get the speed of servo motor moving desired. The code below is the source codes I used  #include <Servo.h> Servo myservo;  // create servo object to control a servo // twelve servo objects can be created on most boards int pos = 0;    // variable to store the servo position   void setup() {   myservo.attach(9);  // attaches the servo on pin 9 to the servo object } void ...

HOME

 I am Peijie.From last semester ,I have learnt the fusion 360 skill from the Introduction To Chemical Product module.I will update my leant new skill here also same likes last semster,So there are two personal goals in this semster for me: a)master all the skill that have taught in eaxh lesson and put the effort as much as I can. b)communicate with teamates well so can avoid the situations like last semester which cannot work together . Since my old teamates,who are Clarence and Jiayu not same class with me in this semester, so I am grouped with Haijie and Yongjie.There what's we discuss about the team ground rules. a)All teamates should contribute ,so we can easily settle some homework by combining the teamwork and it can prevent the situation like last semester just one person to work. b)If someone cannot contribute should mention first so others can help and it doesn't matter to other if he mention before . c)we should build up a team with high teamwork spirit and it is not ...

LASER CUTTING

Image
A)START-UP turn on the air compressor at the back of the red switch turn on the switch of flip extractor turn on the switch of laser cutter, then wait until it completes initialization proceed to work station where we start setting our drawing to the laser cutter machine.   B)Operation of laser cutter including the basic use of Corel-Draw Open the cover fully to put your board into the machine. Close up the cover, make sure there are 2 green lights to confirm that the cover is closed properly. Import your DXF or SVG file into CORELDRAW OR design in the webpage. Set the line weight, colour and fill. Make sure all are the right colours for cutting, engraving and scoring.The red colour means cutting but the green colour means engraving.When we need to put some colour ,we need to adjust the value of the colour.For example, we will colour the shape that we wanna to cut with red colour and adjust its colour with 255 value but for other colour is zero.It is same to engraving by using gree...