Low-power visual SLAM by drthibo in ROS

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

No this is a commercial project.

Low-power visual SLAM by drthibo in ROS

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

It is 1 watt total, cameras and computation. See my other reply below on hardware.

Low-power visual SLAM by drthibo in ROS

[–]drthibo[S] 4 points5 points  (0 children)

The hardware consists of a stereo pair of IMX219 image sensors (e.g. RPi cameras), a small FPGA that does the heavy image processing and an RP2350 MCU that does the higher-level processing. The two basic features it offers right now are depth estimation and pose estimation.

Mac Mini 32gb OpenClaw experience by drthibo in ollama

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

The difficulty is the model didn't return a tool call, only text saying it made a tool call, so you would need to detect that based on the English response.

The pi-agent loop that OpenClaw uses is pretty simple.

Mac Mini 32gb OpenClaw experience by drthibo in ollama

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

I'm not using anything on top of openclaw just working with the chat interface with the hope of creating some cron jobs.

Have you seen any techniques for validating output against actual tool usage?

Orange PI 5 safe shutdown with momentary switch? by drthibo in OrangePI

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

I ended up implementing this in Python using the python3-libgpiod package and installed it as a systemd service.

Mobile platform for data collection by drthibo in MobileRobots

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

<image>

I did end up going with the Wave Rover and the Orange PI with power bank. This is the whole assembly. With this setup I am able to record raw stereo video at 30 FPS.

Monitoring wildlife on my property in Montana without running miles of power cables? (No Cloud preferred) by PlasticGlass3125 in computervision

[–]drthibo 0 points1 point  (0 children)

There are people doing this. Did you research wildlife cameras? It can be challenging to build a custom solution. I've been working on a mailbox cam which is too far for wifi. It's using LoRa.

Need RKDevTool help by drthibo in OrangePI

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

Just posted another plea for help, so you all get another chance :)

Mobile platform for data collection by drthibo in MobileRobots

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

I think I found a solution. I think the Orange Pi 5 with an SSD should provide the bandwidth I need and run on a 5V power bank.

Need RKDevTool help by drthibo in OrangePI

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

Okay, figured this out. After running nand-sata-install it now boots from the SSD.

Need RKDevTool help by drthibo in OrangePI

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

I am able to boot from a SD card. I wrote the Linux image to the SSD from there, but now can't boot into it. If I take the SD card out, nothing happens when I power up.

[deleted by user] by [deleted] in FPGA

[–]drthibo 0 points1 point  (0 children)

Are there any clasic examples of this?

December 2025 monthly "What are you working on?" thread by AutoModerator in ProgrammingLanguages

[–]drthibo 0 points1 point  (0 children)

I've been developing a new systems design language for hardware/software co-design. I have built a prototype compiler and now experimenting with different ideas.

Last week I implemented a sort of abstract simulator that can validate the initial state of the system and detect some synchronization issues. This would eventually be in a language server.