กลับไปหน้ารวมไฟล์
light-under-microscope-f8462b-en.md

I get a microscope and I need to give light under it to can shine through the some object. I remembered that the Arduino could be used for this. So I used a slat, drill and glue, paper clips and clear film to make the base. An RGB Led diode is used for illumination, on which the brightness and individual colors can be adjusted with a potentiometer. One color is set and confirmed with the button, then the next color is regulated and so on, so with a little effort and thought it is possible to create the desired color.

I took part of the code from the kit and adapted it for my needs.

EXPANDED TECHNICAL DETAILS

illumination Design

Standard microscopes often lack high-quality illumination, especially at higher magnifications. By using an RGB LED, this project allows for "Darkfield-like" or "Enhanced Contrast" lighting by selecting specific wavelengths (colors) that highlight different structures in the specimen (e.g., green light for better contrast in biological slides).

Control Mechanism

  1. PWM Tuning: The Arduino uses Pulse Width Modulation (PWM) via the analogWrite() command to control the intensity of the Red, Green, and Blue channels.
  2. Potentiometer Input: The 10kΩ potentiometer is connected to an analog input (A0). The analogRead() value (0-1023) is mapped to a PWM value (0-255).
  3. Sequential Setup: The switch acts as a "Next Channel" trigger. When pressed, the Arduino saves the current value for the active color channel and moves to the next one, allowing the user to "mix" the light until the desired spectrum and brightness are achieved.

Construction Notes

The base is crafted from everyday materials like slats and clear film, emphasizing the DIY nature of scientific tool enhancement. The RGB LED should be mounted directly under the condenser of the microscope for the best results.

ข้อมูล Frontmatter ดั้งเดิม

title: "Light under microscope"
description: "A simple light product from a kit under an ordinary microscope"
author: "tombugkh"
category: "Lab Stuff"
tags:
  - "Lights"
views: 555
likes: 2
price: 1120
difficulty: "Easy"
components:
  - "1x Rezistors"
  - "1x 10kOhm potentiometer"
  - "1x Switch"
  - "1x RGB LED or RGB LED Module"
  - "1x Arduino UNO R3 - Made in italy"
tools: []
apps:
  - "1x Arduino IDE 1.8"
downloadableFiles:
  - "https://projects.arduinocontent.cc/8a2e9ca0-2d27-4e67-af08-632205e7e52b.txt"
documentationLinks: []
passwordHash: "6bf9d52824cec191447ed2ea2500e6c85efa7c17108c13b78828bd2e3cd6fa3f"
encryptedPayload: "U2FsdGVkX19Elfb8kzTyLwHURiAmRr8jW8ApkmtN2U/0KR54tRtNYHiDU84WcP533varB3qqgVojnFqz10UFcHZrZEbrWlJK4+XKzl07pLg="
seoDescription: "Build a simple Light product from a kit for an ordinary microscope. Easy-to-follow DIY project."
videoLinks: []
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/light-under-microscope-f8462b_cover.jpg"
lang: "en"