On July 22, NVIDIA raised the price of every Jetson module and developer kit it sells. Some by a third. Some by more than double.
There was no announcement. No blog post, no email, no note to developers. The numbers simply changed in a FAQ page on the developer site, and someone at CNX Software noticed.
Here is what changed:
| Product | Was | Now | Increase |
|---|---|---|---|
| Jetson Nano module | $99 | $199 | 101% |
| AGX Orin 32GB module | $899 | $1,799 | 100% |
| AGX Orin 64GB module | $1,599 | $2,999 | 88% |
| AGX Orin Developer Kit | $1,999 | $3,499 | 75% |
| Orin NX 16GB module | $599 | $999 | 67% |
| Orin Nano Super Developer Kit | $249 | $399 | 60% |
| AGX Thor Developer Kit | $3,499 | $5,499 | 57% |
That is the whole product line, and the smallest increase anywhere on it is 33 percent.
The one that stings
Look at the Orin Nano Super Developer Kit. NVIDIA launched it in December 2024 at $249, and the launch was a story about access. This was going to be the board that put real edge AI in the hands of people who don't have a corporate hardware budget. Students, makers, small integrators, one-person shops.
It's $399 now. Same board. Sixty percent more.
NVIDIA hasn't said why, and I don't think it's villainy. The likeliest answer is memory. The company already quietly discontinued several Jetson modules earlier this year over LPDDR4 pricing, and memory costs have been ugly across the whole industry. This looks like a company passing through a cost it couldn't absorb.
But the reason doesn't change the effect on the person who has to buy one.
If you got a quote in the last 18 months for a monitoring or vision system built on NVIDIA edge hardware, that quote is now wrong. Not stale. Wrong, by 33 to 101 percent on the hardware line.
Why my numbers didn't move
I put edge AI monitoring into small commercial buildings. A sump pump in a Watertown basement that's been running 24/7 for two years. About forty devices in a building in Northampton. Air handlers, compressors, walk-in coolers, the machines whose failure ruins somebody's week.
None of it runs on a Jetson. My hardware cost on July 23 was identical to my hardware cost on July 21.
That isn't foresight. I didn't predict a price increase. It's a consequence of a decision I made for a completely different reason, two years ago, when I was figuring out what a pump monitor actually has to do.
Here is the honest answer: it watches a handful of numbers and notices when they drift.
Run time per cycle. Cycles per hour. Current draw. Vibration. Temperature. A pump that is about to fail almost never announces it with a dramatic event. It gets slower. It runs a little longer each cycle. It pulls a little more current. It develops a wobble. The failure is visible in the trend weeks before it's visible in the basement.
Catching that requires arithmetic on a slow-moving signal. It does not require a GPU capable of fusing six camera streams and a lidar in real time so a machine can avoid hitting a person at 20 miles an hour.
Those are the same category of product on a spec sheet. They are not the same job.
The default that costs money
Jetson became the default answer for edge AI, and defaults are comfortable. Nobody gets criticized for speccing NVIDIA. The tooling is good, the documentation is good, the ecosystem is real. If you're building an autonomous mobile robot, it is very likely the right call.
What I'd push back on is reaching for it when the job doesn't need it. And in building monitoring, that happens constantly, because the spec sheet is doing sales work. A proposal with a robot-grade compute module in it reads as more serious than a proposal with a small board and a couple of sensors. The expensive part signals rigor.
Then July 22 happens and the signaling has a bill attached.
I want to be fair here, because there's a real counterargument: headroom. Buy more compute than you need today and you can add capability later without touching the hardware. That's a legitimate engineering position, and in a product with an uncertain roadmap I'd take it seriously.
It's weaker for a fixed-function monitor bolted to a pump. That box will be doing the same job in five years that it does today. The pump is not going to develop new requirements. Headroom I never use is just cost I already paid, plus exposure to exactly the kind of week NVIDIA just had.
The same week, from the other direction
Here's the part I find genuinely funny about the timing.
Days after the price change, Arduino and Qualcomm pushed the UNO Q. It pairs a Qualcomm application processor running full Debian Linux with an STM32 microcontroller handling real-time control, on a single board, with a bridge between them. Linux-class intelligence and deterministic timing, together.
That architecture — a smart layer that runs the model, plus a layer that never misses a sample — is the same idea the frontier compute vendors are pitching in modules that cost thousands and draw over a hundred watts.
The UNO Q is $41 to $59. In stock.
In the same seven days, the incumbent's entry-level module went from $99 to $199, and a $44 board shipped with the architecture everyone says is the future. That is not a coincidence so much as a market telling you where the value is going. The clever part of edge AI is diffusing downward fast, and the silicon under it is subject to the same memory shortage as everyone else.
The compute was never the expensive part anyway
This is the thing I'd most want a building owner to take away, and it's slightly against my own interest to say plainly.
When you pay for monitoring, almost none of what you're paying for is the computer.
The intelligence layer is commoditizing at a startling rate. In the last month alone: Anthropic showed a model completing a robot task set 20 times faster than the best human team had managed a year earlier, and stated outright that they weren't even trying to improve robotics, it fell out of general improvement. A home robotics startup hit a 99.1 percent success rate across 778 trials by leaning on a strong base model and a small amount of their own data. Xiaomi open-sourced a 38-billion-parameter robotics world model that improved somebody else's robot by 26 points, for free.
Nobody's edge AI algorithm is a moat. Mine included.
And this week Microchip released a free reference design for exactly what I sell: a battery-powered, Wi-Fi, on-device machine learning node that listens to vibration and audio from a motor and predicts failure locally, no cloud. Any competent hardware engineer can now build the box.
So what's left?
The install that doesn't disrupt anything. The baseline that knows what your specific pump sounds like at 3am in February, which takes weeks of that pump running to learn and cannot be shortcut. The year of history that turns a reading into a trend. The tuning that stops it from crying wolf, because a monitor that alarms wrongly twice gets muted forever. And a person who picks up the phone when it does alarm.
None of that is on a spec sheet. All of it is the actual product.
What to ask your vendor this week
If you have a monitoring proposal sitting in a drawer, this is a reasonable week to pull it out.
- Ask what's in the hardware line. If there's an NVIDIA edge module in the bill of materials, ask what it costs today versus when the quote was written. The answer is somewhere between 33 and 101 percent higher.
- Ask what the compute is actually doing. Not what it's capable of. What it does, on your equipment, in a normal week. If the honest answer is "watches five numbers for drift," you are being sold headroom you will never use.
- Ask what happens when a component gets discontinued. NVIDIA already dropped several Jetson modules this year over memory pricing. If your monitoring system is welded to one vendor's module, that's a rebuild, not a swap.
- Then ask about the unglamorous parts. How long to baseline. What happens on a false alarm. Who calls you. That's where the money should be going, and it's where the value actually lives.
My hardware is deliberately boring, and last Wednesday it stayed the same price. I'd rather explain that than explain a $5,499 developer kit.
Right-sized monitoring, priced like it.
One off-the-shelf sensor per critical asset and a small box on a shelf that learns how that specific machine behaves, then watches for the drift that shows up before a failure. Read-only, never on your control network, no new conduit, no panel work, nothing leaves the building. Installed in an afternoon. $99 to $199 per month against a $125 to $208 market rate, hardware under $3,000, and no robot-grade compute you'd be paying for and not using. Start with the one machine whose failure would ruin your week.
See how it worksSources: NVIDIA Jetson module and developer kit price increases of up to 101 percent (July 22, 2026), the full before and after price table, the absence of a public announcement, the Jetson Orin Nano Super Developer Kit's $249 launch price in December 2024, and the earlier phase-out of several Jetson modules over LPDDR4 memory pricing, via CNX Software, “NVIDIA increases the price of Jetson modules and devkits by up to 101%,” with corroborating coverage from VideoCardz and Hardware Busters. Arduino UNO Q architecture and $41 to $59 pricing, pairing a Qualcomm Dragonwing application processor running Debian Linux with an STM32U585 microcontroller for real-time control, via the Qualcomm developer blog, the Arduino Store, and the Edge AI and Vision Alliance (July 27, 2026). Anthropic Project Fetch Phase Two results, including the 181-minute human team baseline from August 2025, the 9 minute 35 second autonomous completion in May 2026, and Anthropic's statement that the improvement was not the result of a concerted robotics effort, via the Anthropic research blog and Import AI #466 (July 27, 2026). Sunday Robotics ACT-2 reliability figures of 99.1 percent success across 778 successful folds and the “scale pretraining, then hill-climb with minimal in-house data” recipe, via Import AI #466. Xiaomi-Robotics-U0, a 38 billion parameter open-sourced world foundation model reported to improve an independent robot policy's real-world success rate by 26 points, via Weekly Robotics #370, the Xiaomi Robotics project page, and arXiv 2607.11643. Microchip's Wi-Fi enabled edge AI reference design for predictive maintenance on electric motors and rotating equipment, battery powered with local inference on vibration, audio, and temperature data, via Embedded.com and Microchip edge AI materials (July 2026). Small commercial HVAC predictive maintenance pricing of $125 to $208 per month via Oxmaint 2026 benchmarks. Field deployments at The Intersecto Watertown sump-pump site and Northampton 40-device building.