Peter W.
Bewertet in Deutschland am 8. Januar 2025
Besser alle Encoder kontrollieren. Ich hatte auch einen fehlerhaft gelöteten dabei. Lieber Hersteller, bitte die Endkontrolle auf Vordermann bringen. Ansonsten machen die Encoder was sie sollen.
Tom Tom
Bewertet in Deutschland am 12. Januar 2025
Super Produkt bin zufrieden!
niktb
Bewertet in Spanien am 17. Dezember 2024
What else do you want... Works as per spec... Good for me!
Frank
Bewertet in Deutschland am 13. Januar 2024
Topartikel zum kleinen Preis
Anny
Bewertet in Kanada am 24. April 2024
thanks
PinkPandaKatie
Bewertet in den USA am5. Juli 2022
These rotors work really well for what I need. I had previously been using a rotary encoder I got from Sparkfun which worked, but it didn't have detents like these do. With the rotor in a detent, the rotor "CLK" and "DT" pins are disconnected from ground, so they get pulled to +5v just like "SW" when the button is not pressed. Spinning clockwise by one detent will pull CLK to GND first, then DT to GND, release CLK, then release DT. Counter-clockwise is obviously the reverse: DT low, CLK low, DT high, CLK high.Note that the image shows "5v supply", but all that's connected to is the 3 10k pull-up resistors that are connected to the two rotor contacts and the pushbutton. You could use any voltage you want to, or even swap 5v and ground so the pull-ups become pull-downs and the outputs are active high, or just leave it disconnected if you have external pull-ups.The pushbutton requires a bit more pressure than the other rotor, but it's hard to quantify.I connected all 5 to rotors (15 outputs in total) to a pair of PCF8574 GPIO expanders (with 8 GPIOS each). I connected the "CLK" pin of each to the first expander, and the "DT" pin to the second, then the INT line on both expanders to two GPIOs on the Raspberry Pi which are configured to interrupt on the falling edge - that way, even if there is a delay in reading the I2C bus, it still knows which way the rotor turned.The knobs appear to be anodized aluminum. I brushed the tops of the knobs and painted them with acrylic paint, then coated them with clear nail polish, and they look pretty good :)
Max W.
Bewertet in Deutschland am 20. März 2022
Das Produkt funktioniert hervorragend mit Arduino Uno und Nano. Macht einen sehr soliden Eindruck und kann einfach in einem Gehäuse befestigt werden.
fuginic
Bewertet in Italien am 14. Januar 2021
Devo dire che mi sono trovato molto bene con questi componenti. Usati per un progetto di home cockpit non ho avuto nessun tipo di problema.
Rafael G.
Bewertet in Deutschland am 6. April 2021
Alles super.
Jakob Föger
Bewertet in Deutschland am 24. Mai 2020
Im Gegensatz zu manch anderen Encodern auf Amazon sind diese hier halbwegs leise und angenehm zu drehen.Vorallem haben auch alle 5 die gleiche Qualität.Die Leiterplatten sind für erste Tests ganz gut, weil sie schon Pullups besitzen.Die Pins sind für einen Breadboard—Aufbau aber nicht wirklich optimalWenn man sie so steckt kann man den Schalter schwer betätigen, der ist etwas schwergängigAuch für einen Gehäuseeinau ist dies nicht optimal, da die Pins viel Fläche blockieren.Hier wären gerade Pins besser gewesen.Wäre schön, wenn man die Encoder auch ohne Leiterplatte kaufen könnte, die sind wirklich gut.Habe sie daher ausgelötet, um sie auf meiner eigenen Leiterplatte zu platzierenDie Entprellung ist etwas schwierigerDer Nachfolgende Code funktioniert aber ganz gut auf meinem ESP32Ansatz ist, den jeweiligen ANDEREN Pin abzufragen, wenn ein Pin seinen Status ändert.#include "Arduino.h"void Encoder::begin(int PinA, int PinB){ PIN_A = PinA; PIN_B = PinB;}void Encoder::A_CHANGED(){ ACT_B = digitalRead(PIN_B) == HIGH; Update();}void Encoder::B_CHANGED(){ ACT_A = digitalRead(PIN_A) == HIGH; Update();}void Encoder::reset(){ set(0);}void Encoder::set(int value){ cnt = value Value = cnt >> 1;}void Encoder::Update(){ int NEWSTATE = (ACT_B if (STATE == 1 && NEWSTATE == 0) cnt++; if (STATE == 0 && NEWSTATE == 2) cnt++; if (STATE == 2 && NEWSTATE == 0) cnt--; if (STATE == 0 && NEWSTATE == 1) cnt--; STATE = NEWSTATE; Value = cnt >> 1;}
Kratos
Bewertet in Deutschland am 2. Dezember 2020
Die Teile funktionieren genau wie sie sollen und sind gut verarbeitet. Noch dazu zu einem guten Preis. Kann sie empfehlen.
Kunde
Bewertet in Deutschland am 16. Februar 2020
Die Encoder funktionieren wie gewünscht, laufen spürbar sanfter als so manch andere Konkurenz-Encoder. Alles sauber und komplett verlötet, bei anderen Produkten hatte ich da schon fehlende Widerstände und kalte Lötstellen. Lieferung erfolgte schnell und unproblematisch. Würde ich gern wieder kaufen....Update: Zum zweiten Mal habe ich die Encoder bestellt und die Qualität ist gleichbleibend gut! Sehr schön!
didier omnes
Bewertet in Frankreich am 12. November 2020
tres bon produit