You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
モジュールによっては V3o のない、Vin だけのモジュールもあり (弊社が Ali Express で買ったものもそうでした) Vin に 3.3 or 5V いずれかを接続すれば動作しました。V3o に接続しても駆動する感じでしょうか?
ref: Adafruit の説明ページ https://learn.adafruit.com/adafruit-amg8833-8x8-thermal-camera-sensor/pinouts
Vin - this is the power pin. Since the sensor uses 3.3V, we have included an onboard voltage regulator that will take 3-5VDC and safely convert it down. To power the board, give it the same power as the logic level of your microcontroller - e.g. for a 5V micro like Arduino, use 5V
3Vo - this is the 3.3V output from the voltage regulator, you can grab up to 100mA from this if you like
The text was updated successfully, but these errors were encountered:
給電先のピンは Vin であって V3o (V3 out) の誤りの可能性がないでしょうか。
https://github.com/chirimen-oh/chirimen-raspi3/blob/master/gc/contrib/examples/i2c-AMG8833/AMG8833.png
モジュールによっては V3o のない、Vin だけのモジュールもあり (弊社が Ali Express で買ったものもそうでした) Vin に 3.3 or 5V いずれかを接続すれば動作しました。V3o に接続しても駆動する感じでしょうか?
ref: Adafruit の説明ページ
https://learn.adafruit.com/adafruit-amg8833-8x8-thermal-camera-sensor/pinouts
Vin - this is the power pin. Since the sensor uses 3.3V, we have included an onboard voltage regulator that will take 3-5VDC and safely convert it down. To power the board, give it the same power as the logic level of your microcontroller - e.g. for a 5V micro like Arduino, use 5V
3Vo - this is the 3.3V output from the voltage regulator, you can grab up to 100mA from this if you like
The text was updated successfully, but these errors were encountered: