Skip to content

Instantly share code, notes, and snippets.

@maschlr
maschlr / resume.json
Last active November 4, 2024 14:51
CV of Marten Schlüter
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Marten Schlüter",
"label": "Full Stack Software & Energy Systems Engineer",
"summary": "A global citizen with roots in Germany, a founder in Estonia, now living in the US, I bring a diverse perspective to my work. I am a Full Stack Software Engineer with a degree in Energy Systems Engineering, specializing in developing and maintaining data-driven applications. My expertise lies in data-heavy backend development and DevOps, complemented by experience in frontend development and machine learning. Driven by curiosity and a passion for efficiency, I thrive on creating software solutions that make a meaningful impact.",
"image": "https://avatars.githubusercontent.com/u/1927667",
"picture": "https://avatars.githubusercontent.com/u/1927667",

Installing and using the nodemcu (ESP8266/Wemos)

Building the firmware

Downloading esptool

Flashing the firmware

sudo ./esptool -cp /dev/ttyUSB0 -cd nodemcu -cf nodemcu-master-9-modules-2016-06-15-19-31-54-float.bin Just add yourself to the group tty...

Setting udev permissions on archlinux

https://bbs.archlinux.org/viewtopic.php?id=86088

Downloading ESPlorer

@maschlr
maschlr / installation.md
Last active May 7, 2016 15:21 — forked from tessi/installation.md
Install OpenProject on uberspace.de

How to install OpenProject 5.0 Community Edition on uberspace.de

Follow those steps to install OpenProject on a fresh uberspace.

Step 1: Install dependencies

First we set-up all dependencies. We use ruby 2.3.0 and install gems in a user directory:

echo "gem: --user-install --no-rdoc --no-ri" > ~/.gemrc