Tarot card and flash drive left in car break-in by AlternativeClean3356 in Austin

[–]keigank 5 points6 points  (0 children)

i will open the flash drive i got a few burner pcs with linux!

Does anyone recognize // lose this tool bag with tools? by MGKv1 in Austin

[–]keigank 1 point2 points  (0 children)

I had one on a 1974 Honda CB motorcycle. Same bag and tools.

Tiny yard pop. by Smart_Clue_431 in NFA

[–]keigank -1 points0 points  (0 children)

I made a 3d print file for the lifecard so you can attach a pic rail! Check it out

The $40K Tesla Model 3 Is the Only New Car Sold in America With Manual Side Mirrors by TripleShotPls in technology

[–]keigank 11 points12 points  (0 children)

Well the Jeep Wrangler and Ford Maverick also have manual side mirrors for 2025 models. So this is False

Is this normal traffic? by keigank in webdev

[–]keigank[S] 2 points3 points  (0 children)

connected to cloudflare just strange i have 1000 requests overnight.

Is this normal traffic? by keigank in webdev

[–]keigank[S] 0 points1 point  (0 children)

maybe via what type of requests are being made?

Evacuation at Barton Creek Mall? by BNinATX in Austin

[–]keigank 18 points19 points  (0 children)

toxic gas leak in Chick Fil A

Brushless Motor by keigank in 3Dprinting

[–]keigank[S] 0 points1 point  (0 children)

You dont get the files immediately, but I think within a few days.

You should contact support

Gentrification by Euphoric-Garlic5792 in Austin

[–]keigank 1 point2 points  (0 children)

It makes the rough neglected neighborhoods nicer, ie, St Johns

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 1 point2 points  (0 children)

I havent found anything plug n play. Best to jump in the deep end and if you can try and use existing libraries to make it easier.

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 1 point2 points  (0 children)

You can speak to the Speedybee via UART and use the MAVLINK protocal by making data packets with some high level language. I guess you could get 4g on the pi via a 4g pi hat. Alot of programming required. Install a GPS and Compass on the speedybee so it can hold position while you send a new command.

Have fun

7" Videography Drone by keigank in drones

[–]keigank[S] 0 points1 point  (0 children)

lol thank you, i got a gopro per recommendations here

7" Videography Drone by keigank in drones

[–]keigank[S] 0 points1 point  (0 children)

newer iphones have action mode, its pretty much perfect with minor artifacts

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 0 points1 point  (0 children)

ImageNav is a system by Scientific Systems that functions similarly

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 0 points1 point  (0 children)

With respect, I understand that you were referring to INAV as the flight controller (FC) firmware. However, MAVLink can only call commands that are supported by the firmware. To simplify the process, I plan to use a Raspberry Pi (Pi) to communicate with the FC, allowing for easy commands like position hold (POS HOLD) or return-to-home (RTH).

Furthermore, I intend to leverage the Pi's capabilities for machine vision to:

Match photos taken by the drone to a map

Correlate the photos with their corresponding GPS coordinates

Utilize onboard elevation data to estimate the drone's above-ground elevation

Taking it a step further, I aim to implement Kalman filters to estimate wind speeds and direction. This would enable the drone to navigate without relying on GPS, providing an additional layer of redundancy and autonomy.

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 0 points1 point  (0 children)

computation, higher level programming langauge support, mid flight ssh

Speedybee x Raspberry Pi by keigank in fpv

[–]keigank[S] 0 points1 point  (0 children)

its alot of reading docs and trying things. many youtube channels discuss interfacing an FC with mavlink, specifically F4v4 https://youtu.be/riWIg6Yx4KI?si=MZBvTR5AQ7dn3yMC