กลับไปหน้ารวมไฟล์
julia-set-display-with-arduino-fde90b-en.md

Gaston Julia (1893-1978) was a precursor to the study of fractals.Specialist functions of a complex variable. His 1917-1918 results on the iteration of rational fractions were used in the 1970s by Benoît Mandelbrot to create his ensemble.In this video we show you a julia fractal generator on Arduino board.

EXPANDED TECHNICAL DETAILS

Complex Fractal Rendering

This project pushes the mathematical boundaries of the Arduino platform by rendering the intricate Julia Set fractal in real-time.

  • Floating Point Math Optimization: The Arduino calculates the iterative formula $z = z^2 + c$ for every pixel on a display. Since the Uno is 8-bit, the firmware uses optimized integer math or fixed-point arithmetic to maintain a reasonable frame rate.
  • Color Mapping Logic: The number of iterations until the complex sequence "escapes" is mapped to a color gradient, providing a stunning visual representation of mathematical infinity on an ST7735 or ILI9341 TFT screen.

Interactive Exploration

  • Real-Time Zoom and Pan: Part 1 can be expanded to include joystick or button inputs, allowing the user to zoom into different regions of the fractal, effectively turning the Arduino into a specialized mathematical explorer.

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

title: "Julia Set display with Arduino"
description: "In this project we show you a Julia fractal generator on Arduino board."
author: "OHAlgerie"
category: "Screens & Displays"
tags:
  - "art"
  - "games"
views: 4303
likes: 1
price: 2450
difficulty: "Intermediate"
components:
  - "1x USB-A to B Cable"
  - "1x 2.8\" TFT Touch Shield for Arduino with Resistive Touch Screen"
  - "1x Arduino 101"
tools: []
apps:
  - "1x Arduino IDE"
downloadableFiles:
  - "https://github.com/OpenHDZ/Arduino-experimentation.git"
documentationLinks: []
passwordHash: "df70e9199b62d24c27abb313d8ed72f86266b067d690bc2e100bcc565baf80a1"
encryptedPayload: "U2FsdGVkX1+e9d2hmSQZ5spxVj4NhLUCmlVTFFl/qkBSc9L56Vi3kFiZBwouWMg1rXMJP5OIY057BNOurtR2Bs3dV3Iz51MPzVk+0a4d1oA="
seoDescription: "Build a Julia fractal generator on an Arduino board to create stunning mathematical graphic displays."
videoLinks:
  - "https://www.youtube.com/embed/y2DoGDmVyJU"
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/julia-set-display-with-arduino-fde90b_cover.png"
lang: "en"