fbpixel
eSpeak voice synthesizer on Raspberry Pi

eSpeak voice synthesizer on Raspberry Pi

You can turn your Raspberry Pi into an intelligent assistant by using a voice synthesizer like eSpeak. Thanks to this tutorial, you’ll be able to make your robot or application talk. Hardware Raspberry Pi 3 avec Raspberry Pi OS Internet connection and remote...
Program an ESP8266 with MicroPython

Program an ESP8266 with MicroPython

, , We have seen that the ESP8266 NodeMCU is easily programmable using the Arduino IDE. We will see how to program it with MicroPython. The advantage of using Python to program an ESP8266 is to use it to its full potential. Before following this tutorial, you must...
Program an ESP8266 with MicroPython

Program an ESP32 with MicroPython

, , We have seen that the ESP32 NodeMCU is easily programmable using the Arduino IDE. We will see how to program it with MicroPython. The advantage of using Python to program an ESP32 is to use it to its full potential. Before following this tutorial, you must first...
Get started with TE0720 and Xilinx Vivado

Get started with TE0720 and Xilinx Vivado

In this tutorial, we go through the steps to program a TE0720, development board integrating a Xilinx Zynq-Z020 SoC, with Vivado and Vitis part of Xilinx software suite. Material Computer with Xilinx Vivado 2020.2 installed TE0720 Starter kit TE0720 Overview The Trenz...
Creating a graphical interface with Processing

Creating a graphical interface with Processing

In this tutorial we will see how to build a graphical interface with Processing. There are several tools to create a graphical interface: programming language (C, C++, Python, Java, etc.)Web language (HTML/CSS/PHP/Javascript)Software (LabView, Processing, etc.) The...