博文

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

A World Without Technology, can you image?

图片

7. The design of PCB(multiple layer board)-- Process of multilayer board

图片
Multiple Layer Board   Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  PCB Multilayer Board means multilayer board used in electrical product, it involves wild area, such as home appliance, computer accessories, communication, toy, instrument, LED and so on. PCB(printed circuit board) Multilayer Board is consist of track on several layer of insulation substrate and pad, it has two function: conduct every layer ’ s circuit, insult mutual layer. As the develop of SMT, the launch of new SMD (such as QFP, QFN, CSP, BGA), electrical product become more intelligent and smaller. Since HDI is created, the develop these process technology lead the design of PCB to multiple layer, and high density.   1 . Process of multilayer board   1. PCB which has draw the track: Put on the board, acidity deoiling, scanning rinsing, second reflux rinsing, micro etch, ...

4. The design of PCB-- PCB design related concepts

图片
6. PCB design related concepts Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  Via  holes: Once selected, be sure to deal with the gap between it and the surrounding each entity especially easy to ignore the gap between the line not connected to via hole of each layer in the middle   and via hole, if it is a automatic wiring, can be in "number Via minimization" (Via Minimiz8tion) in the sub menu select "on" to automatically solve. The larger load flow required, the larger hole size required, such as the larger the hole in the power layer and the other layer. Silk screen layer: For the convenience of installation and maintenance of the circuit, etc., it need s   printing logo and  writing code   on the upper and lower surface of the printing circuit , such as component label and nominal value,   the profile  of   the component and th...

3.The design of PCB---General principles

图片
5. General principles of PCB design Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  The special components layout First, consider the size of PCB: when the size of PCB is too large, the printing line is long, the impedance increases, the anti-noise ability decreases, and the cost increases  too  small, so the heat dissipation is not good, and adjacent lines are easily disturbed.   After determining the PCB size, make sure the location of the special components.   Finally, l ay  out.the entire components of the circuit   according to the function unit of the circuit . The following principles shall be observed in determining the location of special components: A. To minimize the connection between high frequency components, try to reduce their distribution parameters and electromagnetic interference between them.   Vulnerable componen...

5. Basic knowledge of Raspberry Pi--see the version

图片
5. see the version   Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  There are so many ways to see the version: 1.by smartphone First, download two software: JuiceSSH              this is terminal AndroidVNC           this is VNC used to display the version Ensure the smartphone and Raspberry Pi has connect to the same network, you can open the USB wifi share of smartphone, then connect Raspberry Pi and smartphone with an USB cable, try to get IP of Raspberry Pi. Open JuiceSSH, set a new connect, give it a name and input Raspberry Pi’s IP, connect it, you can see that it’s easy to write command via smartphone for it has serve for many shortcut key. Set up a software by the following command: sudo app-get install tightvncserver This command ...

4. Basic knowledge of Raspberry Pi --Set static IP

4.Set static IP   Juvtmall  ( a company supply  PCB Prototyping ,  PCBA service  and sell kinds of  components, modules  and so on)  You may say: no, though I can use Wi-Fi and don’t need network cable, I still have to use Advanced IP Scanner to search IP of my Raspberry Pi, it’s so inconvenient. I will teach you how to set static IP First: input the following command: sudo nano /etc/dhcpcd.conf Secondly: input these command to the bottom line:              interface eth0 static ip_address=       (the static IP you want) static routers=          (your routers) static domain_name_servers=     (domain) Tip : this is the way to set eth’s static IP The following is about how to set wireless static IP: Input the command: interface wlan0 static ip_addres...