<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.makerslink.se/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Philipp</id>
	<title>MakersLink - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.makerslink.se/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Philipp"/>
	<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/Special:Contributions/Philipp"/>
	<updated>2026-06-15T10:56:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Microcontroller&amp;diff=2326</id>
		<title>Microcontroller</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Microcontroller&amp;diff=2326"/>
		<updated>2024-01-26T17:48:54Z</updated>

		<summary type="html">&lt;p&gt;Philipp: added sensor kits and more infos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We currently have the following Microcontrollers in the Mekatronic Lab:&lt;br /&gt;
== Arduino ==&lt;br /&gt;
We have two Arduino Uno (see also [[Arduino]]))&lt;br /&gt;
&lt;br /&gt;
They can be used for free to learn and explore. &lt;br /&gt;
&lt;br /&gt;
== ESP32 ==&lt;br /&gt;
We have&lt;br /&gt;
* two EXP32 Uno, which look like the arduino Uno.&lt;br /&gt;
* a Lolin S3 Pro&lt;br /&gt;
* a Lolin S2 Pico&lt;br /&gt;
&lt;br /&gt;
== Raspberry Pi Pico ==&lt;br /&gt;
&lt;br /&gt;
We have 6 Raspberry Pi Pico WH (with Wifi and soldered headers).&lt;br /&gt;
&lt;br /&gt;
They can be used for free to learn and explore. &lt;br /&gt;
&lt;br /&gt;
== Auxiliary hardware ==&lt;br /&gt;
The mechatronic section has several components to learn and explore. &lt;br /&gt;
&lt;br /&gt;
If not stated otherwise, all components must be returned after tinkering around. &lt;br /&gt;
&lt;br /&gt;
=== Sensor Kits ===&lt;br /&gt;
We have one AZ-Delivery sensor kit:&lt;br /&gt;
&lt;br /&gt;
https://www.az-delivery.de/en/products/16-in-1-kit-zubehorset-fur-raspberry-pi-arduino-und-andere-mikrocontroller&lt;br /&gt;
&lt;br /&gt;
and one Freenove Ultimate RPi Starter&lt;br /&gt;
&lt;br /&gt;
https://github.com/Freenove/Freenove_Ultimate_Starter_Kit_for_Raspberry_Pi&lt;br /&gt;
&lt;br /&gt;
The hardware from the Sensor Kits must be returned after use. Please do not install them in permanent projects.&lt;br /&gt;
&lt;br /&gt;
Please return them to the according sensor kit where it was taken.&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2325</id>
		<title>Workshops/RPi-Pico</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2325"/>
		<updated>2024-01-06T13:55:29Z</updated>

		<summary type="html">&lt;p&gt;Philipp: /* IDEs/Development platforms: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slides ==&lt;br /&gt;
[[:File:Rpi pico workshop - part 1.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpi pico workshop - part 2.pdf|Rpi pico workshop - part 2.pdf]]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
[[:File:Rpipico-workshop-code-part1.zip]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpipico-workshop-code-part2.zip]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
==== IDEs/Development platforms: ====&lt;br /&gt;
https://platformio.org/&lt;br /&gt;
&lt;br /&gt;
https://thonny.org/&lt;br /&gt;
&lt;br /&gt;
https://www.arduino.cc/en/software/&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-ide/&lt;br /&gt;
&lt;br /&gt;
==== Python versions ====&lt;br /&gt;
==== https://circuitpython.org/board/raspberry_pi_pico/ ====&lt;br /&gt;
https://docs.micropython.org/en&lt;br /&gt;
&lt;br /&gt;
==== WIFI ====&lt;br /&gt;
https://arduino-pico.readthedocs.io/en/latest/wifi.html&lt;br /&gt;
&lt;br /&gt;
==== MQTT ====&lt;br /&gt;
==== https://mosquitto.org/ ====&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/main/examples/native_net&lt;br /&gt;
&lt;br /&gt;
==== ETC ====&lt;br /&gt;
https://www.pjrc.com/teensy/&lt;br /&gt;
&lt;br /&gt;
https://www.raspberrypi.com/products/raspberry-pi-zero/&lt;br /&gt;
&lt;br /&gt;
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-&lt;br /&gt;
&lt;br /&gt;
https://hackspace.raspberrypi.com/articles/what-is-programmable-i-o-on-&lt;br /&gt;
&lt;br /&gt;
https://www.seeedstudio.com/blog/2021/01/25/programmable-io-&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/circup&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-&lt;br /&gt;
&lt;br /&gt;
https://github.com/earlephilhower/arduino-&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Mekatronik&amp;diff=2324</id>
		<title>Mekatronik</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Mekatronik&amp;diff=2324"/>
		<updated>2024-01-04T08:53:37Z</updated>

		<summary type="html">&lt;p&gt;Philipp: workshop link added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Microcontroller]]&lt;br /&gt;
* [[Arduino]]&lt;br /&gt;
&lt;br /&gt;
== Workshops ==&lt;br /&gt;
[[Workshops/RPi-Pico]]&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2323</id>
		<title>Workshops/RPi-Pico</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2323"/>
		<updated>2024-01-03T14:56:51Z</updated>

		<summary type="html">&lt;p&gt;Philipp: format++&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Slides ==&lt;br /&gt;
[[:File:Rpi pico workshop - part 1.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpi pico workshop - part 2.pdf|Rpi pico workshop - part 2.pdf]]&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
[[:File:Rpipico-workshop-code-part1.zip]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpipico-workshop-code-part2.zip]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
==== IDEs/Development platforms: ====&lt;br /&gt;
https://platformio.org/&lt;br /&gt;
&lt;br /&gt;
https://thonny.org/&lt;br /&gt;
&lt;br /&gt;
https://www.arduino.cc/en/software/&lt;br /&gt;
&lt;br /&gt;
==== Python versions ====&lt;br /&gt;
==== https://circuitpython.org/board/raspberry_pi_pico/ ====&lt;br /&gt;
https://docs.micropython.org/en&lt;br /&gt;
&lt;br /&gt;
==== WIFI ====&lt;br /&gt;
https://arduino-pico.readthedocs.io/en/latest/wifi.html&lt;br /&gt;
&lt;br /&gt;
==== MQTT ====&lt;br /&gt;
==== https://mosquitto.org/ ====&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/main/examples/native_net&lt;br /&gt;
&lt;br /&gt;
==== ETC ====&lt;br /&gt;
https://www.pjrc.com/teensy/&lt;br /&gt;
&lt;br /&gt;
https://www.raspberrypi.com/products/raspberry-pi-zero/&lt;br /&gt;
&lt;br /&gt;
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-&lt;br /&gt;
&lt;br /&gt;
https://hackspace.raspberrypi.com/articles/what-is-programmable-i-o-on-&lt;br /&gt;
&lt;br /&gt;
https://www.seeedstudio.com/blog/2021/01/25/programmable-io-&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/circup&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-&lt;br /&gt;
&lt;br /&gt;
https://github.com/earlephilhower/arduino-&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2322</id>
		<title>Workshops/RPi-Pico</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2322"/>
		<updated>2024-01-03T14:56:10Z</updated>

		<summary type="html">&lt;p&gt;Philipp: format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Slides ===&lt;br /&gt;
[[:File:Rpi pico workshop - part 1.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpi pico workshop - part 2.pdf|Rpi pico workshop - part 2.pdf]]&lt;br /&gt;
&lt;br /&gt;
=== Code ===&lt;br /&gt;
[[:File:Rpipico-workshop-code-part1.zip]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpipico-workshop-code-part2.zip]]&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
==== IDEs/Development platforms: ====&lt;br /&gt;
https://platformio.org/&lt;br /&gt;
&lt;br /&gt;
https://thonny.org/&lt;br /&gt;
&lt;br /&gt;
https://www.arduino.cc/en/software/&lt;br /&gt;
&lt;br /&gt;
==== Python versions https://circuitpython.org/board/raspberry_pi_pico/ ====&lt;br /&gt;
https://docs.micropython.org/en&lt;br /&gt;
&lt;br /&gt;
==== WIFI ====&lt;br /&gt;
https://arduino-pico.readthedocs.io/en/latest/wifi.html&lt;br /&gt;
&lt;br /&gt;
==== MQTT https://mosquitto.org/ ====&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/main/examples/native_net&lt;br /&gt;
&lt;br /&gt;
==== ETC ====&lt;br /&gt;
https://www.pjrc.com/teensy/&lt;br /&gt;
&lt;br /&gt;
https://www.raspberrypi.com/products/raspberry-pi-zero/&lt;br /&gt;
&lt;br /&gt;
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-&lt;br /&gt;
&lt;br /&gt;
https://hackspace.raspberrypi.com/articles/what-is-programmable-i-o-on-&lt;br /&gt;
&lt;br /&gt;
https://www.seeedstudio.com/blog/2021/01/25/programmable-io-&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/circup&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-&lt;br /&gt;
&lt;br /&gt;
https://github.com/earlephilhower/arduino-&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops&amp;diff=2321</id>
		<title>Workshops</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops&amp;diff=2321"/>
		<updated>2024-01-03T14:54:04Z</updated>

		<summary type="html">&lt;p&gt;Philipp: rpi pico workshop added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;För datt börja skapa inom ett område finns en rad olika verktyg man kan lära sig. Här har vi en lista på workshops som vi ibland håller i våra lokaler i MakersLink&lt;br /&gt;
&lt;br /&gt;
[[CAD-Workshops]]&lt;br /&gt;
&lt;br /&gt;
[[Skissteknik]]&lt;br /&gt;
&lt;br /&gt;
[[Formgjutning]]&lt;br /&gt;
&lt;br /&gt;
[[Digitala Smycken]]&lt;br /&gt;
&lt;br /&gt;
[[Virtual Reality]]&lt;br /&gt;
&lt;br /&gt;
[[Arduino Workshops]]&lt;br /&gt;
&lt;br /&gt;
[[Hackathon]]&lt;br /&gt;
&lt;br /&gt;
[[Smartspegel]]&lt;br /&gt;
&lt;br /&gt;
[[Workshops/RPi-Pico]]&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2320</id>
		<title>Workshops/RPi-Pico</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2320"/>
		<updated>2024-01-03T14:52:40Z</updated>

		<summary type="html">&lt;p&gt;Philipp: links to code added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Slides ===&lt;br /&gt;
[[:File:Rpi pico workshop - part 1.pdf]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpi pico workshop - part 2.pdf|Rpi pico workshop - part 2.pdf]]&lt;br /&gt;
&lt;br /&gt;
=== Code ===&lt;br /&gt;
[[:File:Rpipico-workshop-code-part1.zip]]&lt;br /&gt;
&lt;br /&gt;
[[:File:Rpipico-workshop-code-part2.zip]]&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
https://platformio.org/&lt;br /&gt;
&lt;br /&gt;
https://thonny.org/&lt;br /&gt;
&lt;br /&gt;
https://www.arduino.cc/en/software/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://circuitpython.org/board/raspberry_pi_pico/&lt;br /&gt;
&lt;br /&gt;
https://docs.micropython.org/en&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.pjrc.com/teensy/&lt;br /&gt;
&lt;br /&gt;
https://www.raspberrypi.com/products/raspberry-pi-zero/&lt;br /&gt;
&lt;br /&gt;
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-&lt;br /&gt;
&lt;br /&gt;
https://hackspace.raspberrypi.com/articles/what-is-programmable-i-o-on-&lt;br /&gt;
&lt;br /&gt;
https://www.seeedstudio.com/blog/2021/01/25/programmable-io-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-&lt;br /&gt;
&lt;br /&gt;
https://github.com/earlephilhower/arduino-&lt;br /&gt;
&lt;br /&gt;
https://arduino-pico.readthedocs.io/en/latest/wifi.html&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/circup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://mosquitto.org/&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/main/examples/native_net&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=File:Rpipico-workshop-code-part1.zip&amp;diff=2319</id>
		<title>File:Rpipico-workshop-code-part1.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=File:Rpipico-workshop-code-part1.zip&amp;diff=2319"/>
		<updated>2024-01-03T14:52:00Z</updated>

		<summary type="html">&lt;p&gt;Philipp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=File:Rpipico-workshop-code-part2.zip&amp;diff=2318</id>
		<title>File:Rpipico-workshop-code-part2.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=File:Rpipico-workshop-code-part2.zip&amp;diff=2318"/>
		<updated>2024-01-03T14:50:52Z</updated>

		<summary type="html">&lt;p&gt;Philipp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=File:Code-part1.zip&amp;diff=2317</id>
		<title>File:Code-part1.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=File:Code-part1.zip&amp;diff=2317"/>
		<updated>2024-01-03T14:49:54Z</updated>

		<summary type="html">&lt;p&gt;Philipp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=File:Rpi_pico_workshop_-_part_2.pdf&amp;diff=2316</id>
		<title>File:Rpi pico workshop - part 2.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=File:Rpi_pico_workshop_-_part_2.pdf&amp;diff=2316"/>
		<updated>2024-01-03T14:47:30Z</updated>

		<summary type="html">&lt;p&gt;Philipp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=File:Rpi_pico_workshop_-_part_1.pdf&amp;diff=2315</id>
		<title>File:Rpi pico workshop - part 1.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=File:Rpi_pico_workshop_-_part_1.pdf&amp;diff=2315"/>
		<updated>2024-01-03T14:45:12Z</updated>

		<summary type="html">&lt;p&gt;Philipp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
	<entry>
		<id>https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2314</id>
		<title>Workshops/RPi-Pico</title>
		<link rel="alternate" type="text/html" href="https://wiki.makerslink.se/index.php?title=Workshops/RPi-Pico&amp;diff=2314"/>
		<updated>2024-01-03T14:43:51Z</updated>

		<summary type="html">&lt;p&gt;Philipp: links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Slides ===&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
https://platformio.org/&lt;br /&gt;
&lt;br /&gt;
https://thonny.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://circuitpython.org/board/raspberry_pi_pico/&lt;br /&gt;
&lt;br /&gt;
https://www.arduino.cc/en/software/&lt;br /&gt;
&lt;br /&gt;
https://docs.micropython.org/en&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://www.pjrc.com/teensy/)&lt;br /&gt;
&lt;br /&gt;
https://www.raspberrypi.com/products/raspberry-pi-zero/&lt;br /&gt;
&lt;br /&gt;
https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-&lt;br /&gt;
&lt;br /&gt;
https://hackspace.raspberrypi.com/articles/what-is-programmable-i-o-on-&lt;br /&gt;
&lt;br /&gt;
https://www.seeedstudio.com/blog/2021/01/25/programmable-io-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-&lt;br /&gt;
&lt;br /&gt;
https://github.com/earlephilhower/arduino-&lt;br /&gt;
&lt;br /&gt;
https://arduino-pico.readthedocs.io/en/latest/wifi.html&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/circup&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://mosquitto.org/&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT&lt;br /&gt;
&lt;br /&gt;
https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/main/examples/native_net&lt;/div&gt;</summary>
		<author><name>Philipp</name></author>
	</entry>
</feed>