© 2023 Hashnode
#raspberry-pi
Original article In the previous article, I talked about the origin of the idea to create a new smart home. Now, I want to take a closer look at the architecture of the system. MajorDom consists of several key components: devices, hub, clou…
Original post In 2019, I first learned about the possibility of speech recognition and synthesis in Python. Google Assistant, Siri, Cortana, and other assistants were even more limited and helpless than they are now. Adding custom voice com…
When Heroku got rid of their free tier, it wasn't even like I had a bunch of web apps on there that I really needed to migrate ... I think there was just one (my media server "Video Streamer"). But, I decided maybe this was the right time t…
この記事について Raspberry Pi、TensorFlow、Pythonのいずれにも詳しくない筆者が、物体検出をやって楽しんだ成果の記録です。 TensorFlow公式の物体検出のサンプルプログラムを実行します。 動作環境 ボード Raspberry Pi 4 Model B OS Raspberry Pi OS (32-bit または 64-bit) デスクトップ環境 カメラ Raspberry Pi カメラモジュール v2 Pytho…
My partner got me a Raspberry Pi (CanaKit) a few years back, and I only recently took the time to get to know how to use it. I still barely know what I'm doing, but I know enough now to fix the initia…
The Internet of Things (IoT) is an exciting area that is becoming increasingly popular among tech enthusiasts and computer science students alike. As a student in my second year of college, I decided …
Introduction For some time now, I had been planning to create a personal media server, something which would allow me to access personal media from anywhere, at any time. Ease of use was also somethin…
Introduction Continuing with Practical Python Programming for IoT, this week I read and programmed along with pages 80 to 160. Here's a brief summary. Controlling a LED with Flask Following the tutori…
Introduction You are working on a small WordPress website and don't want to pay for hosting your small website for testing or you just want to run your website on raspberry Pi for fun... In this blog, I will walk you through setting up and …
In my previous blog post, I created a script that controls the fan speed on my Raspberry Pi. However, I encountered a problem - every time I restarted my Raspberry Pi, I had to manually run the script…