Building the quadcopter
I start to build my quadcopter

The frame is assembled and the motors are fixed
I calibrated the 4 ESCs and tested the 4 motors one by one (without the propellers of course). All is OK
I still have to buy rilsan (cable ties) to fix the ESC on the arms
My Quadcopter name is ROSETTA ;-)
Here is my ESC calibration procedure :
:

The frame is assembled and the motors are fixed
I calibrated the 4 ESCs and tested the 4 motors one by one (without the propellers of course). All is OK
I still have to buy rilsan (cable ties) to fix the ESC on the arms
My Quadcopter name is ROSETTA ;-)
Here is my ESC calibration procedure :
- Disconnect the battery
- sudo /usr/local/sbin/servod --cycle-time=20000us --step-size=10us --min=1000us --max=2000us
- Connect the motor to ESC
- Send a pulse max value
- pi@raspberrypi:~ $ echo 1=200 >/dev/servoblaster
- Connect the ESC to Raspberry (white wire on gpio on servo1, black wire on gpio GND - Do not use the red wire)
- Connect the battery
- Wait Beep Beep
- Send a pulse min value
- pi@raspberrypi:~ $ echo 1=100 >/dev/servoblaster
- Wait Beep Beep Beep (battery 3S = 3 Beeps)
- Wait a long Beep. This means calibration is ok !
- pi@raspberrypi:~ $ echo 1=0 >/dev/servoblaster
- You will get a beep every 2 seconds (invalid signal)
- pi@raspberrypi:~ $ echo 1=100 >/dev/servoblaster
- Signal is OK = No more beep
- pi@raspberrypi:~ $ echo 1=110 >/dev/servoblaster
- Motor start at 10%
:
Commentaires
Enregistrer un commentaire