IRNAS / koruza-rpi-package

Software package for KORUZA compute module
GNU General Public License v3.0
2 stars 1 forks source link

Hardware changes #15

Open VojislavM opened 6 years ago

VojislavM commented 6 years ago

new SFP pins:

RGB signal status led is no longer on the GPIO40 pin

Power measurement

Isolated FET switch (for lens heater):

front panel GPIO, currently not used:

New HUB chip instead LAN9512

SloMusti commented 6 years ago

Testing changes manually:

Isolated FET switch GPIO17 (0= turned on, 1= turned off)

pi@koruza-H800S003987:~ $ gpio mode 17 out
pi@koruza-H800S003987:~ $ gpio write 17 0
pi@koruza-H800S003987:~ $ gpio write 17 1

Power measurement INA219 - I2C1 (GPIO44, 45): Device found via i2cdetect -y 1