博文

目前显示的是标签为“manufacturers”的博文

21. Arduino learning notebook-- Experiment of controlling steering engine

图片
21. Arduino learning notebook-- Experiment of controlling steering engine Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  ( Catduino has the same function of Arduino)   Here use Arduino duemilanove to control the rotation of steering engine through a potentiometer. Material preparation: A a rduino duemilanove A 10K potentiometer A steering engine A breadboard Some  connected wires It should be noted here, do not use the computer usb to s upply  power , because if the current demand is greater than 500ma, the  usb  may be burned, it is recommended to use the external power supply. The left and right   pins  of the potentiometer are connected with 3.3V and GND respectively , the middle pin is connected with the analog port 0.   Steering engine  is connected with  5V and GND, the signal port is connected to t...

16.Arduino learning notebook--PS2 rocker/game rocker experiment

图片
16. Arduino learning  note book--PS 2 rocker/game rocker experiment            Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  ( Catduino has the same function of Arduino)   The PS2 rocker can be used to control the car, etc. The main   structure is two 10K potentiometers and a key switch.The five ports are  respectively  VCC, X, Button, Y, GND. Let's take a look at the picture The o ld LCD screen is used to do other things, so use another  one , different models of 1602 LCD to adjust the contrast of resistance value is different .   S o this time I will switch to a potentiometer, more convenien t to adjust. Hardware connection diagram Download the code below to the arduino controller . ARDUINO   CODE 1.  #include <LiquidCrystal. H > // call the LiquidCr...

14.Arduino learning notebook-ITG3200/3205 gyroscope sensor experiment

图片
14.Arduino learning notebook-ITG3200/3205 gyroscope sensor experiment   gyroscope                           Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  ( Catduino has the same function of Arduino)   I t is a device for sensing and maintaining direction, based on the theory of the immortal angular momentum.   The gyroscope is mainly composed of a wheel which can be rotated around  the axis.   Once the gyroscope starts rotating , the gyroscope has a tendency to resist the direction of change due to  the angular momentum of the wheel.   The gyroscope is used for navigation, positioning and other systems.   In 1850,in order to study the earth's rotation, French physicist J.Foucault discovered the rotor   of the high-speed rotation . B ecause of its inertia l  e...