Thursday, December 24, 2020
Tuesday, December 22, 2020
Sunday, December 20, 2020
Setting up for front landing gear (Ground Steering) for fixed wing plane.
At this time, i have issue on setting up the nose landing gear so that it can automatically follow compass direction upon take off. Currently, i have connected the nose landing gear cable to the main out pin (4) as yaw / rudder. But when flight mode change to other than manual, the landing gear is not holding its current direction.
Therefore after a few readout from the web and from this youtube video from youtube, credit to the owner, i got some ideas that the nose landing gear servo should be connected to aux pin similar as gimbal pan, tilit, and video switcher connection,
I will do this on this tuesday and i hope it goes well. InsyaALLAH...amin.
Reference: https://ardupilot.org/plane/docs/common-rcoutput-mapping.html
1) set servo12_function = 26 : set the Aux4/RC/Servo12 to Ground Steering (26).
2) set RCPassthru4(26) : set the rudder stick to control ground steering.
Friday, December 18, 2020
Monday, December 7, 2020
Lidar, Sonar setup
1. After 4 hours, this is setup demo that works.
SERIAL2_PROTOCOL = 9 (lidar) (if using telemetry 2 port for Lidar)
SERIAL2_BAUD = 115 (115 200)
RNGFND_TYPE = 20 (Benewake TFMini)
RNGFND_SCALING = 1 (meter)
RNGFND_MIN_CM = 1 (centimeters) - minimum value for lidar to works
RNGFND_MAX_CM = 1000 (centimeters) - Beyond this value, pixhawk will use Barometer.
RNGFND_GNDCLEAR = 15 (centimeters) - Because the lidar is installed above 15 centimeters on the drone.
Thursday, October 22, 2020
Wednesday, October 21, 2020
Wednesday, October 7, 2020
GPS setting for apm and pixhawk
https://www.dronetrest.com/t/swapping-neo-7n-neo-m8n-gps-molex-jst-sh-connectors-for-pixhawk-apm/840
Thursday, September 24, 2020
Arduino two serial port used problem
When two serial ports are used, (software serial port and hardware serial port), you will need another coding for software serial port to send data to hardware serial port.
https://www.arduino.cc/en/Tutorial/TwoPortReceive
https://www.arduino.cc/en/Tutorial/SoftwareSerialExample
Friday, September 18, 2020
Wednesday, September 16, 2020
Convert Fsi6 from 6 Channel to 10 Channel.
https://www.youtube.com/watch?v=OKkZpP55p9g
Convert dari Fsi6 (6 Channel) kepada Fsi6-x (10 Channel). Confirm Jadi. InsyaALLAH.
Sunday, August 9, 2020
Monday, July 13, 2020
Advanced but cheap
Tuesday, July 7, 2020
Saturday, July 4, 2020
Thursday, June 25, 2020
Saturday, June 20, 2020
Arduheli
H_SW_H3_SV1_POS (AP_MotorsHeli_Single): H3 Generic Servo 1 Position = default value.
H_SW_H3_SV2_POS (AP_MotorsHeli_Single): H3 Generic Servo 2 Position = default value.
H_SW_H3_SV3_POS (AP_MotorsHeli_Single): H3 Generic Servo 3 Position = default value.
H_SW_H3_PHANG (AP_MotorsHeli_Single): H3 Generic Phase Angle Comp = check if pitch forward heli induce roll.
Thursday, June 18, 2020
Bluetooth to Telemetry Bridge
Friday, April 17, 2020
Tuesday, April 7, 2020
ArduRover
1. High torque servo need extra power supply. Therefore need to supply 5.0 v power to the servo by using 2nd battery lipo connected to an esc to give power supply to the servo.
2. As we are now using 1 throttle and 1 steering from servo, therefore, need to set:
Skid steering in = 0
Skid steering out = 0
3. Issue:
ArduRover circling towards waypoints. To solve this is to reverse steering in mission planner (https://discuss.ardupilot.org/t/rover-spins-in-circles-in-auto-mode/6666)