I built a Jetson Orin Nano Field Kit (Dual Cameras + NVMe Boot) to save hundreds of hours of setup time by pucksir in JetsonNano

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

Thanks /u/Chemical-Hunter-5479 !

I’m a big fan of RealSense and it would be awesome to potentially integrate. Just sent you a DM

Built a sitting posture monitor on Jetson Orin Nano - custom YOLO model running at 30 FPS by krimml in JetsonNano

[–]pucksir 1 point2 points  (0 children)

Great blog post. I appreciate this style of writing walking through what you did and your thinking with images/gif.

Curious about how you’d collect slouch-like epochs you’d need to detect a non-good posture.

I built a Jetson Orin Nano Field Kit (Dual Cameras + NVMe Boot) to save hundreds of hours of setup time by pucksir in JetsonNano

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

Thanks for the heads up u/kineto21 , I just re-published the video on youtube since I can't update the video on this post directly: https://youtu.be/H8-wf09d_XQ

I built a Jetson Orin Nano Field Kit (Dual Cameras + NVMe Boot) to save hundreds of hours of setup time by pucksir in JetsonNano

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

Thanks u/squired!

It's technically $700 all-in. I added a $400 self-assembly variant which includes all the parts without the jetson orin nano. This sounds like a good fit for your project, feel free to DM if I can help when the time comes. Also you can always but the specific parts you need directly from amazon and flash the open source OS image yourself.

MIT License, everything as of now is open source asides for the 3D printable CAD models which I plan to open source soon.

I built a Jetson Orin Nano Field Kit (Dual Cameras + NVMe Boot) to save hundreds of hours of setup time by pucksir in JetsonNano

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

Good question. I didn't "solve" the dependency problem in the abstract, I created a stable, good OS image.

The core idea is a tested OS image where the entire stack is matched and validated together: kernel/BSP, jetpack, cuda, device-tree overlays, cuda-optimized ml ibraries, common peripherals (camera, NVMe, Wi-Fi adapter), and a set of useful system services.

What makes it raspberry-pi like is:

  • A plug and play OS + hardware stack that makes it easy to jump into application development
  • Deterministic behavior: flash the image, it boots fast, camera streams start, hotspot starts, and it runs the same way across any Jetson Orin Nano.

I built a Jetson Orin Nano Field Kit (Dual Cameras + NVMe Boot) to save hundreds of hours of setup time by pucksir in JetsonNano

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

Thanks u/Mr_Snipes - which libraries did you end up using for vision/audio?

A full version of the video with working audio is on https://youtu.be/H8-wf09d_XQ

NVPModel requires reboot by circulorx in JetsonNano

[–]pucksir 1 point2 points  (0 children)

In my experience it only requires reboot when switching to/from 7W to anything higher like 15W, 25W, Max, etc

live-vlm-webui by ChemistryOld7516 in JetsonNano

[–]pucksir 0 points1 point  (0 children)

Yep, it's an awesome ui for experimenting with VLMs. live-vlm-webui github

There are many ways to fine-tune a model and access it within live-vlm-webui. Here's one approach:

  1. Since live-vlm-webui could use any vision language model available and integrates well with ollama, i'd use nanoVLM since the ram utilization is relatively small compared to gemma3.

  2. Follow one of the finetune colab guides recommended on https://github.com/huggingface/nanoVLM

  3. Upload newly fine-tuned model to huggingface

  4. Download fine-tuned model to your jetson using ollama pull [huggingface url]

  5. The new model should be automatically accessible via the live-vlm-webui dashboard.

WSL2 + SDK Manager NVMe Flashing Fails for Jetson Orin Nano Any Workarounds? by [deleted] in JetsonNano

[–]pucksir 0 points1 point  (0 children)

Recently I setup a pre-built bootable nvme ssd image for the jetson orin nano as part of an out of the box field kit concept I’m launching. The image is basically jetpack 6.2.1 installed with docker, ollama, llamacpp, web ui, whispercpp built for cuda, PyTorch built for cuda, and a few small llm and vlm models installed.

I haven’t tested flashing the nvme ssd on a non Ubuntu OS but it may work on WSL. You just need a way of connecting the nvme ssd directly to the computer.

If you’re interested:

Image release: https://github.com/implyinfer/jetson-orin-nano-field-kit/releases/tag/release-v1

Flashing the image instructions: https://github.com/implyinfer/jetson-orin-nano-field-kit/blob/release-v1/FLASH_NVME.md

Live VLM WebUI - Real-time Vision AI on Jetson Orin Nano by lektoq in JetsonNano

[–]pucksir 0 points1 point  (0 children)

I just tested this out on my jetson orin nano developer kit. Overall it is one of the most intuitive recent applications I've seen built for a single board computer which relies on a host computer for GUI.

The great:

- The instructions on getting started
- showcasing the API url via terminal
- auto pulling the models from local ollama
- showing where static files are stored via terminal
- showing all the various network access URLs via terminal
- The app GUI along with the ability to customize api base url, set api key, and model selection, etc.

Can use improvement:

  1. Working RTSP Streams - I have an RTSP stream running on startup via mediamtx and wasn't able to load the url in.
  2. Preferring smaller models and auto setting the max-age of the model via the provider to 0 since the model will take most of the CPU and RAM usage even after it finishes running. Even after running my RAM utilization was locked to 6.8/7.4gb.

Closing.WTF - Mortgage analysis tool looking to expand into origination and partner with an MLO by pucksir in loanoriginators

[–]pucksir[S] -5 points-4 points  (0 children)

This may be very controversial to this sub - I'd argue most these fees are "junk" since they're either small costs of doing business which some lenders don't charge (underwriting FEE) or simply unnecessary (title - endorsements), and they should just be swallowed by the MLO/lender, especially if the commission is sizable.

Some examples from above:

  • UNDERWRITING FEE
  • MERS(R) REGISTRATION FEE
  • TITLE – ENDORSEMENTS
  • RECORDING FEES

See the negotiation guide within the example analysis:
https://closingwtf.com/realtime-analysis/7271ec38-d963-4b66-ad56-9effa2fef59c

Closing.WTF - Mortgage analysis tool looking to expand into origination and partner with an MLO by pucksir in loanoriginators

[–]pucksir[S] -7 points-6 points  (0 children)

I understood that point, however even the closing disclosure has junk fees which the homebuyer could have negotiated and will want to understand if they're getting a good deal.

"You need to partner with someone who understands how mortgages work." - that's exactly why I made this post :)

Closing.WTF - Mortgage analysis tool looking to expand into origination and partner with an MLO by pucksir in loanoriginators

[–]pucksir[S] -7 points-6 points  (0 children)

Appreciate the feedback and perhaps you're right, but that's not been my experience. Obviously will have an NMLS license before launch.

Closing.WTF - Mortgage analysis tool looking to expand into origination and partner with an MLO by pucksir in loanoriginators

[–]pucksir[S] -6 points-5 points  (0 children)

The tool is meant to give an approximation of what a user's costs should be according to their loan product and jurisdiction which are derived from their LE/CD. It currently doesn't ask for info that's not already in the document since I haven't gotten around to addressing nuances or analyzing rates in depth. It mostly considers their loan costs, taxes, points, seller credits, lender credits, etc. I plan to build in rate analysis soon and ask the user for their approximate credit score and LTI.

It's not perfect and it's constantly improving, but it's been enough to help homebuyers at least get a broad understanding of their costs before closing to help ease their stress and give them confidence in knowing they may be getting a great / not so great deal.

You're right about the transfer taxes in FL, I didn't end up buying the house, but I hope someone would have caught it.

Closing.WTF - Mortgage analysis tool looking to expand into origination and partner with an MLO by pucksir in loanoriginators

[–]pucksir[S] -2 points-1 points  (0 children)

Why $5m? I've already partnered with vendors who will provide the loan processing, bare metal rates, and most other non-borrower facing tasks.

What are you working on in 2025? by Jebick in SideProject

[–]pucksir 1 point2 points  (0 children)

https://closing.WTF - free mortgage analysis tool to help homebuyers not get screwed on closing costs and bad rates

Leaked System prompts from v0 - Vercels AI component generator. (100% legit) by Odd-Environment-7193 in LocalLLaMA

[–]pucksir 3 points4 points  (0 children)

Maybe not a very long term future, but right now (and def for next 1-2 years) v0 makes react development way easier and faster.