OpenCV is a library optimized for Computer Vision, a branch of Artificial Intelligence. Written using C++ native language, the OpenCV library digitizes camera capture frame by frame, pixel by pixel, so a…
Category: Tutorial
Configure Android Smartphone As Mobile Hotspot (particularly for Raspi Trainer Kit)
Regarding the Raspberry Pi Training Kit, we must have a WIFI network for our communication channel from the laptop to the Raspberry Pi. If you have an existing WIFI router, it’s good….
Getting Started: Preparation Before Learn Raspberry Trainer Kit
Raspberry Pi Trainer Kit is an electronic board for learning Raspberry Pi, particularly in connection with the real world (sensors, actuators, camera perception, etc). As the SBC (Single Board Controller), Raspberry Pi…
Raspberry Pi Trainer Kit: A Brief Introduction
Raspberry Pi is a single-board computer (SBC) powered by an ARM64-based processor that runs the Linux operating system (although an unofficial Windows 10/11 ARM version can be installed on it). Raspberry Pi…
How to fix error avrdude: ser_open(): can’t set com-state for “\. \COMx”
How to fix error “avrdude: ser_open(): can’t set com-state for “\. \COMx”. This error comes when we try to upload the sketch to a compatible Arduino board (clone), especially with an old…
Make Precision Timer Relay with RTC DS3231 Module and Arduino Nano
Today we will try to create a precision timer using RTC (Real Time Clock) module and Arduino Nano. As an additional power module, we will use the LM2596 module which can source…
Cara Raspberry Pi Ambil Data Suhu PT100 dengan Max31865
PT100 adalah sensor suhu dengan grade industrial yang banyak dipakai di kalangan industri. PT100 merupakan tipe sensor yang berbasis resistansi, yakni mendeteksi perubahan suhu dengan melakukan perubahan resistansi di output. Karena berbasis…
Raspberry Pi 3 – Buzzer Pasif Menyanyi? Kamu Pasti Tahu Lagu Ini!!
Tahukah kamu Raspberry Pi bisa menyanyi juga. Dengan bantuan sebuah buzzer pasif, Raspberry Pi 3 atau 4 bisa mengeluarkan nada-nada melodi sederhana yang membentuk sebuah lagu. Buzzer pasif adalah salah satu tipe…
Akses Kamera Webcam dengan Javascript, HTML, CSS
Pada umumnya webcam digunakan untuk berkomunikasi chat secara visual dengan lawan bicara, misalnya untuk conference via aplikasi zoom, google meeting atau sekedar aplikasi chat peer to peer seperti skype, whatsapp dan lain…
Bekerja dengan Buzzer di Raspberry Pi dan Python
Buzzer adalah aktuator yang outputnya berupa suara. Buzzer terbuat dari bahan piezoelectric yang dapat bergetar saat diberi tegangan. Secara umum, dengan memberi frekuensi tertentu pada level tegangan kerjanya, buzzer akan mengeluarkan warna…