<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://makerspace.cc/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Muraharin</id>
	<title>Makerpedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://makerspace.cc/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Muraharin"/>
	<link rel="alternate" type="text/html" href="https://makerspace.cc/Special:Contributions/Muraharin"/>
	<updated>2026-05-06T15:24:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>https://makerspace.cc/wiki/index.php?title=Macropad&amp;diff=7413</id>
		<title>Macropad</title>
		<link rel="alternate" type="text/html" href="https://makerspace.cc/wiki/index.php?title=Macropad&amp;diff=7413"/>
		<updated>2024-02-23T19:24:05Z</updated>

		<summary type="html">&lt;p&gt;Muraharin: /* Instructions for Programming the makerspace macropad */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Instructions for Programming the makerspace macropad ==&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;If you just made your macropad, you&#039;ll need to flash it with the firmware.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# download the [https://www.arduino.cc/en/software arduino IDE]&lt;br /&gt;
# In the arduino IDE, go to tools-&amp;gt;boards-&amp;gt;board manager. Then search esp32 and install the library made by arduino&lt;br /&gt;
# Then go to tools-&amp;gt;manage libraries then install the following:&lt;br /&gt;
## ArduinoJson&lt;br /&gt;
## StringSplitter&lt;br /&gt;
# press select board, esp32, and select esp32S2 Dev Module&lt;br /&gt;
# go to the [https://github.com/Marshall-J2698/Makerpad github page], and download all the files. Now, open the ino file in the arduino program (you may need to do some renaming-the IDE should do this for you).&lt;br /&gt;
#Now plug in your board, and press the two reset buttons that are on the ESP32 (the purple board) itself; they&#039;re located near the usb port. If you&#039;re using the makerspace case, there&#039;s a hole on the top of the case and next to the usb port. Specifically, you want to hold the top button for ~2s and then press the other key once. &lt;br /&gt;
#Go to tools-&amp;gt;port-&amp;gt;then select the one with esp32&lt;br /&gt;
#now press the upload button! (it&#039;s the right-facing arrow, in the top left)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;u&amp;gt;if you&#039;ve already made, and flashed the firmware, there are only a few steps to reprogram:&amp;lt;/u&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
# press down key 1 (the left key) and the encoder knob at the same time, until key 1 stops sending keypresses&lt;br /&gt;
# after ~5seconds, pressing key 1 should cause an address to be typed in; specifically 192.168.1.1&lt;br /&gt;
# Now, go to your wifi settings, and connect to the new network that&#039;s appeared (likely named macropad or macropad-config, unless you manually renamed it)&lt;br /&gt;
# open any web browser (while connected to this network) and type in the address 192.168.1.1 (or just press key 1)&lt;br /&gt;
# this should take you to the programming page! now, enter in what you want each key to do, and press submit!&lt;br /&gt;
&lt;br /&gt;
A few notes on configuring the keys:&lt;br /&gt;
&lt;br /&gt;
* With the default firmware, the 3 main keys are set up to do basic keyboard functions and the volume knob does media controls. You can&#039;t mix and match functionality between these two groups without manually editing the firmware&lt;br /&gt;
* to input modifiers (ie. shift, control, alt), you have to use a strange format&lt;br /&gt;
** Shift = KEY_LEFT_SHIFT, Alt = KEY_LEFT_ALT, Control = KEY_LEFT_CTRL&lt;br /&gt;
** put whatever modifiers you want at the start of your macro, and seperate them with &amp;quot;+++&amp;quot; from the rest of your input&lt;br /&gt;
*** for example to send &amp;quot;ctrl+shift+t&amp;quot; I would input: KEY_LEFT_CTRL+++KEY_LEFT_SHIFT+++t&lt;br /&gt;
*** modifiers must be at the start of the sequence:  KEY_LEFT_CTRL+++t+++KEY_LEFT_SHIFT   will not work&lt;br /&gt;
*Here&#039;s a comprehensive list of every availible special key:&lt;br /&gt;
**KEY_LEFT_CTRL  KEY_LEFT_SHIFT  KEY_LEFT_ALT  KEY_LEFT_GUI  KEY_RIGHT_CTRL  KEY_RIGHT_SHIFT  KEY_RIGHT_ALT  KEY_RIGHT_GUI  KEY_UP_ARROW  KEY_DOWN_ARROW  KEY_LEFT_ARROW  KEY_RIGHT_ARROW  KEY_MENU  KEY_SPACE  KEY_BACKSPACE  KEY_TAB  KEY_RETURN  KEY_ESC  KEY_INSERT  KEY_DELETE  KEY_PAGE_UP  KEY_PAGE_DOWN  KEY_HOME  KEY_END  KEY_NUM_LOCK  KEY_CAPS_LOCK  KEY_F1  KEY_F2  KEY_F3  KEY_F4  KEY_F5  KEY_F6  KEY_F7  KEY_F8  KEY_F9  KEY_F10  KEY_F11  KEY_F12  KEY_F13  KEY_F14  KEY_F15  KEY_F16  KEY_F17  KEY_F18  KEY_F19  KEY_F20  KEY_F21  KEY_F22  KEY_F23  KEY_F24  KEY_PRINT_SCREEN  KEY_SCROLL_LOCK  KEY_PAUSE&lt;/div&gt;</summary>
		<author><name>Muraharin</name></author>
	</entry>
	<entry>
		<id>https://makerspace.cc/wiki/index.php?title=Crochet_(Kit)&amp;diff=7099</id>
		<title>Crochet (Kit)</title>
		<link rel="alternate" type="text/html" href="https://makerspace.cc/wiki/index.php?title=Crochet_(Kit)&amp;diff=7099"/>
		<updated>2023-10-02T20:27:46Z</updated>

		<summary type="html">&lt;p&gt;Muraharin: /* Crochet Square Coaster (Complete beginner) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Crochet Square Coaster (Complete beginner) ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Materials/tools&amp;lt;/u&amp;gt;: Medium weight cotton yarn, crochet hook (size 5), stitch marker, tapestry needle, ruler or measuring tape&lt;br /&gt;
* &amp;lt;u&amp;gt;Difficulty level&amp;lt;/u&amp;gt;: Complete beginner&lt;br /&gt;
* US crochet terminology&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Abbreviations&amp;lt;/u&amp;gt;:&lt;br /&gt;
** sc - single crochet&lt;br /&gt;
** st - stitch&lt;br /&gt;
** slst - slip stitch&lt;br /&gt;
** ch - chain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Pattern&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make a slip knot.&lt;br /&gt;
&lt;br /&gt;
Foundation Chain: Ch enough stitches to measure 5 inches. (Do not stretch the chain out to measure, just lay it down straight next to the ruler.)&lt;br /&gt;
&lt;br /&gt;
Row 1: In the second ch from the hook, make 1 sc. Continue making sc for each stitch of the foundation chain until you have reached the last chain.&lt;br /&gt;
&lt;br /&gt;
Row 2: Turn your work. Ch 1. Skip 1 st, sc into the next stitch. Continue sc down each stitch of the row.&lt;br /&gt;
&lt;br /&gt;
{{#Widget:yt|id=wJ08Y0XDV8Q?si=eW5JsKPvXHtd50FQ}}&lt;br /&gt;
&lt;br /&gt;
{{#Widget:yt|id=-IEmIA9-gsk?si=43jHK1yiJQ61D_UC}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Muraharin</name></author>
	</entry>
	<entry>
		<id>https://makerspace.cc/wiki/index.php?title=Template:Intro_to_box&amp;diff=7098</id>
		<title>Template:Intro to box</title>
		<link rel="alternate" type="text/html" href="https://makerspace.cc/wiki/index.php?title=Template:Intro_to_box&amp;diff=7098"/>
		<updated>2023-10-02T20:27:23Z</updated>

		<summary type="html">&lt;p&gt;Muraharin: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Muraharin</name></author>
	</entry>
	<entry>
		<id>https://makerspace.cc/wiki/index.php?title=Template:Intro_to_box&amp;diff=7097</id>
		<title>Template:Intro to box</title>
		<link rel="alternate" type="text/html" href="https://makerspace.cc/wiki/index.php?title=Template:Intro_to_box&amp;diff=7097"/>
		<updated>2023-10-02T20:27:05Z</updated>

		<summary type="html">&lt;p&gt;Muraharin: Created page with &amp;quot;hello this is a trial&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello this is a trial&lt;/div&gt;</summary>
		<author><name>Muraharin</name></author>
	</entry>
	<entry>
		<id>https://makerspace.cc/wiki/index.php?title=Crochet_(Kit)&amp;diff=7091</id>
		<title>Crochet (Kit)</title>
		<link rel="alternate" type="text/html" href="https://makerspace.cc/wiki/index.php?title=Crochet_(Kit)&amp;diff=7091"/>
		<updated>2023-10-02T20:21:21Z</updated>

		<summary type="html">&lt;p&gt;Muraharin: /* Crochet Square Coaster (Complete beginner) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Crochet Square Coaster (Complete beginner) ==&lt;br /&gt;
&lt;br /&gt;
{{intro to box|float= Crocheting is...}}&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Materials/tools&amp;lt;/u&amp;gt;: Medium weight cotton yarn, crochet hook (size 5), stitch marker, tapestry needle, ruler or measuring tape&lt;br /&gt;
* &amp;lt;u&amp;gt;Difficulty level&amp;lt;/u&amp;gt;: Complete beginner&lt;br /&gt;
* US crochet terminology&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;u&amp;gt;Abbreviations&amp;lt;/u&amp;gt;:&lt;br /&gt;
** sc - single crochet&lt;br /&gt;
** st - stitch&lt;br /&gt;
** slst - slip stitch&lt;br /&gt;
** ch - chain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Pattern&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make a slip knot.&lt;br /&gt;
&lt;br /&gt;
Foundation Chain: Ch enough stitches to measure 5 inches. (Do not stretch the chain out to measure, just lay it down straight next to the ruler.)&lt;br /&gt;
&lt;br /&gt;
Row 1: In the second ch from the hook, make 1 sc. Continue making sc for each stitch of the foundation chain until you have reached the last chain.&lt;br /&gt;
&lt;br /&gt;
Row 2: Turn your work. Ch 1. Skip 1 st, sc into the next stitch. Continue sc down each stitch of the row.&lt;br /&gt;
&lt;br /&gt;
{{#Widget:yt|id=wJ08Y0XDV8Q?si=eW5JsKPvXHtd50FQ}}&lt;br /&gt;
&lt;br /&gt;
{{#Widget:yt|id=-IEmIA9-gsk?si=43jHK1yiJQ61D_UC}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Muraharin</name></author>
	</entry>
</feed>