<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>micropython on Kevin Heruer</title><link>/tags/micropython/</link><description>Recent content in micropython on Kevin Heruer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 07 Dec 2020 19:13:05 +0100</lastBuildDate><atom:link href="/tags/micropython/index.xml" rel="self" type="application/rss+xml"/><item><title>Micropython</title><link>/posts/2020/12/7/micropython/</link><pubDate>Mon, 07 Dec 2020 19:13:05 +0100</pubDate><guid>/posts/2020/12/7/micropython/</guid><description>Currently dabbling in MicroPython because I want to be able to control my Denon AVR with a &amp;ldquo;wireless&amp;rdquo; volume knob which isn&amp;rsquo;t a remote because I like the tactile response a volume knob gives.
Right now I am able to turn it on/off, turn the volume up/down, and switch input sources with my own controller library I quickly wrote on a friday night. For testing I&amp;rsquo;m using an old car radio button which doesn&amp;rsquo;t behave like a normal rotary encoder it seems, wiring it up like a normal encoder will cause shorts in the system and trigger unwanted commands.</description><content>&lt;p>Currently dabbling in MicroPython because I want to be able to control my Denon AVR with a &amp;ldquo;wireless&amp;rdquo; volume knob
which isn&amp;rsquo;t a remote because I like the tactile response a volume knob gives.&lt;/p>
&lt;p>Right now I am able to turn it on/off, turn the volume up/down, and switch input sources with my own controller library
I quickly wrote on a friday night. For testing I&amp;rsquo;m using an old car radio button which doesn&amp;rsquo;t behave like a normal
rotary encoder it seems, wiring it up like a normal encoder will cause shorts in the system and trigger unwanted
commands. I guess I&amp;rsquo;ll have to wait for the rotary encoders I ordered from Ali.&lt;/p>
&lt;p>It&amp;rsquo;s a pretty quick and dirty project and still a work in progress but if you&amp;rsquo;re interested you can check it here: &lt;a href="https://github.com/laetificat/volume-knob">https://github.com/laetificat/volume-knob&lt;/a>&lt;/p></content></item></channel></rss>