DoganM95 / IoT-Softair

Soft- & hardware to replace the mechanical internals of a softair (cyma cm.030) and make it smart (ESP32)
MIT License
0 stars 0 forks source link

Add led's to sight #3

Open DoganM95 opened 4 years ago

DoganM95 commented 4 years ago

Replace the scope by a 3d printed one, finished to look and feel good. The new scope should include holes filled with a transparent material to pipe the light trough.

the led's should be dimmable, color changeable and individually addressable (ws2812b or sk6812 led's with a built in controller would fit here)

sight light should be

DoganM95 commented 2 years ago
pixels.begin();
pixels.setPixelColor(3, pixels.Color(100, 0, 0));
pixels.setPixelColor(2, pixels.Color(0, 100, 0));
pixels.setPixelColor(1, pixels.Color(0, 0, 100));
pixels.setPixelColor(0, pixels.Color(100, 100, 100));
pixels.show();
DoganM95 commented 6 months ago

Implementing this would require a resin printer with very high resolution (min 4k) to print the small iron sight parts with hollow insides to fill with clear epoxy resin and sand the surface to make it matte and reflect the light well.