MaxEssentialToolkit package includes arduino driver and usecase examples for MAXIM/ADI RTC, temperature and current-sense amplifier sensors. Supported part numbers:
There are two main options to install library:
- Open Arduino IDE
- Go into Tools -> Manage Libraries...
- Search for MaxEssentialToolkit
- Click install button
- On pop-up message box click install all to install dependency too
- Dowload repository as .zip file
- Rename .zip file as "MaxEssentialToolkit.zip"
- Open Arduino IDE
- Go into Sketch -> Include Library -> Add .ZIP Library...
- Browse the MaxEssentialToolkit.zip location
- Click Open
- Install OneWire Library
- After installation open Arduino IDE
- Go into Files -> Examples -> MaxEssentialToolkit
- Select the part number you would like to use
- Select an example
- (If needs) Update example pin connection in example to it match with your target board.
- Plug your Arduino board to PC via USB cable.
- Select board type and serial port by navigating to Tools->Board Tools->Ports
- Click right arrow button to build and load it
- Please check output to see whether load succeeded or not
The software is provided under the Apache-2.0 license. Contributions to this project are accepted under the same license.




