ARDUINO SDK (ILOGICS Required Installation Package) V33 — Windows
※ Required installation package
- The required installation package adds the MPINO and MPAINO families to the Arduino IDE as boards, so that you can use the I/O the Arduino IDE does not support on its own.
- For the MPINO-8A8R, MPINO-16A8R, MPINO-16A8R8T, MPAINO-8A8R(T) and MPAINO-16A16R(T), installing this package is not strictly required.
- ↳ (You can select Arduino Mega or Mega 2560 as the board.)
- Download "ARDUINO SDK INSTALL" below and run it, and the boards are added to the Arduino IDE automatically.
- The installer automatically adds the ILOGICS folder (board definitions) under "C:Users{ComputerName}DocumentsArduinoHardware".
- Install the Arduino IDE from the Arduino website using the EXE installer, not the ZIP archive.
- Selecting one of the boards created by this package gives you the following advantages.
- 1. You do not need to write pinMode(Pin, INPUT/OUTPUT) separately to configure the digital input/output pins — it runs internally and automatically.
- 2. You can use the built-in commands provided by ILOGICS. (Built-in command reference: https://blog.naver.com/PostList.naver?blogId=mr_infinity&from=postList&categoryNo=27 )
>>>><ARDUINO_SDK_INSTALL_V33 Download><<<<
- After installing the package and starting the Arduino IDE, you can see ILOGICS added under Tool -> Board, as in the image below.
- Select the board you want to use. Ex) For the MPINO-8A4R-S or MPINO-8A4T-S, select MPINO-8A4R(T)-S.
3. Products that require this installation package
3-1. MPINO Series
- MPINO-8A4R-S , MPINO-8A4T-S
- MPINO-8A8R-S , MPINO-8A8T-S
- MPINO-16A16R
3-2. MPAINO Series
- MPAINO-16A32R , MPAINO-32A16R
- MPAINO-24A24R , MPAINO-24A24T
- MPAINO-32A32R , MPAINO-32A32T
- MPAINO-48A48R , MPAINO-48A48T
- MPAINO-64A64R , MPAINO-64A64T
5. In the Arduino IDE, select the COM port you found in Device Manager. (Menu -> Tools -> Port)
6. In the Arduino IDE, select your product. (Menu -> Tools -> Board -> ILOGICS)
7. Write your program and upload it.
# Version update history
V2.5 <2025-04-28>
- Fixed the digitalWrite() algorithm on the MPAINO-48A48R(T) and MPAINO-64A64R(T).
>>>><ARDUINO_SDK_INSTALL_V25 Download><<<<
V2.4 <2024-06-07>
- Fixed an issue where the MPINO-8A4R(T)-S board could not be selected in Arduino IDE 2.3.4.
>>>><ARDUINO_SDK_INSTALL_V24 Download><<<<
V2.0 <2024-06-07>
- Updated so that every model name in the MPINO and MPAINO families can be selected.
>>>><ARDUINO_SDK_INSTALL_V20 Download><<<<
V1.2 <2023-10-25>
- Fixed a problem where uploading failed on Arduino 2.2.1.
>>>>< Arduino SDK V1.2 Download ><<<<
V1.1 <2023-10-16>
- Added support for the X (analog input), Y (analog output), F (PT100 ohm temperature sensor) and K (pulse output or GPIO) special modules on the MPAINO-48A48R(T) and MPAINO-64A64R(T).
>>>>< Arduino SDK V1.1 Download><<<<
V1.0
