ESp32 fluid simulation with oled display and gyroscope
Find a file
2025-06-08 22:42:23 +02:00
.vscode wip 2025-03-08 13:46:02 +01:00
old save state. 2025-06-08 22:42:23 +02:00
.gitignore save state. 2025-06-08 22:42:23 +02:00
fluid_sim.cpp save state. 2025-06-08 22:42:23 +02:00
LICENSE Initial commit 2025-02-23 20:23:48 +01:00
README.md added more resources in readme to remind myself and probably reimplement 2025-02-25 14:47:56 +01:00

I wanted to make an ESP32 based 128x64 I2C OLED FLIP simulator, inspired by: https://mitxela.com/projects/fluid-pendant

Flip: Fluid-Implicit-Particle

https://www.sciencedirect.com/science/article/pii/0010465588900203

but with way cheaper and easier components.

It seemse like there's not a huge body of work on this, but I did find this project: https://wokwi.com/projects/420908950128021505

(no user information)

Now there's another resources I found: (this is amazing) https://unusualinsights.github.io/fluid_tutorial/

anyway...documentation will go on my site: https://zeyus.com/

I'm going to use the following components:

  • ESP32 WROOM
  • SSD1315 128x64 OLED I2C display
  • MPU6050 6-axis accelerometer/gyro
  • 500mAh LiPo battery (402035) - hopefully enough, I can always upgrade it, but I want to try and make it as small as possible
  • AMS1117 3.3V voltage regulator
  • TBD: Design and 3D print a case