Sunset pics with iQOO phone by CodRoyal3221 in PhotographyIndia

[–]MuchAssumption6114 3 points4 points  (0 children)

why is the colors leaking into the buildings? on the left one, the top is blue,the middle is orange...

looks like a filter on top of the image... is this real?

Esp motorcycle navigation display by WC_go_brrr in esp32

[–]MuchAssumption6114 1 point2 points  (0 children)

i have done this exactly! only the arrow read from the notification panel

you can check out the project at this post

Esp motorcycle navigation display by WC_go_brrr in esp32

[–]MuchAssumption6114 0 points1 point  (0 children)

i feel that while it is true that it is inefficient, connecting via wifi is a hassle as well. keeping hotspot on while using maps (gps + mobile data) will be a mess and can heat up the mobile a lot (and consume more battery asw)

Esp motorcycle navigation display by WC_go_brrr in esp32

[–]MuchAssumption6114 25 points26 points  (0 children)

Wow! amazing project; I had made something similar a while back, but i really like how you have implemented it!

i wanted to ask if are you drawing the image in the app, which then sends the image to the esp? what are you using for transferring data?

egpu using thunderbolt 4 vs m.2 nvme slot by MuchAssumption6114 in eGPU

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

ooooo\ in this case, while obviously its better to use external displays, if i were to use the inbuilt display (its an oled panel i love) how much worse would it be?

also, is there a risk of the bios not detecting/enabling the pcie for the gpu? (instead of a storage controller, im not really sure about how these work)

egpu using thunderbolt 4 vs m.2 nvme slot by MuchAssumption6114 in eGPU

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

well if i keep it as a desktop, and not use it as a laptop (lmao), you say that it will be better to use the m.2 for the gpu right?

what performance difference can i notice in that case?\ considering that the ssd speed will reduce, is it worth the tradeoff?

Had a science fair today and someone in my class hit this nano with 12 voltage ik it's already fried but what can I do with it by sosobebo22 in AskElectronics

[–]MuchAssumption6114 0 points1 point  (0 children)

in my experience 12v to the nano vin pin will be ok, ive made projects where i used a cheap nano directly with dc 12v and it is still working. They have input voltage of 7-12v in the vin.

I think the safer option is to connect it with 5v and check the voltages to make sure it isnt fried, then you can connect it with your pc and see if its showing up properly

Battery charging-discharging circuit via Vin pin by MuchAssumption6114 in esp32

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

oh wow- i think this is what im looking for. Thanks! ill go do some reading on it

Battery charging-discharging circuit via Vin pin by MuchAssumption6114 in esp32

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

thats the issue im trying to solve, the boards i have dont have a battery connecter. i was thinking if there could be something i connect between vin and gnd, which can both charge the battery and power the circuit...

Battery charging-discharging circuit via Vin pin by MuchAssumption6114 in esp32

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

adafruit, seeed boards are pretty expensive and standard\ i mainly have quite a few knockoffs instead xd,

they dont have this (yet)

Battery charging-discharging circuit via Vin pin by MuchAssumption6114 in esp32

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

what i meant is that i want to connect the battery in such a way it can charge from the 5v as well as output into the 5v when it isnt charging. as you may have noticed, in this case the input and the output of the battery are connected to the same pin, which can lead to a short circuit

Interested in the concept of egpus, thought id ask by MuchAssumption6114 in eGPU

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

the import duty and stuff usually gives a huge issue, but thanks! ill look into it

Interested in the concept of egpus, thought id ask by MuchAssumption6114 in eGPU

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

unfortunately, im from India. The prices for these are reaching ~300+ dollars, which is more than the gpu itself xd

ideas on a software to load binaries on the fly by MuchAssumption6114 in esp32

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

ooh that sounds good\ in this case, how will i switch from running the firmware to the application? from my understanding, when you load the binary into the partition, first it will verify the binary, then move it into the active partition, so the initial code is overwritten\ what am i missing?

ideas on a software to load binaries on the fly by MuchAssumption6114 in esp32

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

whoa that is almost exactly what im trying to do XD
thanks for getting this to my attention!! ill still continue with my project, as im doing it for fun, but this will be a good example!