[MEGOLDVA] Raspberry Pi Pico - GPIO max mA

Rendeltem egy Pi Pico-t a gyereknek gyakorlásra. Napok óta bújom a PDF-eket amiket kiraktak a hivatalos oldalra, de sehol nem találom, mennyi a max mA megengedett egy lábon.

Az Arduino-nál a hivatalos bolt oldalán rögtön oda van írva, a legtöbb kártyához.

Ha valakinek sikerült megtalálni, kérem segítsen.

Előre is köszönöm

Hozzászólások

Szerkesztve: 2021. 02. 08., h – 09:34

Minden ilyen elektronikai cuccra elfogadott ökölszabály, hogy 20mA-nél ne legyen több a lábon. Az kb. egy LED (egy előtétellenállással). Kibír kettő LED-et is párhuzamosan kötve, próbaképpen, de ott/afelett illik tranzisztort rakni rá. Több láb esetén van tranzisztormező, amiben 7-8 tranz. van egyben, lábanként 500-600mA terhelhetőséggel: https://www.hestore.hu/prod_10022107.html 

20 mA régen volt, az új cuccok már jó, ha tudnak 5-öt. Abs. max.-ban talán kibírja, de a feszültség eléggé beeshet.

Viszont a LED-eknek sem kell már akkora áram, dolgoztam olyan zölddel, ami elé 47k-t kellett tennünk, különben kisütötte a szemünket. Viszont feszültség kell nekik, ezért nem érdemes közvetlen IO-ról hajtani őket, gyakran már 3.6 V-ot is ír az adatlap.

Én Arduino-nál optócsatolót és Fet-et szoktam használni nagyobb kimenet hajtására, ha úgy adja a helyzet bemenetre is optócsatolót.

Ledet természetes ellenállással, :-)

a 626. oldalon találtam egy leírást:

The GPIOs on RP2040 have four different output drive strengths, which are nominally called 2, 4, 8 and 12mA modes.
These are not hard limits, nor do they mean that they will always be sourcing (or sinking) the selected amount of
milliamps. The amount of current a GPIO sources or sinks is dependant on the load attached to it. It will attempt to drive
the output to the IOVDD level (or 0V in the case of a logic 0), but the amount of current it is able to source is limited, which
will be dependant on the selected drive strength. Therefore the higher the current load is, the lower the voltage will be at
the pin. At some point, the GPIO will be sourcing so much current, that the voltage is so low, it won’t be recognised as a
logic 1 by the input of a connected device. The purpose of the output specifications in Table 631 are to try and quantify
how much lower the voltage can be expected to be, when drawing specified amounts of current from the pin.

The Output High Voltage (VOH) is defined as the lowest voltage the output pin can be when driven to a logic 1 with a
particular selected drive strength; e.g., 4mA being sourced by the pin whilst in 4mA drive strength mode. The Output Low
Voltage is similar, but with a logic 0 being driven.

 

Köszi a segítségeket