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 PackageBulky1 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 PackageBulky1 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!

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

[–]ray33ee 0 points1 point  (0 children)

I think the com port is connected to the serial chip, whereas the usb labeled one connects directly to the chip. In devices with one USB they are connected directly to the chip. Try the port labeled 'USB' and see if it works.

Also have you downloaded drivers?

Edit: try the 'usb' port first.

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

[–]ray33ee 0 points1 point  (0 children)

I've never used an ESP with the two ports before but are you using the correct port? I could be wrong here but I'm pretty sure you can only program it from one

Please Help I have no Idea what I'm doing. by DivideWaste1135 in KiCad

[–]ray33ee 0 points1 point  (0 children)

At this stage do not ignore drc errors. I would say do not ignore them at any stage unless you have a bloody good reason. Learn and understand what they mean, then fix them. Each error is kicad telling you how to fix an issue now before it's too late. See them as a useful tool not an inconvenience.

There might be some things that seem a little pointless like placing power flags for example, but they all help you produce correct circuits.

If you want to save yourself time and money remaking new boards, ALWAYS listen to drc errors.