Open in app

Sign in

Write

Sign in

Jun OKAMURA
Jun OKAMURA

8 Followers

Home

About

Aug 6

How to install “AI Stackchan-2” with Google STT, OpenAI, and VOICEVOX services.

This article describes a step-by-step installation procedure for “AI Stackchan-2”, a voice dictation AI system that utilizes Google Speech-to-Text to recognize and replay using OpenAI’s cloud service and generates real voice using VOICEVOX. Since the original GitHub documentation is in Japanese, I aim to provide an English version with detailed…

Esp32

3 min read

How to install “AI Stackchan-2” with Google STT, OpenAI, and VOICEVOX services.
How to install “AI Stackchan-2” with Google STT, OpenAI, and VOICEVOX services.
Esp32

3 min read


May 27

Build and install the Open FPGA toolchain (F4PGA) on the Aarch64 base Ubuntu environment.

Open FPGA toolchain This is a detailed installation procedure for the Open FPGA toolchain into Ubuntu on my MAC M1 powered by UTM. FOSS Flows For FPGA - F4PGA documentation F4PGA ➚, which is a Workgroup under the CHIPS Alliance ➚, is an Open Source solution for Hardware Description Language…f4pga.readthedocs.io Followed the below URL, but the toolchain binaries are all for X86_64 of the conda package, and it seems there is no Aarch64 version. Orz…

Fossi

7 min read

Fossi

7 min read


May 14

Install Ubuntu on MAC M1 powered by UTM

Because of no official support on VirtualBox, I decided to use UTM for my M1 Mac. Preparation: Mac OSversion; % sw_vers ProductName: macOS ProductVersion: 13.3.1 ProductVersionExtra: (a) BuildVersion: 22E772610a Download ARM version Ubuntu iso image from the official site. Ubuntu for ARM | Download | Ubuntu Download Ubuntu Server for ARM with support for the very latest ARM-based server systems powered by certified 64-bit…ubuntu.com

Mac

4 min read

Install Ubuntu on MAC M1 powered by UTM
Install Ubuntu on MAC M1 powered by UTM
Mac

4 min read


Jan 14

How to build up the IoT data visualization server on Ubuntu with MQTT+TLS, Telegraf, InfluxDB, and Grafana

How to install the MQTT+TLS Base Ubuntu is following; DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS" Install the following PKGs; $ sudo apt update $ sudo apt upgrade $ sudo apt install openssl $ sudo apt install openssh-server $ sudo apt install mosquitto $ sudo apt install mosquitto-clients Generate certification files by following the steps;

Mqtt

4 min read

How to build up the IoT data visualization server on Ubuntu with MQTT+TLS, Telegraf, InfluxDB, and…
How to build up the IoT data visualization server on Ubuntu with MQTT+TLS, Telegraf, InfluxDB, and…
Mqtt

4 min read


Dec 31, 2022

How to enable CPU temperature monitoring with Telegraf on Windows 11

If your PC can execute the following “wmic” command on the PowerShell terminal then you DO NOT need to read this content. Just uncomment [[inputs.temperature]] on your Telegraf configuration file, then it is fine. > wmic /namespace:\\root\wmi PATH MSAcpi_ThermalZoneTemperature How to install the Telegraf > wget https://dl.influxdata.com/telegraf/releases/telegraf-1.XX.X_windows_amd64.zip -UseBasicParsing -OutFile telegraf-_windows_amd64.zip > Expand-Archive .\telegraf-_windows_amd64.zip -DestinationPath 'C:\Program Files\InfluxData\telegraf\' >…

Windows11

2 min read

How to enable CPU temperature monitoring with Telegraf on Windows 11
How to enable CPU temperature monitoring with Telegraf on Windows 11
Windows11

2 min read


Feb 23, 2022

How to build OpenFOAM on M1 MAC

This is a short note about how to build OpenFOAM from the source by using the Docker image on my M1 MAC (Monterey on Macbook Air M1–2020) environment. Preparation Docker has been supported Apple silicon chip already, then install Docker by the following link; https://docs.docker.com/desktop/mac/apple-silicon/ Download Dockerfiles and build the image To build a proper Dockerfile which…

Openfoam

2 min read

How to build OpenFOAM on M1 MAC
How to build OpenFOAM on M1 MAC
Openfoam

2 min read


Jan 20, 2022

How to install OpenFOAM into M1 MAC

This is a short note about how to operate OpenFOAM by using the Docker image on my M1 MAC (Monterey on Macbook Air M1–2020) environment. Preparation Docker has been supported Apple silicon chip already, then install Docker by the following link; https://docs.docker.com/desktop/mac/apple-silicon/ Following instructions for installing OpenFOAM Follow the install instruction for OpenFOAM with Docker by…

Openfoam

2 min read

How to install OpenFOAM into M1 MAC
How to install OpenFOAM into M1 MAC
Openfoam

2 min read


Mar 2, 2021

Zybo Z7–20 ADI “axi_i2s_adi.vhd” Master/Slave I2S Configuration Memorandum

This is the Hardware/Software design (Vivado/Petalinux) part of the Zybo Z7–20 audio system project. I would show how to configure both HW/SW for Master/Slave I2S operation with the ADI’s HDL code which I described in previous memorandums. The tool environments and preparation Before starting this project, I have confirmed a LINUX boot on the Zybo…

Audio

4 min read

Zybo Z7–20 ADI “axi_i2s_adi.vhd” Master/Slave I2S Configuration Memorandum
Zybo Z7–20 ADI “axi_i2s_adi.vhd” Master/Slave I2S Configuration Memorandum
Audio

4 min read


Feb 26, 2021

Zybo Z7–20 I2S Slave-Mode Software Reconfiguration Memorandum

This is the Software Designing (Petalinux) part of the Zybo Z7–20 audio system project and I have edited the device driver and DTS file to support the I2S slave mode function. The tool environments and preparation Before starting this project, I have confirmed a LINUX boot on the Zybo Z7–20 Rev. …

Xilinx

3 min read

Zybo Z7–20 I2S Slave-Mode Software Reconfiguration Memorandum
Zybo Z7–20 I2S Slave-Mode Software Reconfiguration Memorandum
Xilinx

3 min read


Feb 26, 2021

Zybo Z7–20 ADI “axi_i2s_adi.vhd” Slave-Mode HDL Re-designing Memorandum

This is the Hardware Designing (Vivado) part of the Zybo Z7–20 audio system project and I have edited the ADI’s HDL code for I2S IP to support the I2S slave mode function. Appreciated who wrote the simple original HDL code. The tool environments and preparation Before starting this project, I have confirmed a LINUX boot…

Audio

4 min read

Zybo Z7–20 ADI “axi_i2s_adi.vhd” Slave-Mode HDL Re-designing Memorandum
Zybo Z7–20 ADI “axi_i2s_adi.vhd” Slave-Mode HDL Re-designing Memorandum
Audio

4 min read

Jun OKAMURA

Jun OKAMURA

8 Followers

IEEE Senior member. Bio : https://www.linkedin.com/in/jun-ichi-okamura-6b8bb2b/

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams