diff --git a/README.md b/README.md index b2dba90..3a71729 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OMOTE - Open Universal Remote -![](images/P1030424_small.jpg) +![](images/OMOTE_assembled.jpg) ![ESP32 Build](https://github.com/CoretechR/OMOTE/actions/workflows/build-platformio.yml/badge.svg) ![Simulator Build](https://github.com/CoretechR/OMOTE/actions/workflows/build-simulator.yml/badge.svg) @@ -11,7 +11,7 @@ OMOTE is an ESP32 based open source universal remote. Its capacitive 2.8” touchscreen provides an intuitive and snappy user interface for switching devices and settings. No hub or docking station is required as the remote features infrared, Wi-Fi and Bluetooth connectivity. With its well optimized power consumption, OMOTE can run for months on a charge. And since the design files are open source, you can fully customize them to your devices and needs.
- +
### Features @@ -59,7 +59,7 @@ The project uses a 2000mAh Li-Ion battery with a JST-PHR-2 connector. Any 3.7V L The 2.8" capacitive touchscreen can be sourced from Adafruit ([2770](https://www.adafruit.com/product/2770)). If you look for the part number CH280QV10-CT, you can also buy this display directly from the manufacturer via [Alibaba](https://www.alibaba.com/product-detail/High-Quality-240-3-rgb-320_1600408828330.html). Shipping from China is expensive, so this only makes sense if you order multiple displays. In general, the cost for a single OMOTE is quite high. Check out the buy-sell page on the [Discord](https://discord.com/channels/1138116475559882852/1153343867681243279) to see if you can share the cost of the PCBs and components with others.
- +
The [housing and buttons](https://github.com/CoretechR/OMOTE/tree/main/CAD) can be printed using PLA or PETG. I sliced the models with PrusaSlicer with a layer height of 0.25mm and printed them using ColorFabb PETG. It is important that the case part is printed with its flat side towards the print bed using lots of support structures. If your printer is well calibrated, the cover plate will snap onto the case. diff --git a/images/Menu.gif b/images/GUI_sliding_demo.gif similarity index 100% rename from images/Menu.gif rename to images/GUI_sliding_demo.gif diff --git a/images/P1030424_small.jpg b/images/OMOTE_assembled.jpg similarity index 100% rename from images/P1030424_small.jpg rename to images/OMOTE_assembled.jpg diff --git a/images/parts.jpg b/images/OMOTE_parts.jpg similarity index 100% rename from images/parts.jpg rename to images/OMOTE_parts.jpg diff --git a/images/Solder GIF.gif b/images/PCB_soldering.gif similarity index 100% rename from images/Solder GIF.gif rename to images/PCB_soldering.gif diff --git a/images/sim GIF.gif b/images/Simulator_Demo_old.gif similarity index 100% rename from images/sim GIF.gif rename to images/Simulator_Demo_old.gif