Skip to content

Releases: will127534/StarlightEye

V1.7

02 Oct 03:44
Compare
Choose a tag to compare

Adding IMU mostly and ICM42688-P's FSYNC input is connected to IMX585 XVS signal so you can align both IMX585 frame and IMU data.
IMU is powered via 1.8V IO LDO so it will power down also if camera is not used, technically you can put it under 3.3V FPC from 22pin FPC connector like the TMP117 but I don't want to add additional level shifter on the XVS signal so I've decided to go with 1.8V IO rail.

V1.6

02 Oct 03:40
6648574
Compare
Choose a tag to compare

This is a better setup to run IMX585:
Raspberry Pi 22pin FPC only carry 3.3V voltage so I have to add a additional power input and that is used for providing all the power to IMX585, basically: 5V Input -> 3.8 V intermediate voltage -> 3.3V analog/1.8V IO voltage/1.1V Digital. The 3.3V from RPI 22pin FPC is only powering the TMP117 temperature sensor and I2C level shifter, along with the QWIIC port.

V1.4 release

24 Mar 00:06
57aec22
Compare
Choose a tag to compare

This is the minimum setup to run IMX585, one of the issue is that IMX585 takes 3.3V analog voltage, while Raspberry Pi 22pin FPC only carry 3.3V input voltage, so this version is using the filter only to supply that 3.3V analog from the 3.3V input. On the CM4 board where you can send a clean 3.3V voltage it will run just fine, but I found that on RPI5 there were issues (i.e supply noise) that will deteriorate the sensor performance.

See issue #10 for more details.