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

Llilygo's t-knob #166

Open
TonyVie opened this issue Dec 20, 2024 · 2 comments
Open

Llilygo's t-knob #166

TonyVie opened this issue Dec 20, 2024 · 2 comments

Comments

@TonyVie
Copy link

TonyVie commented Dec 20, 2024

Hello !

Has anyone checked lilygo's t-knob ?
https://lilygo.cc/products/t-knob

How does it compares to smartknob ?

@tomByrer
Copy link

I think you meant this model?
https://lilygo.cc/products/t-encoder-plus?variant=44242407325877

@nspitko
Copy link

nspitko commented Dec 31, 2024

The t-encoder is just a rotary encoder. t-knob uses a stepper motor and hall sensor like the smart knob. It doesn't have an LCD screen out of the box but the pass through provides spi as well as two generic IO pins, so it wouldn't be hard to add one.

Example code is here, https://github.com/Xinyuan-LilyGO/T-Knob

Similarities: Same motor driver and hall sensor
Differences: uses an esp32-C6-Mini (4mb flash), and only 4 LEDs. No strain gauge or LCD, though adding an LCD should be easy.

Should be possible to get a cut down version of the FW running on these devices, though we'll need to figure out a solution for the lack of a built-in "press" functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants