Flfeather's Posts (2)

Sort by

Circuit Board for DIY Arduino Micro-quadcopter

3689711775?profile=original

In this project, I will go through the process of designing and making a flight controller board from scratch for a micro-quadcopter. This board will be based on the ATMega328 microcontroller and will be used to control four coreless DC motors. The whole PCB making process from designing of the schematic to gerber viewing is done using EasyEDA. The main idea while designing the flight controller board was to keep it small, lightweight while still making it easy enough to solder at home. Therefore I chose to use as many SMD components as was feasible to solder. The ATMega328 chip and MOSFETs are the SMD components used on this board. Though in hindsight I have also used 1206 SMD resistors and capacitors as they are easy to solder even for hobbyists. 

 

1. Designing the schematic and PCB

If you are interested in the circuit project, you could access circuit and PCB project for the micro-quadcopter . The schematic designing process was very smooth and intuitive on the EasyEDA environment.  Anyone with previous experience in other circuit design tools would easily adapt to it. I found it much more preferable than dealing with messy etchant used for making home-brew PCBs. The circuit schematic is as image showed and could be edited Here: https://easyeda.com/editor#id=d26e0216b68649e0b102da0a51664bef

3689711856?profile=original

Using the Convert To PCB option the blank PCB and component footprints were generated. All the component footprints used were available in the EasyEDA Component Library. In case you cannot find the component, EasyEDA also has a handy custom component creating tool. The PCB outline, dimensions, hole dimensions, silk screen color can all be customized using the useful right-hand side menu on the screen. Screenshots of the PCB design screen below and can be edited Here: https://easyeda.com/editor#id=b6e2e30d14264213aea6a2ebbdde2108

3689711731?profile=original

screenshot-564-e1488252674427.png?w=640

2. Custom PCB and prepare compents for the Quadcopter

Once the PCB was designed and finalized, you can finalize the number of copper layers you need, the PCB thickness, copper weight, and even the PCB color from the checkout menu. There is also a handy option of downloading your Gerber File on the PCB order page and seeing the Photo View of your PCB (i.e. how it will turn out). And you also could custom circuit board with JLCPCB.

3689711873?profile=original

Then prepare main components used in this board are:

  • ATMega328 TQFP32 Package with 16MHz Crystal x 1
  • Si2302 MOSFETs x 4
  • 78L33 LDO Voltage Regulator x 1
  • NRF24L01 Transceiver Module x 1
  • MPU6050 Acc/Gyro Module x 1
  • Coreless Motors x 4

3689711742?profile=original

3. Soldering and Final Build

After all components on boards is soldered and the quadcopter is well built,  I can quickly go on to the coding and testing of the project. I have included some pictures of the final quadcopter build that I made using these boards. Also, I have included a picture comparing a home-made board to a professionally made PCB and you can see the improvement in quality. Hope you will enjoy this project. 

fullsizerender3.jpg?w=326&h=229&crop=13689711885?profile=original

Read more…

Circuit simulator and PCB design software - EasyEDA

3689682886?profile=originalEasyEDA is a free, zero- install, cloud-based EDA tool, designed to give electrical engineers, educators, engineering students and electronics hobbyists an Easier EDA Experience. It is easy to use circuit design, circuit simulator and PCB design that runs in your web browser.

Features of EasyEDA:

Cool Schematic Capture

Draw schematics quickly using the available libraries on browser. Seamless automatic upgrades.

Circuit Simulator

Verify analog, digital and mixed signal circuits with spice subcircuits and models!

Online PCB Design

With multiple layers, thousands of pads, you could still operate quickly and layout smoothly.

The system is very stable, reliable and easy to learn. The user interface is very pleasant and responsive operation. EasyEDA has a rich library of thousands of electronic components (for both circuits and printed circuit boards, and for modeling), and tens of thousands of examples of schematics! Anyone can use this library and expand it. It also can import existing designs done in Altium, Eagle and KiCad and then edit them in EasyEDA .

Moreover, another outstanding feature of EasyEDA is that users can access to Open Source modules developed by thousands of electronics engineers.

3689682929?profile=original

There is a tutorial explaining the main features of the tool and a Simulation ebook, introducing circuit simulation in EasyEDA using ngspice.

The following video briefly presents the features of EasyEDA tool.

Read more…