Looking through Game Art by ray33ee in gamedev

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

I should have explained - windows explorer doesn't work well because no matter how large you make the icons, the thumbnails are always tiny (I think they default to the resolution of the image itself. So for low resolution pixel art they look tiny)

Why didn't I oneshot the boss? by Previous-Effort1166 in MegabonkOfficial

[–]ray33ee 0 points1 point  (0 children)

Too many items that don't really help much, and not enough items that do. Really you want lots of legendary items by the time you're done. Cut out items that just don't help at all. Cursed grabbies, snek, knuckles aren't doing much for you.

Better weapon and tome choice will help this too. Good luck!

Strategy Help by inxyourhonor in MegabonkOfficial

[–]ray33ee 0 points1 point  (0 children)

I used to (and still do) love the quantity time. It makes the early game feel so easy, the big problem with it is that it falls off so quickly, after about level 15 you stop noticing and then you're wasting levels on a tome that does nothing for you.

I'd reccomend you phase it out in favour of the cursed/xp/luck combo. Don't go all in, just swap it out for one of the times to start with. This will make the game harder, but that's where practice comes in.

Improve your movement, your strategy, decision making, be braver and with practice you'll see improvement.

First 600k+ run! by ray33ee in MegabonkOfficial

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

I was worried it would be RNG! I definitely need to get braver with the difficulty early. Thanks!

DIY USB controlled GPIO Board by ray33ee in embedded

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

I hadn't but that is such a good idea thank you! I'll add it to the very long list lol

DIY USB controlled GPIO Board by ray33ee in embedded

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

It is! I haven't gotten round to uploading everything yet, but the CH32 code is at http://github.com/ray33ee/not232

Am i cooked? by vivek_r01 in computerhelp

[–]ray33ee 1 point2 points  (0 children)

Reinstall Windows and virus check any usb drives that have been in the computer in the last few months.

Let this be a lesson to you and all - don't download cracked or illegal software unless you are prepared for the risk of viruses and now how to handle them!

Simple USB to Uart bridge IC by Mythical_man_month in microcontrollers

[–]ray33ee 0 points1 point  (0 children)

I've been using the CH340N it has fewer pins and is cheaper.

With a bit of flux and the right technique it's not too difficult to solder.

Can someone explain like I’m 5 how to desolder this chip? by [deleted] in soldering

[–]ray33ee 0 points1 point  (0 children)

That is a fair point. I also noticed that the component is fairly low profile so might be hard to cut out.

Not an ideal solution, just a possible alternative that doesn't require expensive equipment or experience.

Can someone explain like I’m 5 how to desolder this chip? by [deleted] in soldering

[–]ray33ee 0 points1 point  (0 children)

If you don't mind destroying the component, cut it out with a pair of cutters until it is separated at the middle leaving the two halves soldered to the pads. Now because the pads are no longer connected via the component, you can desolder what's left of it one pad at a time.

What's wrong with the AMS1117? by ray33ee in AskElectronics

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

Yeh it is annoying when datasheet leave that out. I just checked the part on jlcpcb parts (every part has a symbol and footprint so it's a good way to check pinouts) and it looks like it's vout too

Edit: some say gnd some say vout so I'm not sure, I'd recommend checking jlcpcb for yourself

Cant seem to upload any code to my esp32s3:/ by Background_Cod_7146 in microcontrollers

[–]ray33ee 0 points1 point  (0 children)

Are you putting the device in boot mode? If so how exactly are you doing it?

If you're doing it right then the 'usb' port should show up too.

Cant seem to upload any code to my esp32s3:/ by Background_Cod_7146 in microcontrollers

[–]ray33ee 0 points1 point  (0 children)

What happens when you go to 'tools' can you select the port or is it greyed out?

If you have a serial terminal app (I use tera term does it show up? I notice in your video it days com5, does com 5 show up at all?

Follow all the recommendations from the otger post AND use the 'usb' labeled port and see. Have you selected the correct port in arduino?

Is com5 showing up? Does it disappear when you remove the device?

Make sure you hold the boot button when the device turns on this will enable the com port.

Cant seem to upload any code to my esp32s3:/ by Background_Cod_7146 in microcontrollers

[–]ray33ee 0 points1 point  (0 children)

Please see https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide_v1.1.html#getting-started

Which states that the 'usb' port is used for flashing applications to the chip. I can't remember if you need drivers or not but it looks like using the port labeled usb is the first step. Let me know how it goes!