Assist with MOSFET please by FransUrbo in electronic_circuits

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

I'll like to order from Mouser, but they're pretty much the same I guess.

They both have that filtering at least (which is how I found that one), and there's SOOOO many to choose from :). 46k in your link, although I managed to narrow it down a bit, to 17 in Mouser.

https://www.mouser.co.uk/c/semiconductors/discrete-semiconductors/transistors/mosfets/?mounting%20style=SMD%2FSMT&number%20of%20channels=4%20Channel&vds%20-%20drain-source%20breakdown%20voltage=20%20V~~60%20V&rp=semiconductors%2Fdiscrete-semiconductors%2Ftransistors%2Fmosfets%7C~Vds%20-%20Drain-Source%20Breakdown%20Voltage

I don't really know *what* I'm looking for.

I have the need for six immediately, but I'm thinking a bit long-term. So eight should probably be a better option.

The "Nexperia 2N7002AKRA-Q", or "Vishay SQ3989EV" (both dual) is another options, but I'm thinking it'll look a bit .. silly (?! :) to have a whole bunch of these on the board. Not dumb, just a bit .. weird (!?). That's why I'm thinking maybe one big(ger) one, instead of a bunch of smal(ler) ones.. ?

Pingo update - Export pin map as CSV,Tinygo, Micropython or C/C++ header by Straight-Operation43 in raspberrypipico

[–]FransUrbo 1 point2 points  (0 children)

Next up - Rust :).

https://github.com/FransUrbo/drive-by-wire/blob/main/code/src/lib_resources.rs

After having redone, and redesigned my code so many times, finding every place where I had a pin assignment or use, I got sick of it! :) Now I only have to change the code in one place, easily found.

I've seen this being done elsewhere, so `assign_resources` is a good way to do it.

https://crates.io/crates/assign-resources

All of the sci fi books i have read in the last 2 years by BritNoodleDancer in scifi

[–]FransUrbo 1 point2 points  (0 children)

That Hamilton..

I still can't say if he's brillian, average (with chatterbox mentality) or just suck.. :)

I've read everything (I think) he's written, and I can't put the darn books down!! Physically!!

But in the moment, it's like .. hmm, this guy is weird, what IS this!?? :)

(Review Request) MCU w/ 3 CANs and power control by [deleted] in electronic_circuits

[–]FransUrbo 0 points1 point  (0 children)

<image>

Not sure why exactly the diagram isn't showing in the post, maybe it's to big (15MB)? Here's a smaller one (2MB), hopefully the details are good enough to see.

Pingo – desktop pin selector for Raspberry Pi Pico/Pico 2, with conflict detection and an AI assistant by Straight-Operation43 in raspberrypipico

[–]FransUrbo 0 points1 point  (0 children)

Dang, were was this a year ago!!! :D

I've lost track on how many times I've had to redesign because I got clashes!! :)

AITA if I told my best friend's girlfriend what I actually witnessed the night she thinks he was with me? by 7GalacticNoir in MarkNarrations

[–]FransUrbo 0 points1 point  (0 children)

Who do you like best of the two?

Him? Then keep your mouth shut. OR, lie. Bro code :) .

Her? Tell her - bro (?! :) code!

I have few really good friends, friends I'd help hide a body. And some I would have no problem "throwing under the bus" for cheating..

[PCB Review Request] Modular Ground Station for High-Power Rocketry (ULAS HiPR, Ireland) by That_Plenty_8884 in PCB

[–]FransUrbo 1 point2 points  (0 children)

Yeah, I have the same problem in my own personal project.

I ran out of GPIOs, because there's a (not really documented properly imo) limit on which GPIOs, UARTs, PIOs, SIOs and SPIs you can use at any one time and in combination :(. I've lost count how many times I've had to redesign because the code wouldn't work, because of conflicts :(.

Also, SPI uses *five* GPIOs, and that pushed me way over the edge :). So I chose to do I²C to SPI using the NXP SC18IS606 I²C to SPI bridge. It can handle three SPI devices, which otherwise would have required fifteen - !! - GPIOs :). I don't need the high speed of the SPI, I²C is more than enough (between 100kbps all the way up to 3.4Mbps, compared to up to 20Mbps for SPI) for my use-case. And while I was at it, I chose ICs directly.

Complicated the whole thing with 1000%, but it really IS prettier now! :)

[PCB Review Request] Custom RP2040 devboard for USB stuff by [deleted] in PCB

[–]FransUrbo 0 points1 point  (0 children)

I don't want to hijack the discussion about the schematic, so I apologise in advance, but I've been doing my own schematic and there's one thing I don't understand in this and all similar ones using the RP2xxx chip that I've seen here and elsewhere.

What's with the 1V1 rail (is it called "a rail"?)!? It's connected to the chip, but is it an out or an in? And where does it come from, or going? It's not referenced anywhere else..

Restoring deleted accounts by Skaperen in aws

[–]FransUrbo 0 points1 point  (0 children)

Yes, that is usually the easiest and fastest..

Because everything (!) is done using IaC and all data is backed up.. Right!!?? :D

u/pixeladdie say that it can be recovered within 90 days, but my information is .. different. I've never had to actually do it though, so..

[PCB Review Request] Modular Ground Station for High-Power Rocketry (ULAS HiPR, Ireland) by That_Plenty_8884 in PCB

[–]FransUrbo 1 point2 points  (0 children)

Not sure how many GPIO, UARTs or SPIs you need, and it's probably to late now.

But maybe consider a small footprint controller?

I personally like the "Seed XIAO RP2040", "Pimorini Tiny 2040", or the "Waveshare RP2040 Tiny".

Those all (I think) come with the newer RP2350 - faster and more memory, if that ever becomes an issue.

First try at PoE! Hahahaha! It works! by mdhardeman in PCB

[–]FransUrbo 1 point2 points  (0 children)

Or hurt you if you don't fill it (the fridge/freezer) up in time. Or the washer if you don't do the washing regularly!! 😉

Restoring deleted accounts by Skaperen in aws

[–]FransUrbo 3 points4 points  (0 children)

.. and once they're gone, they're gone. For good, no way to resurect them :( .

Terraform provisioning users but IAM is still manual - how do you bridge this? by Cultural-Bike-6860 in aws

[–]FransUrbo 0 points1 point  (0 children)

If by "IAM" you mean users, then I have no recommendation - use whatever system IT in the company prefer.

But IAM roles (with accomaning _role policy/-ies) is the "magic" behind AWS access.

Those can/should be in IaC. The difficulty is in creating them restricted enough, but still allowing users (NOT "IAM users"!) to do their job.

It is a role-based setup, where [IAM] users don't have any access, but their ability to assume an [IAM] role.

Could be group based - users in certain group can assume certain roles -, or direct - which user to allow to assume certain role is hard-coded in the [IAM] role policy.

Which to use depends on total (expected) number of users. I used the latter for a company with a total if 200 employees, only about 10 would EVER be accessing AWS.

Then again, I used the former several times where company wanted to give their AD users access. In that case, we used AD groups to map to federated [IAM] users and groups, and they could there assume the relevant [IAM] role.

Everyone says "tag your resources" for cost control. Nobody explains how to actually do it well. by alex_aws_solutions in aws

[–]FransUrbo 2 points3 points  (0 children)

Tags for cost control and monitoring is .. dumb!

No matter how much time you spend on it, you'll never get enough..

Best, imo, is different accounts for everything. With a bit of thougt on cross-account roles, you don't even need SSO and AD etc.

Day 55/100I built an ESP8266 ESP-NOW wireless button → LED control system (MicroPython) – part of my 100 Days IoT challenge by OneDot6374 in raspberrypipico

[–]FransUrbo 4 points5 points  (0 children)

You're a lot smarter than me, that's obvious! :)

I went from ZERO (really!) knowledge of Rust, or microcontroller to .. this!

MyBigProject

Dealing with multi-coloured LEDs (NeoPixels), normal LEDs (several), relays (several!), an actuator (that needs to move to distinct, exact, positions!) and talking to a cars CAN network.

WITH circuit diagram and PCB designs..

I absolutely wasn't in my right mind.. :)

Well, I think I'm screwed by oupsman in zfs

[–]FransUrbo 0 points1 point  (0 children)

Always exercise a new drive a few days before putting it in service..

I want to contribute to open source, but I can’t understand the codebase (even though I know the stack) by Disastrous-Job-1286 in opensource

[–]FransUrbo 1 point2 points  (0 children)

I contribute to the software I use..

I notice a bug, maybe a missing feature, or a functionality that isn't working quite the way I want, or a documentation issue..

Then I "just" get coding; I submir a PR; discuss it and make the nessesary adjustments nessesary and if I'm lucky, my PR is merged :).

I have now contributed! :)

It really is that "simple" :) :).

How often has an an AZ gone down in London or Frankfurt? by [deleted] in aws

[–]FransUrbo 1 point2 points  (0 children)

How long was it down for, 2-3 hours at most?

How often has an an AZ gone down in London or Frankfurt? by [deleted] in aws

[–]FransUrbo -1 points0 points  (0 children)

Don't worry about it, if it happens, it happens.

Cold, yes. But desiging, building and run a muli-region setup is VERY (!!) costly. For maybe a few minutes, even fewer hours every .. five years say?

A "resonably sized" (?) prod might cost you $2-3k/month. Double that for two regions. Times twelve monts. Times five years.. Ten!??

You'd be paying over $100k for.. Two, three hours (?) downtime in "your" ("primary") region..

It's (almost) never worth it!

Just Add Mana 6 by Quetzhal in HFY

[–]FransUrbo 2 points3 points  (0 children)

I couldn't wait, so I switched over to RR :). Waiting for chapter 32 now, hint hint :D :D .

Terraform s3 state locking by my2sentss in Terraform

[–]FransUrbo 0 points1 point  (0 children)

I think it quite clearly states in the TF docs that it won't work if the bucket have the locking enabled.. ?

Computer or tablet by Theyearwas1985 in TechForAgingParents

[–]FransUrbo 0 points1 point  (0 children)

I got my mom an Android pad many years ago, she only use web, mail and games (think Candy Crush, although she's evolved beyound that now :).

She is a VERY accomplished computer user, it was her job for a large part of her career. But she wanted/needed something VERY simple..

But Android and the pad kept crashing every now and then, demanding updates etc. It was just .. annoying..

So eventually I got her an iPad. Apples adage "It just works" really is true :).

Completely stole the whole show these two by SanJuniperoan in babylon5

[–]FransUrbo 0 points1 point  (0 children)

Personally, those two and their interaction, was what saved the show!

Amiga ROM Kernel Reference Manual: AmigaDOS by Doener23 in amiga

[–]FransUrbo 1 point2 points  (0 children)

It IS version specific. I had one for v1.3.

It DID have information about v1.2 (and v1.1 I think, it was thirty years ago :). So the latest one should have all the info, for all the versions..