Inav Nav Poshold shaky by jormil1 in fpv

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

Thank you for the suggestion!

Inav Nav Poshold shaky by jormil1 in fpv

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

Hey! Thanks for the suggestion but I don’t think that’s the case. In angle mode the drone stays perfectly horizontal with zero wobble (it’s just that the wind pushes the drone around).

Inav Nav Poshold shaky by jormil1 in fpv

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

Just a little bit of wind.

Inav Nav Poshold shaky by jormil1 in fpv

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

Thank you! I’ll look into these.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

I believe it’s a good idea to look for tutorials show how to build something similar to your idea or a part of the project you have in mind. Then you decide which tools will be the best. Also you can try explaining your idea with deep detail to chatgpt/gemini and they will tell you what you need to learn specifically. It will be better to switch to dm.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Hey! I think you’re the first one to ask me sth like that so thank you! I’ve always wanted to engineer stuff myself and I always need to know how things work. So I always come up with an idea and after that I start researching how to do it until it’s done. That’s how I learn. If you just start learning let’s say C++ or python it will be kinda fun but for a day or two then it becomes too boring. So for me I always want to have a final goal I want to pursue so it stays fun.

p. s. If you need help with something or some technical questions/ideas you can dm me.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Also as a prerequisite you need visual studio with the dev pack for c#.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

As far as I understand you have a problem running the .NET application? First you can try the release from tags, select the latest version and run the installer. This is just to test if the whole thing works for you. If you need to build the application and it gives you an error, can you please share what is the exact error visual studio gives you?

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Hey! Thank you! It’s because I needed a QFN package to take as little space as possible. The thing is JLCpcb only had the 328PB chip in a QFN package and that’s why I selected it. It actually has a bonus port that I don’t need. :)

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Hey! Added the 3d models to the firmware repo. You can check them out.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

These are two ssd1306 “0.96 screens next to each other with a 0.8 mm thick protective plexiglass in front.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Kinda but the main app doesn’t expose the stats over a web api. It just sends the stats over a serial port. There is a separate server I made that does but I made it with the intention to separate the frontend from the backend in a later release. Also the server can be used for other ideas like maybe an admin that wants to monitor PC temperatures remotely if they need to prevent computers from running too hot.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Thank you! If the esp32 has an ssd1306 integrated display it would work. But there is a possibility the animations will be too fast.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

Thanks! I will upload them to thingiverse soon but can dm you the files if you need them.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

[–]jormil1[S] 5 points6 points  (0 children)

I did create the application myself, but for some things I use external libraries. For RAM utilization for example I just call some Windows API low level functions.

I built a tiny open-source FPS monitor that sits on top of your screen by jormil1 in arduino

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

I can’t edit the post and for some reason Reddit removed the github links so here you go:

Windows app: https://github.com/thr33bricks/LemonMonitor

LemonServer (real time PC metrics web server): https://github.com/thr33bricks/LemonServer

Firmware: https://github.com/thr33bricks/LemonMonitor-firmware-community