Before we get into the step-by-step process of how to overclock a processor, it’s crucial to understand the potential risks and requirements: Warranty Void: Overclocking typically voids your CPU’s warranty. Check your manufacturer’s policy before proceeding. Heat Generation: Overclocking significa...
Take a battery, check its voltage using either a battery checker or multimeter. Then plug it in to the drone (remove propellers first!). If the reported voltage in the configurator (circle in red in the below image) is not the same as your measured voltage, then you should calibrate the...
In this video, Richpin demonstrates how to replace the camshaft sensor in a Nissan Altima. The cam sensor is located by the cylinder box. First, remove the electrical connector off of the sensor. Push up on the lock on the bottom of the sensor to pull back and remove the connector. The...
An FPV drone is a type of drone equipped with a camera that streams live video to a set of goggles worn by the pilot. This real-time “first-person” view allows the pilot to control the drone as if they were in the cockpit, while remaining on the ground. Flying an FPV drone using...
The simplest solution is to use the microcontroller itself to check: int x = analogRead(A0); static int min = x; static int max = x; if(x < min) min = x; if(x > max) max = x; Move the joystick, see what comes up, and set the range rescaling to the min/max. You can ...
Time stopping/auto-targeting: (Not Implemented) Although awesome, V.A.T.S. is, for many reasons, ridiculously fictional, but I'd be interested to see what could be done with an IMU and a web cam/Kinect sensor strapped to a "weapon" pointed at a specially colored or marked target. I...