Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tux-friend/tux-cube
Physics Sensor Cube Tux³
https://github.com/tux-friend/tux-cube
esp32 esp32c3 micropython physics sensors
Last synced: about 1 month ago
JSON representation
Physics Sensor Cube Tux³
- Host: GitHub
- URL: https://github.com/tux-friend/tux-cube
- Owner: tux-friend
- License: gpl-3.0
- Created: 2023-04-19T11:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-03T20:49:34.000Z (over 1 year ago)
- Last Synced: 2024-09-29T18:47:36.005Z (about 2 months ago)
- Topics: esp32, esp32c3, micropython, physics, sensors
- Language: Python
- Homepage:
- Size: 52.2 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Physics Sensor Cube ESP32-Tux³
11.04.23 Idea for own ESP32 PCB Design
15.04.23 First sketches with KiCad
16.04.23 Idea for physics sensor cube Tux³ and first sketches
17.04.23 Design and order of v0.1 PCB
22.04.23 First prototype and proof of concept
23.04.23 Case v0.1
25.04.23 Design and order of v0.2 PCB
25.04.23 Case v0.2
29.04.23 Software v0.1
03.05.23 Arrival of PCB v0.1 + v0.2
10.05.23 Arrival of all parts for PCB, first working ESP32-C3 board
11.05.23 Order of 30 pcs v0.2 PCB on JLCPCB
12.05.23 Forth ESP32-C3 board completed
13.05.23 Case v0.3
14.05.23 First full prototype → case too small
17.05.23 Case v0.4
21.05.23 ESP32-C3-Tux Mini PCB 20x20mm
22.05.23 Case v0.5
27.05.23 Finished DIY Reflow Heat Plate
31.05.23 Put ESP32-Tux on Tindie and got promotion by [hackster.io](https://www.hackster.io/news/the-lifex-esp32-tux-mini-offers-a-tiny-path-to-energy-harvesting-experimentation-with-an-esp32-c3-0470bf924f33) :-)
03.06.23 Finished 12 ESP32-Tux Dev boards for Tindie ordersThis is an idea I had for some time after playing around with the ESP32 together with sensors, micropython and Phyphox. I started designing a PCB by my own for an ESP32-C3 chip. I want it to be as small as possible and also solar powered. The cube should be energy ,self-sufficient' and used for teaching physics.
The cube should have the following sensors:
- Temperature, pressure and humidity sensor → BME280
- Gyroscope for acceleration and orientation measurements → MPU9250
- Optical/Light sensor (measuring Lux) → VEML7700
- 2 connectors for temperature probes (DS18B20)
- Voltage and current meter → INA219
- Time of flight sensor for measuring distances → VL53L1X
- optional: magnetometer & microphone for sound measurementsIn addition the cube should have:
- OLED Display for showing current measurement data/sensor
- RGB-LED (e.g. for showing battery status)
- Push button for changing the sensor/measurement
- Solar cell and LiPo battery
- Pin-header for connecting to cube to a breadboard and use the GPIO Pins
- Mounting nut for placing the cube on a tripod
- On/Off-Button
- optional: buzzer for sound outputI aim for a 35x35x35mm cube with 3D printed case. The case should be robust - so that it can fall from a building and be undamaged... Hope to be able to do this project.
My inspiration come from the [ESP32-Picoclick-C3](https://github.com/makermoekoe/Picoclick-C3), [BQ25504 Solar Cell LiPo Charger](https://hackaday.io/project/158837-ultra-low-power-lipo-charger-via-energy-harvesting), [01Space-ESP32-C3](https://github.com/01Space/ESP32-C3-0.42LCD) and the [Wemos C3 Pico](https://www.wemos.cc/en/latest/c3/c3_pico.html).