Best products from r/hardwarehacking

We found 4 comments on r/hardwarehacking discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 3 products and ranked them based on the amount of positive reactions they received. Here are the top 20.

Top comments mentioning products on r/hardwarehacking:

u/robot_mower_guy · 1 pointr/hardwarehacking

That sounds about right. Even if it ends up not working out I would recommend you try anyway because your next project could be a success.

This will most likely also require soldering experience. I suggest you get a pack of crappy plated perf boards and a big pack of resistors and just spend an hour or two doing nothing but soldering.

The physical assembly steps could be interesting to live stream, but be careful because a lot of people will start making suggestions that may or may not be good that you would be better off ignoring.

I do stuff like this professionally, so if you have questions that aren't getting answered (or don't want to post something publicly) feel free to PM me.

Edit: Plated perf board that will work: https://www.amazon.com/dp/B072Z7Y19F

Resistor pack: https://www.amazon.com/dp/B07L851T3V

Feel free to hit me up with questions. I have always wanted to design a sex toy, so I learned a lot of relevant skills, but unfortunately I have a job that uses all of those skills now and I am too busy to work on my passion projects.

u/FrankRizzo890 · 4 pointsr/hardwarehacking

The ML part isn't a flash, it's an SDRAM. (System memory). And there's a spot for a 2nd one as well.

uboot is a bootloader commonly used on embedded Linux systems. It's VERY popular particularly on ARM based embedded Linux boards.

https://en.wikipedia.org/wiki/Das_U-Boot

That board ALSO has an unsoldered RJ45 network connector. If I had to guess? I'd say this is some SoC reference design board from China that's designed to run Android.

I see it also has a Realtek WIFI chip, and a WIFI antenna connected to the micro-coax on the lower right corner.

How do we know 115,200 baud rate for the UART? Because that's what most everything uses. There are exceptions for slower CPUs, or systems that spew a lot of data, but generally speaking, that's what it is.

Once you get your serial header attached, you should connect it to something like this: https://www.amazon.com/JBtek-WINDOWS-Supported-Raspberry-Programming/dp/B00QT7LQ88/ref=sr_1_8?keywords=USB+serial+to+wires&qid=1575076742&sr=8-8

And run Putty(Windows), or minicom(Linux), to see the output. I'd just about bet that if you capture the entire boot sequence output, it'll tell you what the CPU is that's under the heatsink, removing the need to pull the heatsink.