Skip to content

issues Search Results · repo:miketeachman/micropython-rotary language:Python

Filter by

24 results
 (63 ms)

24 results

inmiketeachman/micropython-rotary (press backspace or delete to remove)

The problem is that the code is unable to detect the initial state correctly, causing fail detection of the first half-step. The way I solved the problem was to add this line: self._process_rotary_pins(None) ...
  • scarrrr316
  • Opened 
    on Jun 14, 2024
  • #35

to whom it may concern hey trying to use your rotary encoder have had this library working before but that was a while ago when i started coding in python and i tried it again recently for a project and ...
  • stoky996
  • 2
  • Opened 
    on Mar 11, 2024
  • #33

Hi I am Thonny 4.1.3 and trying to install micropython-umqtt.simple but each time I get the following error message in the Thonny package manager dialogue box. install --progress-bar off micropython-umqtt.simple ...
  • mikedabb6
  • Opened 
    on Feb 20, 2024
  • #32

Good morning, Im trying to install the library into thonny 4.1.4, Windows 10 Python 3.10.11 Tk 8.6.13 And is not possible, I think because that version is not supporting MIP but Pipy, how can I install ...
  • tinerfe1986
  • 1
  • Opened 
    on Feb 17, 2024
  • #31

Hi, I have a dual encoder (two encoders) connected to micropython on my esp32. If I connect one or the other it works as expected. however if I try to setup both at the same time, the first defined encoder ...
  • eddo888
  • Opened 
    on Feb 14, 2024
  • #30

For context please see this doc on the design of encoder drivers and this driver. The following specifics are potential issues: 1. The runtime of the ISR s is relatively long, and may be extended if ...
  • peterhinch
  • 2
  • Opened 
    on Aug 20, 2023
  • #29

Hi Mike, Firstly, thanks for an excellent MicroPython library for the rotary encoder. So many resources use Circuit Python or Arduino only, so it s great to come across this! My issue is that I m using ...
  • Snowgoose74
  • 2
  • Opened 
    on Aug 3, 2023
  • #28

On Micropython 1.20 if you start a thread on Core1, even if that thread does nothing then when an IRQ is triggered from the rotary encoder on code running on Core0 the whole machine locks up e.g on core ...
  • ayjaym
  • 20
  • Opened 
    on Jul 14, 2023
  • #27

Hi Mike, I have a project where I want to use five rotary encoders. There are of course GPIO expander ICs such as the MCP23017 but to use that kind of chip would bring in a lot of unnecessary complexity ...
  • Guustaaf
  • 2
  • Opened 
    on Mar 1, 2023
  • #24

Hi Mike, I have been using your lib with Pi Pico and the Fermion: EC11 Rotary Encoder Module https://www.dfrobot.com/product-1611.html and all appears ok. Also tested with two on these encoders on ...
  • sfblackwell
  • 1
  • Opened 
    on Jan 15, 2023
  • #23
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub