MLX90641 BFC ConfigRegister1 origin setup
Podion
Posts: 90
Hello
i try my MLX and it just work fine until i mess whit the factory calibration that is a 16bit.
Now the module work bad...
i try to search on google but they never speak about the ConfigRegister1 original setup.
so if you have one plz send it me factory calibration 0x25 ConfigRegister1 . or if you know a command restore the factory calibration it will be really appreciated!!
MLX90614_simple_demo.zip
note that i change the SLC PIN1 AND SDC PIN2 work good
Thank you
P.O.
i try my MLX and it just work fine until i mess whit the factory calibration that is a 16bit.
Now the module work bad...
i try to search on google but they never speak about the ConfigRegister1 original setup.
so if you have one plz send it me factory calibration 0x25 ConfigRegister1 . or if you know a command restore the factory calibration it will be really appreciated!!
MLX90614_simple_demo.zip
note that i change the SLC PIN1 AND SDC PIN2 work good
Thank you
P.O.
Comments
What were you trying to do?
Dom.
edit: Mine's a MLX90614ESF-BCF-000-TU-ND from digikey. (you got lucky!)
I just use the MLX60614_simple_demo to write the new data.
I was to curious to explore the capability of the MLXMLX90614 and i start to play whit the setting .... bad idea lol
I'm little confuse you say that the address for configreg1 05 but wen you run the program it says $25... Anyway if i was capable to bug it I will be able to fix it whit your code. ;-)
Do you have good experience whit the MLXMLX90614?
Dom..
Thank's for the address explanation ;-)
I ask you this because I think that the code I'm using don't show me really all the data like I see on your post.
Thank's again !
P.O.
Thank you for your help!
P.O.
Podion,
I cleaned up the code and posted it to the Learn forum. If you copy the whole thing into your Simple IDE it should work. You will need to change SCL and SDA from 9, 10 to your pins. Also I'm using an address of 0x5A as you probably do. When I was in the terminal window I used the right mouse button to "select-All" from the menu, then clicked on a blank area with the right button and was able to "copy" to the clipboard. You might do the same to make a record of your contents. Glad to hear you have your device up and running again. I'm still a little hesitant to write data into mine- I know it will only let you do one word transfers, you must write a location to zero before you can write data into it, and it takes 5ms to complete a write. Lots of details to digest first before changing the contents.
Good Luck,
Dom..