Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: Add support for new ESP32 devices C3, S2, S3... #46

Closed
raybantracing opened this issue Nov 22, 2022 · 0 comments · Fixed by sblantipodi/firefly_luciferin#112 or #51
Assignees
Labels
feature request keep don't stale this issue

Comments

@raybantracing
Copy link
Contributor

Is your feature request related to a problem? Please describe

Please add support for new ESP32 devices C3, S2, S3...

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

@sblantipodi sblantipodi added feature request keep don't stale this issue labels Nov 22, 2022
sblantipodi added a commit that referenced this issue Aug 2, 2023
- ***Breaking changes***: requires `Firefly Luciferin` (v2.12.4)
- **[Added support for ESP32-C3, ESP32-S2, ESP32-S3](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware).** 
Lolin ESP32-C3, Lolin ESP32-S2 and Lolin ESP32-S3 are now fully compatible with the existing [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
TinyS2 and TinyS3 are now compatible with the existing [Luciferin Module](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB#upgradeble-pcb-using-luciferin-modules) for the [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
Closes [#46](#46).
- Added **[support for DotStar LED strips](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware#led-strip-ws2812bsk6812apa102sk9812-5v).** Closes [#42](#42).
- Added the possibility to **[configure GPIOs for Relay, Button and LDR](https://github.com/sblantipodi/firefly_luciferin/wiki/Supported-GPIO-and-Baud-Rate)**.
- Added the possibility to **[switch profiles through MQTT](https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs)**. Closes [#110](sblantipodi/firefly_luciferin#110).
- Added **[BRG, RBG, GBR color order](https://github.com/sblantipodi/firefly_luciferin/wiki/RGB-and-RGBW-support#how-to-change-color-order)** support.
- Improved [power saving](https://github.com/sblantipodi/firefly_luciferin/wiki/Power-saving-features) mode. Closes [#107](sblantipodi/firefly_luciferin#107).
- Improved existing [light effects](https://github.com/sblantipodi/firefly_luciferin/wiki/Light-effects).
- Improved [aspect ratio auto detection](https://github.com/sblantipodi/firefly_luciferin/wiki/Aspect-ratio), very dark scenes do not trigger an aspect ratio switch as there is no way to know which is the correct one. 
- IMAX 1.85:1 format now triggers the letterbox aspect ratio. 
- There is now a single [Web Installer](https://sblantipodi.github.io/glow_worm_luciferin/) for both stable and beta firmware.
- Reduced firmware footprint.
- Removed the hard limit on the maximum number of LEDs. You can now use as many LEDs as you want as long as your microcontroller has enough memory.
- Increased the priority of the capturing threads. This fixed a flickering issue that occurs while using the [smoothing effect (frame generation)](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions) on Hybrid CPUs. Does not affect CPU load.
- UDP broadcast collision fix. Corrects weird behaviours when using two instances of Firefly Luciferin on two or more computers on the same network with UDP stream. 
- Configuring the [Web Interface](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface) no longer requires an Internet connection. Closes [#52](#52)
- Fixed a bottleneck that reduced performance when driving many LEDs via USB. ESP32 was able to drive 500LEDs at 5FPS, now it can drive the same amount of LEDs at 30FPS.
- Fixed an issue that prevented a profile from changing the current framerate without pausing and restarting the capture.
- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.15.2).
sblantipodi added a commit to sblantipodi/firefly_luciferin that referenced this issue Aug 2, 2023
- ***Breaking changes***: requires `Glow Worm Luciferin` (v5.11.8)
- **[Added support for ESP32-C3, ESP32-S2, ESP32-S3](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware).** 
Lolin ESP32-C3, Lolin ESP32-S2 and Lolin ESP32-S3 are now fully compatible with the existing [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
TinyS2 and TinyS3 are now compatible with the existing [Luciferin Module](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB#upgradeble-pcb-using-luciferin-modules) for the [Luciferin Official PCB](https://github.com/sblantipodi/firefly_luciferin/wiki/Ready-to-print-PCB).
Closes [#46](sblantipodi/glow_worm_luciferin#46).
- Added **[support for DotStar LED strips](https://github.com/sblantipodi/firefly_luciferin/wiki/Compatible-Hardware#led-strip-ws2812bsk6812apa102sk9812-5v).** Closes [#42](sblantipodi/glow_worm_luciferin#42).
- Added the possibility to **[configure GPIOs for Relay, Button and LDR](https://github.com/sblantipodi/firefly_luciferin/wiki/Supported-GPIO-and-Baud-Rate)**.
- Added the possibility to **[switch profiles through MQTT](https://github.com/sblantipodi/firefly_luciferin/wiki/Home-Automation-configs)**. Closes [#110](#110).
- Added **[BRG, RBG, GBR color order](https://github.com/sblantipodi/firefly_luciferin/wiki/RGB-and-RGBW-support#how-to-change-color-order)** support.
- Improved [power saving](https://github.com/sblantipodi/firefly_luciferin/wiki/Power-saving-features) mode. Closes [#107](#107).
- Improved existing [light effects](https://github.com/sblantipodi/firefly_luciferin/wiki/Light-effects).
- Improved [aspect ratio auto detection](https://github.com/sblantipodi/firefly_luciferin/wiki/Aspect-ratio), very dark scenes do not trigger an aspect ratio switch as there is no way to know which is the correct one. 
- IMAX 1.85:1 format now triggers the letterbox aspect ratio. 
- There is now a single [Web Installer](https://sblantipodi.github.io/glow_worm_luciferin/) for both stable and beta firmware.
- Reduced firmware footprint.
- Removed the hard limit on the maximum number of LEDs. You can now use as many LEDs as you want as long as your microcontroller has enough memory.
- Increased the priority of the capturing threads. This fixed a flickering issue that occurs while using the [smoothing effect (frame generation)](https://github.com/sblantipodi/firefly_luciferin/wiki/Smoothing-color-transitions) on Hybrid CPUs. Does not affect CPU load.
- UDP broadcast collision fix. Corrects weird behaviours when using two instances of Firefly Luciferin on two or more computers on the same network with UDP stream. 
- Configuring the [Web Interface](https://github.com/sblantipodi/firefly_luciferin/wiki/Remote-Access#luciferin-web-interface) no longer requires an Internet connection. Closes [#52](sblantipodi/glow_worm_luciferin#52)
- Fixed a bottleneck that reduced performance when driving many LEDs via USB. ESP32 was able to drive 500LEDs at 5FPS, now it can drive the same amount of LEDs at 30FPS.
- Fixed an issue that prevented a profile from changing the current framerate without pausing and restarting the capture.
- [Arduino Bootstrapper](https://github.com/sblantipodi/arduino_bootstrapper/releases) update (v.1.15.2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request keep don't stale this issue
Projects
None yet
2 participants