Scalehead

I’m just getting started with Agopengps and I just thought of an additional use for the tablet in the tractor is being a Bluetooth scale head as some seeding implements, fertilizer applicators and grain carts have loadcells on them. It would be nice to be able to get everything into one display.

1 Like

I have also been thinking about this,

but I would like AOG to take the scale weight and acre read out in AOG to produce a lbs per acre calculation right in aog.
I think this would be easy enough to to program a separate window like the rate cotrol version is using.
A couple years ago I had a friend help me make a separate app, but the problem has been if some data is lost then the acre meter is no longer correct. if we use the applied acres within AOG then the acres is very accurate.

I made these 2 videos a while back but it gives an idea how it worked.

I just added a total volume and volume per acre counters in AOG using a custom PGN. The Arduino module sends a calibrated volume in whatever units you calibrate it for and AOG shows a total count and per acre. In my case, I’m using a fluid flow meter which triggers an interrupt pin, then divide that count by a calibration factor to get US Gallons but AOG doesn’t know that it’s gallons. I was thinking it could be used to display any type of applied product.

1 Like

I have done some “vibe coding” and have been able to get that calculator directly into AOG, the problem with my previous version is it would drop acre readings and that would throw the lbs per acre off, and it would get worse as the day goes on. So I needed a reliable area source. Last year I put a sensor on so it would start painting as I started planting.
I will still need to test in the field but from what j have seen in previous versions the lbs per acre averages out even as the scale is bouncing around.

2 Likes

@Mueller Wow! I missed that you just replied 12 days ago. Just made a post about this.

Wondering if we could possibly link up, want to do the same thing on my drill!

Hi, we can definitely figure something out, I wanted to put the modifed code onto a fork in Github, but some how that website seems complicated. Lol but the first thing would be to get your scale exporting serial data and get that plugged into your AOG pc.
Shoot me a message and we can chat