Thomas Buck před 3 měsíci
rodič
revize
87fc747ec0

+ 1
- 1
input/projects/cat-toy.md Zobrazit soubor

72
 %-->
72
 %-->
73
 
73
 
74
 This time I used [MicroPython](https://docs.micropython.org/en/latest/rp2/quickref.html) again to build the software.
74
 This time I used [MicroPython](https://docs.micropython.org/en/latest/rp2/quickref.html) again to build the software.
75
-Is it my second time using it, after [the MCH2022 cocktail machine badge app](http://localhost:8080/2022_07_29_MCH2022.html#app).
75
+Is it my second time using it, after [the MCH2022 cocktail machine badge app](2022_07_29_MCH2022.html#app).
76
 It was a little bit more complicated to first get my head around it, compared to the usual C/C++ firmwares, and I was not able to figure out an easy way for OTA firmware updates yet.
76
 It was a little bit more complicated to first get my head around it, compared to the usual C/C++ firmwares, and I was not able to figure out an easy way for OTA firmware updates yet.
77
 But in the end it was much quicker to build a working prototype with it.
77
 But in the end it was much quicker to build a working prototype with it.
78
 I recommend using [rshell](https://github.com/dhylands/rshell), there's also a small script for it [in my repo](https://git.xythobuz.de/thomas/CatToy/src/branch/master/copy.sh) to use it to copy the firmware to the device.
78
 I recommend using [rshell](https://github.com/dhylands/rshell), there's also a small script for it [in my repo](https://git.xythobuz.de/thomas/CatToy/src/branch/master/copy.sh) to use it to copy the firmware to the device.

+ 1
- 1
input/projects/san_andreas_unity_simulator.md Zobrazit soubor

24
 The "physics" "simulation" in my code is not working very well.
24
 The "physics" "simulation" in my code is not working very well.
25
 To reach the state that can be seen in the video above already took a lot of tweaking, and the result is obviously not optimal yet.
25
 To reach the state that can be seen in the video above already took a lot of tweaking, and the result is obviously not optimal yet.
26
 
26
 
27
-Together with my [SerialGamepad project](http://localhost:8080/2015_12_20_serialgamepad.html) I was even able to fly in the SA:Unity sim with my usual quadcopter transmitter.
27
+Together with my [SerialGamepad project](2015_12_20_serialgamepad.html) I was even able to fly in the SA:Unity sim with my usual quadcopter transmitter.
28
 
28
 
29
 But my curiosity was satisfied at this point and I had no more interest in working on it further.
29
 But my curiosity was satisfied at this point and I had no more interest in working on it further.
30
 
30
 

+ 0
- 1
page.html Zobrazit soubor

11
     <meta name="description" content="{{ htmlspecialchars(page.get("description", "Electronics & Software Projects")) }}" />
11
     <meta name="description" content="{{ htmlspecialchars(page.get("description", "Electronics & Software Projects")) }}" />
12
     <meta name="keywords" content="{{ htmlspecialchars(page.get("keywords", "xythobuz")) }}" />
12
     <meta name="keywords" content="{{ htmlspecialchars(page.get("keywords", "xythobuz")) }}" />
13
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
13
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
14
-    <link rel="author" href="xythobuz@xythobuz.de" />
15
     <link rel="shortcut icon" href="img/favicon.ico" />
14
     <link rel="shortcut icon" href="img/favicon.ico" />
16
     <link rel="alternate" type="application/rss+xml" title="xythobuz.de" href="rss.xml" />
15
     <link rel="alternate" type="application/rss+xml" title="xythobuz.de" href="rss.xml" />
17
     <link type="text/css" rel="stylesheet" href="css/style.css" />
16
     <link type="text/css" rel="stylesheet" href="css/style.css" />

Loading…
Zrušit
Uložit