Acrylic-based adhesive
Acrylic-based adhesive
Low ( approx. 500-1000 cP)
Plastics, metals, woods, ceramics, and other materials
-20C to 80C
12 months
20g
Applications
Safety Precautions
Warranty and Support
The Glue Stick (Milky) is backed by a 12-month warranty against manufacturing defects. For technical support, please contact our support team at [support@iotcomponents.com](mailto | support@iotcomponents.com). |
Glue Stick (Milky) Component Documentation
Overview
The Glue Stick (Milky) is a versatile adhesive component designed for bonding various materials, including plastics, metals, and woods. This component is commonly used in IoT projects that require a strong and durable bond between components. The Milky variant of the Glue Stick is known for its high viscosity and excellent bonding properties.
Properties
Viscosity: High
Bonding Strength: Excellent
Material Compatibility: Plastics, Metals, Woods
Operating Temperature: -20C to 80C
Curing Time: 24 hours (depending on the environment)
Code Examples
### Example 1: Using Glue Stick (Milky) with Arduino to Bond Sensors
In this example, we will demonstrate how to use the Glue Stick (Milky) to bond a temperature sensor to a metal plate using an Arduino board.
```c++
#include <Arduino.h>
// Define the temperature sensor pin
const int tempSensorPin = A0;
void setup() {
// Initialize the serial port
Serial.begin(9600);
// Glue the temperature sensor to the metal plate using the Glue Stick (Milky)
// Apply a small amount of glue to the sensor and the plate
// Hold the sensor in place for 10-15 seconds to ensure proper bonding
// Wait for the glue to cure (24 hours)
delay(86400000); // 24 hours in milliseconds
}
void loop() {
// Read the temperature sensor value
int tempValue = analogRead(tempSensorPin);
float temperature = tempValue 0.488;
// Print the temperature value
Serial.print("Temperature: ");
Serial.print(temperature);
Serial.println(" C");
delay(1000); // 1 second delay
}
```
### Example 2: Using Glue Stick (Milky) with Raspberry Pi to Create a Weather Station
In this example, we will demonstrate how to use the Glue Stick (Milky) to bond a weather-resistant enclosure to a Raspberry Pi board.
```python
import RPi.GPIO as GPIO
import time
# Define the GPIO pins for the sensor connections
rainSensorPin = 17
windSensorPin = 23
# Set up the GPIO pins
GPIO.setmode(GPIO.BCM)
GPIO.setup(rainSensorPin, GPIO.IN)
GPIO.setup(windSensorPin, GPIO.IN)
# Glue the weather-resistant enclosure to the Raspberry Pi board using the Glue Stick (Milky)
# Apply a small amount of glue to the enclosure and the board
# Hold the enclosure in place for 10-15 seconds to ensure proper bonding
# Wait for the glue to cure (24 hours)
time.sleep(86400) # 24 hours in seconds
while True:
# Read the rain sensor value
rainValue = GPIO.input(rainSensorPin)
# Read the wind sensor value
windValue = GPIO.input(windSensorPin)
# Print the weather data
print("Rain: ", rainValue)
print("Wind: ", windValue)
time.sleep(10) # 10 second delay
```
Note: In both examples, ensure that the Glue Stick (Milky) is used in a well-ventilated area and follow the manufacturer's instructions for application and curing times. Additionally, test the bond strength and integrity before deploying the IoT device in a real-world scenario.