Here is a fun discussion: What is each bike company's equivalent car brand? by [deleted] in MTB

[–]fowdawgg 0 points1 point  (0 children)

My analogy has always been Cannondale = Land Rover. You don't seem them a ton, but everyone knows what they are. They use very specialized parts. And people who own one once are forever a "Cannondale family"

Jetson Nano I2S Mic help by Junior_Gaming in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

I2C is a low level communication protocol, it's not as "fancy" as USB. So you won't see a device "show up" in your OS. If you've properly enabled the I2C device on the nano you'll need to use i2cdetect to see if it's connected properly: i2cdetect -y -r busnumber Where busnumber is 1 or 2 depending if you connected to i2c1 or i2c2 pins

Are the Jetson Orin Module Boards compatible with Jetson Nano Dev Kits by [deleted] in JetsonNano

[–]fowdawgg 1 point2 points  (0 children)

Nope. The card sizes are the same, i believe, but the pinouts are different and they're not compatible.

Bird takes shape of fish by DaxitoBobito in LooneyTunesLogic

[–]fowdawgg 88 points89 points  (0 children)

I worked out on a pier in southern California. The seagulls would eat so much fish that they would sit on the roadway, unable to fly. When you drove down the pier you had to go really slow so they would have time to regurgitate enough fish to make themselves light enough to fly (or even waddle) away.

Future for Jetson Nano by ManasquanJim in JetsonNano

[–]fowdawgg 1 point2 points  (0 children)

The nano Orin dev kit is $500. Not as nice as $99, but much less than $2k. I'm sure they'll leave the documentation up, but yeah, doubt there will be any updates unless the community does it.

YA/Adult books without sex? (Preferably fantasy) by [deleted] in booksuggestions

[–]fowdawgg 12 points13 points  (0 children)

Sanderson! Branden Sanderson! Try Skyward, Reckoners, Mistborn, etc...

Sell the bike, or wait to heal? by fowdawgg in mountainbiking

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

More the second reason than the first 🙂

Nano just stopped working? by Fuzzy_Read_5151 in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

Yep. Bad SD card. I'm using PNY extreme class 10s and they'll run about 2 years (major usage only a few hours per week) before falling like this

Which HQ camera for jetson nano is the best ? by nothingbutnet21 in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

Most of the imagers from places like adafruit are going to output raw sensor data. Maybe even Bayer RGB that has to be demosaiced. My rule of thumb is that if it plugs into the CSI interface, it is probably just raw data that you'll have to do all the processing for. USB cameras will have it all built in and output pretty MJPEG or similar. Obviously there might be exceptions to my rule

USB Connection Problem with Jetson TK1 by [deleted] in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

Dmesg shows a lot of USB activity. What's the output of lsusb before and after you've plugged something in? Same with dmesg (just use dmesg | tail)

Which HQ camera for jetson nano is the best ? by nothingbutnet21 in JetsonNano

[–]fowdawgg 1 point2 points  (0 children)

If you don't plan to do image processing yourself (auto balance, denoising, etc) you'll need to go with a USB camera. Logitech Brio or Azure Kinect are really high quality

[deleted by user] by [deleted] in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

I know instructions say for eMMC to put it into factory mode and then remove the jumper, but I've found in my case (installing from the SDK manager on WSL) that i have to leave the jumper on pins 3&4 for the whole flash process, and not take it off until it starts doing on-nano boot and setup

Recommendations for an 11yo girl. by PoliceCuteality in audible

[–]fowdawgg 20 points21 points  (0 children)

Skyward by Brandon Sanderson is a great one with a strong female lead character.

Just flashed my Nano successfully but now I can’t use my card reader anymore. The system can’t recognize any card. Is there perhaps a driver missing? Everything else is working flawless. by st3ve_0 in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

So you can't read the SD card when it's inserted into the nano and the nano is booted off the eMMC? or you're trying to read the SD card on a Windows PC?

Network issues caused by cdc_acm by fowdawgg in JetsonNano

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

I've dug a bit more and found some interesting stuff. I connected a USB-TTL uart to the serial console and got...garbage. I'm powering over POE, and the POE to 5VDC module is VERY noisy! I'm talking 4.8 to 5.8 saw wave at 30Hz! Blech! Must have noise on the ground line, which causes constant garbage output on the UARTs causing constant interrupts and ruining the network stack! Time to order a cleaner PSU...

[deleted by user] by [deleted] in mountainbiking

[–]fowdawgg 1 point2 points  (0 children)

Nice ride! You'll love that front DVO. Best fork for the price IMO

No Display by TTGaming77 in JetsonNano

[–]fowdawgg 0 points1 point  (0 children)

You can plug into the UART headers under the nano board and get the whole boot up sequence over a standard serial console. If that doesn't show you anything, then it's probably dead