This project was heavily inspired by the EjoWerks Speeder project: https://sites.google.com/view/ejowerks-speeder/
Thanks to Erik for all of his awesome design work and laying the foundation down for this incredible configuration! I would not have been able to build my version without his help and feedback.
PARTS LIST:
Radio: https://amzn.to/3q4CVlv
Microcontroller: https://amzn.to/45scBlz
Wire (24AWG): https://amzn.to/3oyodmn
Wire (18AWG): https://amzn.to/3ow8KmS
Lidar: https://amzn.to/45uVa3J
Motors (lift): https://amzn.to/426Lppq
ESC (lift): https://amzn.to/3ouBCMh
Motor (pusher): https://amzn.to/3Wu1IM1
ESC (pusher): https://amzn.to/433fY0t
Props: https://amzn.to/3IGLCZD
Battery: https://amzn.to/3MVB4IQ
Camera: https://amzn.to/3MA0nOX
Video Transmitter: https://amzn.to/3MBR3tU
Video Goggles: https://amzn.to/436wugv
Antennas: https://amzn.to/3IC9BZS
M3 Heat Set inserts: https://amzn.to/3MC5kXE
Magnets: https://amzn.to/3WxePff
Foam Tape: https://amzn.to/3OG8LiU
3D Print Filament: https://amzn.to/3oxPyVG
All of the links above are Amazon affiliate links. I receive a small commission for every product purchased at absolutely no cost to you.
ASSEMBLY INSTRUCTIONS:
Please see the INSTRUCTIONS.pdf in the 'Files' section of this page.
FLIGHT CONTROLLER:
Any drone flight controller will work for this project since it is just a quadcopter with a pusher prop, but I can not offer any help in getting that, any altitude hold capability, or control via RC car transmitter set up. You'll be on your own! But I am providing the exact same code that I fly on my version that includes all of the functionality mentioned above, which is a slightly modified version of my generic flight control code, dRehmFlight. You can access the modified version for this project here: https://github.com/nickrehm/dRehmFlight-LandSpeeder
Please read the INSTRUCTIONS.pdf in the 'Files' section of this page to fully understand how to set this up and get flying.
This project is released under the CERN open hardware license (strongly reciprocal): Home | CERN Open Hardware Licence
By using this project or files contained within, you agree to adhere to the terms within the CERN-OHL-S license.
Hello Nick,
I am using the same TF mini plus laser rangefinder on project of my own in order to get accurate altitude sensing, and I was wondering, is the UART checksum expected to fail so frequently (like one in 5 data packets)? Did you see the same behavior when first playing around with the sensor? I'm using the same arduino library you are using.
For example, running the example script in the arduino library:
10:54:43.246 -> Status: CHECKSUM
10:54:43.246 -> Data: 59 59 02 00 BA 10 C0 09 E7
10:54:43.246 -> Status: CHECKSUM
10:54:43.246 -> Data: 59 59 02 00 BB 10 60 09 D8
10:54:43.246 -> Dist:0002cm Flux:04281 Temp:44C
10:54:43.278 -> Dist:0002cm Flux:04282 Temp:44C
10:54:43.278 -> Dist:0002cm Flux:04271 Temp:44C
10:54:43.278 -> Status: CHECKSUM
10:54:43.278 -> Data: 59 59 02 00 70 10 60 09 E5
10:54:43.317 -> Status: CHECKSUM
10:54:43.317 -> Data: 59 59 02 00 B7 10 C0 09 E4
10:54:43.317 -> Status: CHECKSUM
10:54:43.317 -> Data: 59 59 02 00 BC 10 60 09 D9
10:54:43.317 -> Dist:0002cm Flux:04279 Temp:44C
10:54:43.354 -> Dist:0002cm Flux:04281 Temp:44C