All My 3D Prints of 2021
Last year I published a blog post with all my 3d printing projects of the year 2020. The idea was to have an exhaustive list to not forget about “that tiny glass holder for the balcony rail” and other smaller […]
Science, Programming, 3D-Printing, Music, Philosophy, and More…
Last year I published a blog post with all my 3d printing projects of the year 2020. The idea was to have an exhaustive list to not forget about “that tiny glass holder for the balcony rail” and other smaller […]
On the occasion of completing orbit #23 around the Sun, I purchased a 3D printer in June 2020. Everybody remotely close to me knows about it, because I just keep on talking about it. Quite frankly, it was one of […]
The date of this blog post’s publication coincides with Denk Development’s fourth birthday (or rather founding day). Back in early 2016 I started to receive requests from people on the internet, who had seen my YouTube videos in which I […]
The ShiftRegister74HC595 Arduino Library simplifies shift registers usage. It allows you to set single pins of your shift register either high or low, just like normal Arduino pins. It thereby removes the overhead of shifting out bytes that were created […]
Our “Smart Poker Table” detects the players’ cards as well as the community cards. It computes the winning probabilities for each player, according to the rules of Texas Hold’em, and renders them onto a screen.
Since I had a lot of trouble installing the npm package serialport on my Raspberry Pi B Rev 1 (and Rev 3), I want to share how it eventually worked.