Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12-Thermopile-Shield Openmv examples does not works #31

Open
Kabron287 opened this issue Jul 25, 2022 · 2 comments
Open

12-Thermopile-Shield Openmv examples does not works #31

Kabron287 opened this issue Jul 25, 2022 · 2 comments

Comments

@Kabron287
Copy link

Kabron287 commented Jul 25, 2022

Board with STM32F750
I used PB10 as SCL and PB11 as SDA signals for MLX90640
I see clock and data signals on scope at 100kHz when fir.init() executed, but then I got error message:
ValueError: Failed to detect a supported FIR sensor.
These examples works fine with the original Openmv H7 board.

FW used: 4.3.1, Openmv: IDE 2.9.2

@Kabron287
Copy link
Author

Kabron287 commented Jul 25, 2022

  1. It is definite bug in current FW. Look at the screenshot, MLX90640 address (0x33) is found correctly, but then nothing happened.
  2. There is no definition for FIR_MLX90640 at all in FW.
    Extended command fir.init(type = fir.FIR_MLX90640) allow to skip address searching, but in current FW version I got:
    AttributeError: 'module' object has no attribute 'FIR_MLX90640'
    error

MLX1
.

@radiohound
Copy link

I am interested to find a solution for this as well. Thanks Kabron287 for your trouble shooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants